I m new to android application development. I made a project on getting feeds of sites. I displayed the title and description of feeds in textview which is not looking very presentable. Is there any alternate to it? I just need my application to look a bit presentable.
Share
You’d probably want to use a ListView for displaying a list of items.
Using a ListView would also let you set an onClick listener to let your users click the title/description and open the item.