Re: [android-developers] Android Tablet Devlopment

2013-03-05 Thread Brad Stintson
Ideally minimum level should be 2.2 and maximum to available SDK. (4.1 or so). On Mon, Mar 4, 2013 at 2:43 PM, Rahul Kaushik wrote: > Hi Team, > > I am developing an hybrid app in android ,I want this app for my android > phone and tablet also which Build SDKAnd Minimum Required SDK(API) i > sh

[android-developers] Android Tablet Devlopment

2013-03-04 Thread Rahul Kaushik
Hi Team, I am developing an hybrid app in android ,I want this app for my android phone and tablet also which Build SDKAnd Minimum Required SDK(API) i should use Thank's RK -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

Re: [android-developers] Android Tablet Lockdown

2012-10-25 Thread TreKing
On Wed, Oct 24, 2012 at 1:36 PM, Alan Honeycutt wrote: > My suspicion is that the functionality that I'm seeking can't be achieved > at the application level and will require a custom ROM, but I thought I'd > poll this group before embarking down that path. Based on discussion in this group, I b

[android-developers] Android Tablet Lockdown

2012-10-25 Thread Alan Honeycutt
I'm attempting to lock down an android tablet for kiosk-like functionality and have explored the existing application options for doing so, but have not found anything that meets my needs. Specifically, the tablet needs to be able to operate without a password in "normal" mode, locking the user

Re: [android-developers] android tablet 3.0

2012-03-28 Thread vamsi Vamsi
extending the tab view is the way to go. On Wed, Mar 28, 2012 at 9:57 PM, Justin Anderson wrote: > IN the attached screenshot how to create the left most views for android >> tablet 3.0 >> > You do some programming... And then make it look like that. > > Thanks, > Justin Anderson > MagouyaWare D

Re: [android-developers] android tablet 3.0

2012-03-28 Thread Justin Anderson
> > IN the attached screenshot how to create the left most views for android > tablet 3.0 > You do some programming... And then make it look like that. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 28, 2012 at 4:53 AM, vani reddy wrote: > Hi

[android-developers] android tablet

2011-12-19 Thread roopesh r
i would like to share a cheap and best android tablet @ rs 2500 i am saying about the govt's akash http://youthlooks.blogspot.com/2011/12/woww-cheapest-tablet-akash-can-book.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Android Tablet Internal Storage

2011-10-13 Thread ramya
Hi, 1)I am converting an ipad project to android.In doing so,in ipad version ,I can save the internal files in bundle (called Bundle directory) and all the files are stored under documents which is internal to app. In android we have /data/data/{package name}/files My Question is I should be able

Re: [android-developers] android tablet downloading problem

2010-12-02 Thread Kostya Vasilyev
02.12.2010 14:41, Narendra Bagade пишет: do u have implementation of wifi lock . Might go like this: WifiManager manager = (WifiManager) getSystemService(WIFI_SERVICE); WifiManager.WifiLock lock = manager.createWifiLock(); Locking: if (!lock.isHeld()) { lock.acquire(); } Unlocking: if

Re: [android-developers] android tablet downloading problem

2010-12-02 Thread Narendra Bagade
do u have implementation of wifi lock . On Thu, Dec 2, 2010 at 4:01 PM, Kostya Vasilyev wrote: > Specifically for WiFi, hold a WiFi lock: > > > http://developer.android.com/reference/android/net/wifi/WifiManager.WifiLock.html > > Most likely, though, your device is going to sleep, which causes W

Re: [android-developers] android tablet downloading problem

2010-12-02 Thread Kostya Vasilyev
Specifically for WiFi, hold a WiFi lock: http://developer.android.com/reference/android/net/wifi/WifiManager.WifiLock.html Most likely, though, your device is going to sleep, which causes WiFi to be disabled after a certain time. To keep the device awake, hold a WakeLock: http://developer.and

[android-developers] android tablet downloading problem

2010-12-02 Thread Narendra Bagade
Hi All, I am downloading content on my tablet using ftp with wifi connection . Once i download one content ,device wifi connection get disable. Ianyone can help me how to persist wifi connection evene i am download number of content. -- Regards, Narendra . -- You received this message beca

Re: [android-developers] Android tablet

2010-11-15 Thread Kumar Bibek
Project structure is the same, AVD is the same, yes, you can. There's is no difference in these two as far as the SDK is concerned. It doesn't provide phone/tablet specific APIs to the developers. All the of APIs would work the same way as expected. On Fri, Nov 12, 2010 at 1:31 PM, Ravi Shankar Ku

[android-developers] Android tablet

2010-11-15 Thread Ravi Shankar Kumar
Hi, Can anyone suggest me that is there any difference between android phone & android tablet in application development. I want to develop an application for android tablet. so plz tell me that what should know me regarding general info to develop application for android tablet. can i use same

Re: [android-developers] Android tablet emulator

2010-10-28 Thread Zach Rattner
Nena, Did you try scaling the window down so you can fit a high-resolution device on your laptop? On Thu, Oct 28, 2010 at 12:24 AM, nena joy wrote: > Hello, > I want to create android tablet application. > I need an android tablet emulator for that. > From my search I got a way that

[android-developers] android tablet emulator

2010-10-27 Thread nena joy
Hello, Thaks for your valuable information. -- 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-developers+unsubsc

Re: [android-developers] Android tablet emulator

2010-10-27 Thread Kumar Bibek
Search for keyboard shortcuts for the emulator. It's there in the developer docs On 28-Oct-2010 9:55 AM, "nena joy" wrote: Hello, I want to create android tablet application. I need an android tablet emulator for that. >From my search I got a way that is making an avd with size 1000

[android-developers] Android tablet emulator

2010-10-27 Thread nena joy
Hello, I want to create android tablet application. I need an android tablet emulator for that. >From my search I got a way that is making an avd with size 1000 X 600. I created that avd. But a problem exist. I cant go to the home screen. Please help me anyone to create an android tablet

Re: [android-developers] Android Tablet (2.2) Recommendations for Development

2010-10-21 Thread Marcin Orlowski
On 18 October 2010 01:12, Bertram Moshier wrote: > Yet, I'm not willing to use my phone (at this time). Because? > I would appreciate Android Tablet recommendations.  I'm not looking > for those with phones (e.g. 3G/4G), but everything else is fair game. > I would like it to come with 2.2 (at a

[android-developers] Android Tablet (2.2) Recommendations for Development

2010-10-21 Thread Bertram Moshier
Hello, At the end of July, my family moved from Verizon to Sprint and we got HTC EVO 4G phones. It was at this point, I became aware of the Android operating system. As a programmer with 35+ years of experience, I'd like to explore developing some applications. Yet, I'm not willing to use my ph

Re: [android-developers] Android Tablet SDK or Emulator

2010-04-14 Thread Kevin Duffey
I don't know of any tablets that are available yet.. I would imagine once they become available the IDE profile will be updated, although you'd think it would be out now so we could have software available to take advantage of the bigger screen size. 2010/4/14 Károly Holczhauser > Hi Guys! > >

[android-developers] Android Tablet SDK or Emulator

2010-04-14 Thread Károly Holczhauser
Hi Guys! I would like to develop for and Android Tablet, but I didn't found any SDK or Emulator for it. I think the best IDE would be the Eclipse. Can anyone tell me a solution,who can I import an Tablet Virtual Device in to the Eclipse IDE ? Thanks: Karoly -- You received this message becau

[android-developers] android tablet emulator creation

2010-02-28 Thread rooster 808
Been exploring building a tablet based app. Some of the newer (announced) tablets support full HD, 1366x768, up to a 15.6" touchscreen (Vega0). I've been trying to create an emulator based on these specs but I just hangs on launch. Creates fine, but doesn't launch. Any ideas, settings? Mahaloz,