Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

I want to make a little Android application (for personal use) that has a concept something like this.

It should just have a long index and when I tap on any topic, it should show me information about that thing.

I already know the basics Eclipse, ADT and stuff. Just need proper guideline. Blur Ideas would do, not really looking for step by step thing.

budgie
2012-04-25 04:11:45
Sorry for my english.I think you must:1. Put all your information in database2. Create ListActivity3. Get information from database for ListAdapter4. Override OnListItemClick for show information about clicked topic4.1 You can start new activity or show popup dialog
MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT
Suhel
2012-04-26 18:43:27
wow thats great, I'll try it... :D
Michael Drawe
2012-04-20 13:41:00
Just so I understand, are you wanting the index screen to stay visible when the user clicks an indexed item, or go to another screen that shows that indexed item and it's explanation?
Suhel
2012-04-20 13:53:00
Go to another page where it shows the information about the item and then a back button to return to the activity