Re: [android-developers] User Interface

2012-03-28 Thread Mark Murphy
Use PhoneGap. On Wed, Mar 28, 2012 at 2:33 AM, kaushik p wrote: > But Can we built the android gui with html,javaquey like IOS ? > > > On Tue, Mar 27, 2012 at 8:50 AM, Mark Murphy > wrote: >> >> Use Eclipse and the Graphical Layout tool. >> >> On Tue, Mar 27, 2012 at 8:25 AM, kaushik p wrote: >

Re: [android-developers] User Interface

2012-03-28 Thread kaushik p
But Can we built the android gui with html,javaquey like IOS ? On Tue, Mar 27, 2012 at 8:50 AM, Mark Murphy wrote: > Use Eclipse and the Graphical Layout tool. > > On Tue, Mar 27, 2012 at 8:25 AM, kaushik p wrote: > > Hi all , > > > > Is there anyway we can build the user interface for the andro

Re: [android-developers] User Interface

2012-03-27 Thread Mark Murphy
Use Eclipse and the Graphical Layout tool. On Tue, Mar 27, 2012 at 8:25 AM, kaushik p wrote: > Hi all , > > Is there anyway we can build the user interface for the android in a > very efficient and easy way. I have already tried droidraw , but is there > something that is much better than that. >

[android-developers] User Interface

2012-03-27 Thread kaushik p
Hi all , Is there anyway we can build the user interface for the android in a very efficient and easy way. I have already tried droidraw , but is there something that is much better than that. -- Thanks&Regards Kaushik Pendurthi http://kaushikpendurthi.blogspot.com/ -- You received this messa

[android-developers] User Interface ( Template Theme)

2011-06-03 Thread khaled anaqwa
Hello guys , I build screens using xml , but i need make template theme in my app to make Unified theme in all these xml screens can you help me ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

RE: [android-developers] user interface

2011-04-27 Thread Tommy
Its my favorite :) -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Wednesday, April 27, 2011 12:24 PM To: Android Developers Subject: [android-developers] user interface What are some tools to help you desi

Re: [android-developers] user interface

2011-04-27 Thread TreKing
On Wed, Apr 27, 2011 at 11:23 AM, bob wrote: > What are some tools to help you design an android user interface? Here are a few: http://tinyurl.com/3sz722e - TreKing

[android-developers] user interface

2011-04-27 Thread bob
What are some tools to help you design an android user interface? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] user interface

2011-04-27 Thread bob
What are some tools to help you design an android user interface? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

Re: [android-developers] User Interface Design Question : Application UI as Overlays

2011-04-20 Thread Mark Murphy
On Mon, Apr 18, 2011 at 4:12 PM, kiran valsia wrote: > I believe fragmentation can be used from Android 3.0 onwards.If currently > the application is running on Android 2.2 , what could be the best way to > manage the complexity in this case? Use fragments with the Android Compatibility Library.

Re: [android-developers] User Interface Design Question : Application UI as Overlays

2011-04-20 Thread kiran valsia
I believe fragmentation can be used from Android 3.0 onwards.If currently the application is running on Android 2.2 , what could be the best way to manage the complexity in this case? TIA. On Mon, Apr 18, 2011 at 12:12 PM, Mark Murphy wrote: > On Mon, Apr 18, 2011 at 12:10 PM, Samuh wrote: > >

Re: [android-developers] User Interface Design Question : Application UI as Overlays

2011-04-18 Thread Mark Murphy
On Mon, Apr 18, 2011 at 12:10 PM, Samuh wrote: > 1. What would be the best way to design the UI for such an app? Should > we have only one activity and draw everything over it for all the > flows? This will increase code complexity and Class size. I don't think you have a choice but to have a sin

[android-developers] User Interface Design Question : Application UI as Overlays

2011-04-18 Thread Samuh
I am working on an Android application that needs to have a live visual feed playing in background. All the UI elements need be drawn atop this Surface. Though the UI is pretty basic it has several flows and we have divided each flows as Tasks and therefore the application has several activities.

[android-developers] User Interface and User Experience

2009-12-10 Thread TheGlad
Hello, dear developers, I know that every android UI (standard, HTS Sense) is just an app, just like the apps you develop for the Market. What APIs and concepts do I need to know to write my own skins or UIs for the platform? Thanks! -- You received this message because you are subscribed to the