I agree with Kumar. It's pretty hard to impossible to design an interface that works well in a 1024x768 screen size with a precision mouse pointer and one that works well in a 480x320 owned by users with big thumbs.
Either you'll be wasting a lot of space, or you'll be cramming your UI. I recommend just having a backend that communicates with clients in a generic way such as JSON. You can then have a specialized mobile and desktop version. You don't have to use the Android SDK for the mobile version, but a lightweight javascript framework like jQuery Mobile. This should work on almost all modern smart phones. On Wed, Oct 20, 2010 at 7:47 AM, Kumar Bibek <[email protected]> wrote: > You can have a look at jQuery UI. There's a mobile version also which was > released recently. But, I strongly think that you should have different UI > for desktop and mobile. If you go for a single solution, you might > compromise with features/performance. > > On Wed, Oct 20, 2010 at 8:12 PM, rovi <[email protected]> wrote: >> >> I did look at it, it seems too heavy compare to others but I never use >> it. What is your experience of it running on Android? >> >> Thanks, >> Rovi >> >> Pragati Ogal Rai wrote: >> > Did you look into Appcelerator's Titanium? >> > >> > On Oct 18, 8:34 am, rovi <[email protected]> wrote: >> > > I am going to develop an app runs on both Android and desktop, so UI >> > > will be built on html , javascript, css. User experience is very >> > > important, I am looking for a javascript UI framework has great UI, >> > > animation and response time. A great UI framework but slow (cause user >> > > annoying) is not acceptable in my case. >> > > >> > > There are many javascript frameworks available. Can you guys share the >> > > experience of how they behave on Android ? >> > > >> > > 1. JQuery / JQueryMobile >> > > 2. JQtouch >> > > 3. Xui >> > > 4. Sencha Touch >> > > >> > > Thanks a lot >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > -- > Kumar Bibek > http://techdroid.kbeanie.com > http://www.kbeanie.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- ~ Jeremiah:9:23-24 Android 2D MMORPG: http://developingthedream.blogspot.com/, http://www.youtube.com/user/revoltingx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

