[android-developers] Android Shell Scripting

2012-10-16 Thread Sumeet
tests may fail if the emulator is not in a usable state. We are currently using sleep with a hard coded value to get around this problem. This is not ideal. Is there shell command to verify whether the emulator is ready? Thanks Sumeet -- You received this message because you are su

[android-developers] Nested Activity in Fragment tab

2012-01-11 Thread sumeet kumar
Hello sir Android activity Group now it is used to fragment manager to maintain back stack and multiple screen under a Fragment tab please provided the solution how to use it for multiple screen and explicit back button thanks -- You received this message because you are subscribed to the

Re: [android-developers] Re: WebView Problem

2011-11-14 Thread sumeet gupta
Hey Suneel.. I have tried ur exact code,and it is working fine. Here is the link of code . http://www.zshare.net/download/96129810662dde22/ Sumeet On Tue, Nov 15, 2011 at 9:51 AM, Sunil Mishra wrote: > @Sumeet and Narendra > > Yes i have given the permission in manifest. > &

Re: [android-developers] WebView Problem

2011-11-14 Thread sumeet gupta
Hi Sunil Have u given the permission to your app for using internet in menifest? Sumeet On Mon, Nov 14, 2011 at 2:53 PM, Sunil Mishra wrote: > Hi, > > I am trying to load http://www.google.com in webview in emulator. But > it is unable to load the same. > > When i try the sam

[android-developers] Re: Flash 10.2 on Android 2.2 crashes

2011-04-20 Thread Sumeet
Hi, Thanks for your quick response! Is there any way I can handle this on my own, i.e. catch the exception somewhere. Is this a known issue in flash 10.2 on android 2.2, i.e. are other developers also facing it. Sumeet On Apr 20, 10:00 pm, TreKing wrote: > On Wed, Apr 20, 2011 at 7:31

[android-developers] Re: Application not installed

2011-04-20 Thread Sumeet
This can happen when you have an application already installed on the device, and you try installing another app with the same name (but different application signature.) In that case, you will have to uninstall the previous app before installation. On Apr 20, 12:53 am, Kostya Vasilyev wrote: >

[android-developers] Flash 10.2 on Android 2.2 crashes

2011-04-20 Thread Sumeet
resolve it? Thanks. Sumeet -- 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+unsubscr...@googlegrou

[android-developers] Live Video Streaming from Android

2011-03-19 Thread Sumeet
Hi, I am trying to create a live video streaming application for Android. Using the MediaRecorder class I am able to record a video, and stream it to the flash server. However, I am facing a 2-3 second delay while I stream, so the streaming is not live. I was printing some statistics from the e

[android-developers] GridView onItemClickListener

2011-02-03 Thread Sumeet Parmar
ouble with the code above (re-used from the GridView example), the grid displays correctly BUT I'm not getting onItemClick() callback - confirmed w debugger. Any ideas what I maybe doing incorrectly? Running on 2.2, HTC MyTouch. Thanks! -- Sumeet -- You received this message because you are