Re: [android-developers] how to get alert dialog on home screen?

2012-03-03 Thread Juned Khan
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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: draw texture in OpenGL Android from 0,0 coordinates

2012-03-03 Thread Indicator Veritatis
Use absolute screen coordinates in OpenGL? That defeats the purpose of much of OpenGL. The reason it takes you from world coordinates to object coordinates to camera coordinates to clip coordinates to device coordinates is (among other things) so that you never DO need to know the device

Re: [android-developers] back button in Tabactivity going to previous activity rather than dismissing the soft keyboard

2012-03-03 Thread santhosh b
hi, refer below link may customize may help you http://stackoverflow.com/questions/3940127/intercept-back-button-from-soft-keyboard Thanks, Santhosh On Fri, Mar 2, 2012 at 3:17 PM, vani reddy vani.reddy.bl...@gmail.comwrote: HI friends, Under my tabactivity in the activity group ,i have

[android-developers] Disaster! - Inexplicable collapse in downloads.

2012-03-03 Thread decastro
My app was looking promising. Its download count looked like it was growing exponentially with a steady 8 to 10 percent growth in users per day. Reaching an additional 290 new active users per day on the 29th of Feb. This is with zero promotion by me. I also have a google alert on my app name and

Re: [android-developers] CursorAdapter? or OtherAdapter?

2012-03-03 Thread Mark Murphy
Why are these rows in your Cursor in the first place, if they are not to be used? On Sat, Mar 3, 2012 at 1:59 AM, Build Account newandroi...@gmail.com wrote: Hello, If I have a cursor and need to display as a list through adapter, then which adapter is best under below condition?  The

Re: [android-developers] Re: Display problems with Galaxy Notes?

2012-03-03 Thread Kostya Vasilyev
If your minSdk is at 7, we can pretty much rule out the app is running in the compatibility mode. The Galaxy Note, I believe, presents its screen metrics as large / xhdpi. Do you have any resources using those qualifiers? You may want to read through this:

[android-developers] GPS: Why is onProviderEnabled not being called automatically?

2012-03-03 Thread Narendra Singh Rathore
Hi all, I am using GPS in my code. When I enabled my provider manually, I expected onProviderEnabled to be called automatically on that, but, it is not being called as was expected. I will be pleased, if anyone would tell me where I am wrong, or suggest me the right way to go ahead. With

[android-developers] Online resources for Game App development.

2012-03-03 Thread kapil Ramchandani
Hi , Need help or sources for Android Game application development. Thanks in Advance. -- 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,

Re: [android-developers] Progress bar dialog in splash screen

2012-03-03 Thread Anirudh Loya
Use runInBackground method ! On Sat, Mar 3, 2012 at 10:57 AM, rajesh rogueraje...@gmail.com wrote: Hi all, I want to perform the progress bar dialog loading operation when the page splashing.I'm having the application for page splashing and progress bar dialog loading operations

Re: [android-developers] Online resources for Game App development.

2012-03-03 Thread Anirudh Loya
www.google.com On Sat, Mar 3, 2012 at 7:33 PM, kapil Ramchandani kpl.ramchand...@gmail.com wrote: Hi , Need help or sources for Android Game application development. Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Any problem with animals being killed in a game?

2012-03-03 Thread decastro
I am in the process of making a game involving various animals negotiating assorted obstacles. A task I'm adding now is to cross a road - I personally think its quite funny if I allow the animals to occasionally get run over - with a cartoon squelch sound and a splatted animal on the road (no

[android-developers] Re: Approved/recommended/best way to write to GENUINE external storage

2012-03-03 Thread Chris Stratton
On Friday, March 2, 2012 8:06:47 PM UTC-5, Grunthos wrote: Is there a recommended way to identify a list of real *external* storage media? Reading /proc/mounts and discarding anything obviously ineligible would produce a list, at least on devices where it's an actual filesystem and not some

Re: [android-developers] put application in background run

2012-03-03 Thread Chris Stratton
On Friday, March 2, 2012 4:35:37 AM UTC-5, Jagruti Sangani wrote: hello but i had never use the service and also i want to comeback on front the application when call will come in my application. The part that can be in front is an Activity. The part that keeps working even when hidden is

[android-developers] Re: CursorAdapter? or OtherAdapter?

2012-03-03 Thread Build Account
Hello. Well, I don't understand what you point out 'these' part. But simply say it again, I'm looking for simplest way to not touch the current cursor further. And i can not use selectionArg since that available datas are kind of...random.(of course there is a condition to filter out row by row :

[android-developers] Re: GPS: Why is onProviderEnabled not being called automatically?

2012-03-03 Thread Narendra Singh Rathore
On Sat, Mar 3, 2012 at 6:40 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Hi all, I am using GPS in my code. When I enabled my provider manually, I expected onProviderEnabled to be called automatically on that, but, it is not being called as was expected. Hi developers, my

Re: [android-developers] Disaster! - Inexplicable collapse in downloads.

2012-03-03 Thread Harri Smått
On Mar 3, 2012, at 1:47 PM, decastro wrote: What could cause such a precipitous fall? Any ideas? As you stated earlier, you did no promoting what so ever to achieve numbers you reached. So quite obviously your application was promoted by someone else. And I wasn't surprised if it was Android

Re: [android-developers] Online resources for Game App development.

2012-03-03 Thread Jim Graham
On Sat, Mar 03, 2012 at 06:03:08AM -0800, kapil Ramchandani wrote: Need help or sources for Android Game application development. 1) Always a valuable resource: The Android Developers Guide 2) Buy a copy of Beginning Android Games (Apress). 3) Google: look up libgdx and get it. 4) Read the

Re: [android-developers] Any problem with animals being killed in a game?

2012-03-03 Thread Kristopher Micinski
Google doesn't have a policy as to the content in your games. As long as it doesn't contain illegal material (i.e., copyrighted music, images, material which is otherwise illegal), you should be good. Actually, I may be wrong on this point: a quick search of the Android market reveals that some

Re: [android-developers] Any problem with animals being killed in a game?

2012-03-03 Thread TreKing
On Sat, Mar 3, 2012 at 10:07 AM, decastro reis...@gmail.com wrote: So who is right? There is no right in matters of taste. It's your game, do what you want. However, what you described sounds par for the course for a children's cartoon, so it's surprising that various people would think it

[android-developers] federal income tax

2012-03-03 Thread bob
Anyone know if Google has anywhere you can go online to see all the tax information (for your federal income tax if in the U.S.) for your Android app sales? I'm surprised, but I couldn't find this. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: federal income tax

2012-03-03 Thread John Coryat
If you mean your EIN or SS#, it's under Financials in your Google Checkout console. -John Coryat Science and Technology News Aggregator Twitter: http://twitter.com/coryat G+: http://www.usnaviguide.com/+ -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Disaster! - Inexplicable collapse in downloads.

2012-03-03 Thread decastro
As you stated earlier, you did no promoting what so ever to achieve numbers you reached. So quite obviously your application was promoted by someone else But why would my download count previously be increasing so neatly exponentially, i.e. 8-10% growth per day. If the downloads were due to

[android-developers] Android 4.0.3 and finish activity

2012-03-03 Thread winphonedev1
i have Activity A calling activity B, Activity B dials a number and then on the IDLE-OFFHOOK- IDLE state i call ActivityB.this.finish() so that activity A shows on front.. this all worked fine from android 2.3.x.. till 4.0 verison now it doenst work on android 4.0.3 emulator and 4.0.2 samsung

[android-developers] Re: Display problems with Galaxy Notes?

2012-03-03 Thread Terry
Hi, Kostya. You wrote: If your minSdk is at 7, we can pretty much rule out the app is running in the compatibility mode. According to the Android documentation, that should be right. However, I had the following line in my Manifest: supports-screens android:largeScreens=false / Changing that

Re: [android-developers] Disaster! - Inexplicable collapse in downloads.

2012-03-03 Thread Harri Smått
On Mar 4, 2012, at 3:39 AM, decastro wrote: But why would my download count previously be increasing so neatly exponentially, i.e. 8-10% growth per day. I really can't tell for sure how users got to install your application yet alone had an idea how it gained popularity. But considering you