jbrave
15 years agoChannel Surfer
Reload main screen with new content?
The YouTube app let's you search for media from the main poster screen, it then returns you to the Mainposter screen and appends the results to the posteritems displayed in the search section. How would one go about calling search, and having the program flow return to the main poster screen?
If main calls a poster screen which calls search which calls the main poster screen, won't that result in a stack buildup which should eventually cause a memory or stack overflow?
Etc....
If main calls a poster screen which calls search which calls the main poster screen, won't that result in a stack buildup which should eventually cause a memory or stack overflow?
- Main()
- Posterscreen()
- Search()
- Posterscreen()
- Search()
- Posterscreen()
- Search()
Etc....