Do I use Activities or Fragments? [closed]

1

I'm with a project to develop a game guide app that will show images through a server and the tabs will be pdf files downloaded and opened by the app.

The stream would be:

List of consoles (Listview) - > Game List (GridView) - > Screen that shows the game guide.

But the amount of games and guides is great, I wanted to know if it would be possible to just Activities and just send information to each other to see the data according to the user's selection.

Regardless of the answer, please detail the answer, if possible by example.

Another question, what would be the best server for storing images and pdfs?

Thank you.

    
asked by anonymous 09.01.2018 / 02:16

1 answer

-1

The correct thing was to use activities however with recyclerview instead of Gridview.

The project went well.

    
07.10.2018 / 23:30