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

Apps I have a question about the layouts when coding them

Arehexes

Well-Known Member
Ok I'm trying to make a list build at run time of different classes but I don't really understand much about GUI outside of the XML stuff(can't find much which helps with my problem)

I wanted to do something like this, when the program loads a persons classes (for school) it would look something like this

Class:Basket Making Time: 12:00AM Location:This Place
------------------------------------------------------
Class:Fishing Time: 4:00AM Location:The River
------------------------------------------------------

I can't figure out how to get something like this to work out with java code (which I'm pretty sure XML won't be able to do making a Dynamic list).
 
Back
Top Bottom