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

Apps divide Android screen in three frames(Top,Middle,Bottom)

durg

Lurker
Hi

I am newbie in Android. I want to develop an application,In which i want to display an label in header, and in middle i want to display a list which has text and image both, and at the footer , I want to display three small Images in a single row .

Then How I divide my screen in three frames(parts). It means Top,Middle,Bottom.
Please help me

Thanks
Durgesh
 
This is basic stuff. (I'm not saying this to bring you down, it's very fair to be a newbie; it's just that what you're asking is really fundamental UI stuff.)

You need to read up on layouts. Have you seen the (official) Android Developer's Guide? Start from the top with the "Android Fundamentals" and "User Interface" sections, and you'll find your questions answered.

Good luck! :)
 
Back
Top Bottom