Dear Android community, I have a more architectural questions:
- I’m building an app which in the end displays detailed movie information
- Per screen / activity the information of a single movie will be displayed
- The user should be able to switch between movies by swiping which will then display the next / previous movie
- Up front I don’t know the number of required screens / activities
Hence my question is:
What is the best architecture to implement this behaviour?
- Is there a way to define a „template“ activity which then gets filled with new movie data?
- Is it possible to implement a „swiping“ behaviour in this setup?
Thank you very much for your answer
Kind regards