• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Eclipse-Android-List-call xml pages-scroller

AkioKato

Lurker
Hello,

I have a question on some programming. Basically, can I call XML files in a list to show different pages? For instance,

Folder-Layout
-Page1.xml
-Page2.xml
-Hello_world.xml

Page1.xml-click button-calls Page2.xml
Page2-is a list of topics the reader wants to learn or review. For example, a basic C++ Hello World program.

-Page2
list
-Hello world
-variables
-strings
-doubles
-integers
-etc

Kinda like a table of contents.

Clicking on Hello world would call the Hello_word.xml. The learner will them scroll down and learn about how to display basic text.

Do you know of any source code, tutorial, and/or can help me call xml files, make a list, and scroller?
 
Back
Top Bottom