[android-developers] UI design problem

2021-01-17 Thread Mohammad Morawej
How can I make a - degree key- like the image in the following link in my Android application. I am beginner to Android programming ,and I've just used default object like button in B4A and Android studio. Can anyone introduce a way to design a good-looking UI? the link is below:

Re: [android-developers] UI design

2012-03-08 Thread 唐登成
One ListView ,include a imageView and two textview . usually give the listview set a Adapter ,which is inherit BaseAdapter . you can get you need in getView() method. for example class ListItemAdapter extends BaseAdapter { public int getCount() { return defualt_account.length; } public

[android-developers] UI design

2012-03-06 Thread megha agrawal
Hello All, I want to create a UI for my app as shown in image attached with this mail. I am not getting what type of widget they have used?? Can somebody explain, how to go for this type of design? Thanks in Advance!! -- You received this message because you are subscribed to the Google

Re: [android-developers] UI design

2012-03-06 Thread Save My Life!
i am not sure butter titanium framework provide this kind of UI On Mar 7, 2012 11:37 AM, megha agrawal megha14.2...@gmail.com wrote: Hello All, I want to create a UI for my app as shown in image attached with this mail. I am not getting what type of widget they have used?? Can somebody

Re: [android-developers] UI design

2012-03-06 Thread T.M.S.VIJAYKUMARR
Hi, I think they did't use widget, In layout just they placing imges only. On Wed, Mar 7, 2012 at 11:45 AM, Save My Life! alertsavemyl...@gmail.comwrote: i am not sure butter titanium framework provide this kind of UI On Mar 7, 2012 11:37 AM, megha agrawal megha14.2...@gmail.com wrote:

Re: [android-developers] UI design

2012-03-06 Thread TreKing
On Wed, Mar 7, 2012 at 12:07 AM, megha agrawal megha14.2...@gmail.comwrote: I am not getting what type of widget they have used?? Can somebody explain, how to go for this type of design? A simple LinearLayout (vertical) with 3 layouts each consisting of an ImageView and two TextViews. Not

[android-developers] UI design pattern

2011-08-31 Thread Igor Nesralla Ribeiro
Hi, I'm looking for something article or any information about best way to implement UI design pattern for login screens on tablets(honeycomb) !! Thanks in advance ! Igor Nesralla Ribeiro -- You received this message because you are subscribed to the Google Groups Android

[android-developers] UI Design Pattern

2011-08-30 Thread Igor Nesralla Ribeiro
Hi, I'm looking for something article or any information about best way to implement UI design pattern for login screens on tablets !! Thanks in advance ! Igor Nesralla Ribeiro -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] UI Design Book

2010-01-14 Thread Mihai Fonoage
Hi, I have asked this question on android-developers, but I had no replies. Maybe I'll get lucky on this forum: Anybody know a good book on UI Design that is particularly geared towards mobile phones, or that is general enough that the principles described can be applied also to mobile phones?

Re: [android-developers] UI Design Book

2010-01-14 Thread Mihai Fonoage
Thanks Romain, great resources! I also found The Visual Display of Quantitative Information by Edward Tufte. Mihai Fonoage On Thu, Jan 14, 2010 at 8:42 PM, Romain Guy romain...@android.com wrote: Here are a few very good reads: GUI Bloopers by Jeff Johnson About Face 3.0 by Alan Cooper

[android-developers] UI design for Board Game

2010-01-05 Thread prakhy
Hi, I need to design a board UI using android platform. i was planning to take one image as board and moving the required images over the board. How do i achieve the same? I need to find the coordinates for image and need to move the required images to specifies coordinates. Is there any andorid