So I started learning Android programming recently and was wondering if there another way to implement gson data using retrofit besides using an adapter and a list.
So basically I have to make a full-screen activity with a few TextViews
and ImageViews (so I don't need a list). Do I have to make an adapter and a ListView
for something as simple as that or is that the best way?