Re: [android-developers] Any frameworks for app development on Android based tablets

2011-06-23 Thread Vadim Khondar
Check out this link http://screamingtoaster.com/?page_id=1018 They offer The ONE platform supported for multiple devices. However, I hadn't any experience with it, just info from their site. 2011/6/21 spr myofferma...@gmail.com: We are in the process of setting up our mobile development

[android-developers] Any frameworks for app development on Android based tablets

2011-06-22 Thread spr
We are in the process of setting up our mobile development platform for our organization. As part of this, we are currently evaluating/ exploring any open-source or commercial frameworks that support development of apps for Android-based tablet devices. Please suggest if you have already come

Re: [android-developers] Any frameworks for app development on Android based tablets

2011-06-22 Thread TreKing
On Tue, Jun 21, 2011 at 3:27 PM, spr myofferma...@gmail.com wrote: we are currently evaluating/ exploring any open-source or commercial frameworks that support development of apps for Android-based tablet devices. Please suggest if you have already come across any such frameworks or vendors.

Re: [android-developers] Any frameworks for app development on Android based tablets

2011-06-22 Thread Justin Anderson
* I've heard good things about Google's Android SDK for development of apps for Android-based tablet devices.* I second that! You can do all sorts of things with Google's Android SDK for Android-based tablet devices. Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Any frameworks for app development on Android based tablets

2011-06-22 Thread Dianne Hackborn
You're crazy. Don't use that, it sucks. It doesn't even let you use multiple inheritance. On Wed, Jun 22, 2011 at 11:49 AM, Justin Anderson magouyaw...@gmail.comwrote: * I've heard good things about Google's Android SDK for development of apps for Android-based tablet devices.* I second

Re: [android-developers] Any frameworks for app development on Android based tablets

2011-06-22 Thread Kostya Vasilyev
And since Android has its own Java VM, I find that really strange! Subclassing from Service *and* Activity would make user notifications really easy, and there'd be two Contexts to choose from - there never seems to be enough of them when you need one. :) 2011/6/22 Dianne Hackborn