[android-developers] am start -W on an application after exitting from it by pressing Home button hangs/ takes a lot of time to return

2016-12-12 Thread Jumana Mp
Hello, I am working on the Uiautomator. Currently I have a case where I launch an application for the first time, after a* pm clear. * Then I exit by *pressing the home button.* I try to relaunch the application sending *am start again through adb* command. But this, *am start* takes a long

[android-developers] rotation on emulators

2011-06-02 Thread Jumana
Im trying out this example RotationOneDemo from The Busy Coder's Guide to Android Development I built it on 2.3.1 and trying to run it on emulators. But the emulator doesn't rotate after i press Ctrl+F12. Am i doing something wrong? -- You received this message because you are subscribed to the

[android-developers] Re: rotation on emulators

2011-06-02 Thread Jumana
thanks. Ctrl + F11 works. However whenever i flip back from landscape to portrait, the view doesn't go back to portrait mode(although the emulator does) Im using emulator 2.3. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] user-agent

2011-05-30 Thread Jumana
Im just a beginner. Would like to know what is a user-agent? In what practical examples would that be required to be changed? thanks! -- 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] Android version doubts

2011-05-08 Thread Jumana
On which version is it best recommended for an android app to be worked upon? If I develop an app, say on 2.3 and i have say, the checklistdemo (from Busy coder's guide ...) on the app market, people with devices having versions less than 2.3 will not be able to view my app, is that correct? If

[android-developers] Re: how to implement presentation of images and audio

2011-05-08 Thread Jumana
any suggestions please -- 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...@googlegroups.com For

[android-developers] ActivityAdapter and ActivityIconAdapter - not available anymore??

2011-05-04 Thread Jumana
Im trying to use ActivityAdapter and ActivityIconAdapter but it seems likes it not available. Am i missing something? Are there alternative classes to these? Thanks, Jumana -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: how to implement presentation of images and audio

2011-04-10 Thread Jumana
still haven't got a solution to this. can anybody please help? On Feb 14, 11:51 pm, Jumana jumanamaj...@gmail.com wrote: what all elements should i use to make a simple presentation like app with just images and audio files. It should finally come out like a .pps file. Please suggest various

[android-developers] GridView - onselect or onclick ??

2011-04-10 Thread Jumana
In The Busy Coder's Guide to Android Development, the GridView has been implemented using onSelect listener. But when i run the application on the emulator, nothing seems to happen when i click on a grid item. Alternatively when i implemented onClick listener and callback, I was able to capture

[android-developers] Re: GridView - onselect or onclick ??

2011-04-10 Thread Jumana
Just the answer i was looking for. many thanks, Mark! On Apr 10, 5:09 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Apr 10, 2011 at 9:00 AM, Jumana jumanamaj...@gmail.com wrote: In The Busy Coder's Guide to Android Development, the GridView has been implemented using onSelect

[android-developers] Uninstalling applications from emulator

2011-03-23 Thread Jumana
I was just wondering whether uninstalling applications through command line was better than uninstalling them from the emulator itself? Coz everywhere on the net I find the former option as the solution. Is there a reason for that? -- You received this message because you are subscribed to the

[android-developers] Re: Uninstalling applications from emulator

2011-03-23 Thread Jumana
great thanks, mark! On Mar 23, 2:57 pm, Mark Murphy mmur...@commonsware.com wrote: It is often easier to type ant uninstall than to click your way through the Setting screen. Other than that, they do the same thing AFAIK. On Wed, Mar 23, 2011 at 6:46 AM, Jumana jumanamaj...@gmail.com wrote

[android-developers] how to implement presentation of images and audio

2011-02-15 Thread Jumana
what all elements should i use to make a simple presentation like app with just images and audio files. It should finally come out like a .pps file. Please suggest various options. thanks a lot. -- You received this message because you are subscribed to the Google Groups Android Developers