February 27th, 2011, 03:06 PM
|
#1 (permalink)
|
|
Member
Thread Author (OP)
Join Date: Jul 2010
Posts: 100
Device(s):
Carrier: Not Provided
Thanks: 17
Thanked 2 Times in 1 Post
|
Ok question to guys who are good at UI in android
I am really bad at GUI programming, but I need to figure out a few things for a project I'm having trouble with.
First how does the linear layout work? Like I'm trying to make a screen with a list with.
Class Name:[EditText]
Teacher:[EditText]
Teacher Email:[EditText]
Time:[Click it and it pops up a smaller window with a time picker (kinda like the alarm on android)]
Days:[A textview showing all the dates picked, but when you clicked the section it pops up a mini window with check boxes for each days]
Location:[A textview that shows location, but when you click on the location section it pops up]
From my understanding a linear layout would be the best way to do this.
My other question is how to I get a linear layout to do a action when clicked. Like if I click the Time layout I want it to pop up a smaller window with a time picker on it.
Any help would be appreciated
|
|
|