Android - need UI help/advice

Posted by Donal Rafferty on Stack Overflow See other posts from Stack Overflow or by Donal Rafferty
Published on 2010-03-25T14:50:52Z Indexed on 2010/03/25 14:53 UTC
Read the original article Hit count: 469

Filed under:
|
|
|
|

I have been working on Android for the past couple of months getting to know how various components work.

One area I am completely lacking in knowledge is any sort of User Interface or graphical interface creation.

As an excercise I have been asked to break down the HTC call screen into what components it contains and rebuild as close as possible.

Here is a picture of the HTC call screen:

HTC Dialer

From my understanding the above UI has a custom title bar where "Meteor" and the call time appears.

Then the main image in the middle block along with a text view showing the called party, in this case "Voice Mail" and the number.

The bottom is then a custom view maybe with three custom buttons used within it.

Would I be correct in my above assumptions?

So the parts I should look into start programming are a custom title bar and a custom view with three custom buttons to place at the bottom?

What layout would be reccomended?

I hope this question is seen as relative to Stack Overflow, if it is not then I will delete it.

Thanks in advance

© Stack Overflow or respective owner

Related posts about android

Related posts about ui