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 mmur...@commonsware.comwrote: Use Eclipse and the Graphical Layout tool. On Tue, Mar 27, 2012 at 8:25 AM, kaushik p kaushiks...@gmail.com wrote: Hi all , Is there anyway we can

Re: [android-developers] User Interface

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

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 kaushiks...@gmail.com 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

Re: [android-developers] user interface

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

RE: [android-developers] user interface

2011-04-27 Thread Tommy
I have used on a while back called DroidDraw IT was alright It has been over 6 months since I last used it so maybe its been updated. Other than that I don't know. I used DroidDraw to get feel for how designs work then I just started doing it in the XML Mostly with the RelativeViewIts

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 mmur...@commonsware.comwrote: On Mon, Apr 18, 2011 at 12:10

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 kiranval...@gmail.com 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

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 samuh.va...@gmail.com 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