I have an idea for that. Why don't you use database for that.

Database should contain at least 2 tables - one will contain chapter name
with no.(primary key)

Other will contain the chapter no. as foreign key, and contents (one by one)

Then, on clicking chapter name from the list, extract its no, and retrieve
its contents using suitable query, and display them on next activity.

With Regards,
NSR..

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to