[android-developers] Re: Auto update of an App after manual installation directly on the phone?

2016-12-13 Thread Arvind Jaiswal
Can you help me with your code that checks for the update directly from the Play Store? It'll be a great help if you do. On Thursday, 4 February 2016 23:09:57 UTC+5:30, Danny D wrote: > > One way I've solved this is to have your app check the version (either > against your server by other

[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2012-04-26 Thread arvind
So anyone has a resolution to this issue ? On Android 3.2 the Select listbox - only shows first selected item of the list But on Android 2.3 it shows all the items of the list in html page. Whats wrong with webkit-appearance not working for ANdroid 3.2 rgds Arvind On Monday, August 15

[android-developers] Re: when will the source code be back?

2011-10-07 Thread Arvind Mohan
Same here, Awaiting for android sources to be back. Arvind. -- 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

[android-developers] Phone KPI info

2011-05-13 Thread Arvind
New to Android. Was wondering if the phone stores its Key Performance Indicators (e,g. Battery Info, Signal info, Battery Temp) - Over a period of time ? Lets say last 10 minute ? Is that information stored somewhere or the Apps need to do that in its own sandbox ? Arvind -- You received

[android-developers] Test Session Time out of an App.

2011-04-25 Thread Arvind Verma
to HomeActivity. Regards Arvind Verma -- 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

[android-developers] IPC Mechanism in android

2011-03-28 Thread arvind
Hi All, I have an NDK application(written in C++) packaged as an executable and deployed in android. I also have a Java apk file in the application layer. Now my NDK app does some processing and outputs a string of data in the format name = value. Basically the output from NDK looks like this:

[android-developers] Android Newby here

2011-03-28 Thread Arvind
Hi, Was wondering if anyone knows which version of Android provides support for Mobile Device Management (MDM) ? Thanks! Arvind -- 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-developers] how to find out the percentage of memory used by each process in the android

2009-07-15 Thread arvind
Hi all, I want to calculate the performance for some of the task/process. How to find out the percentage of memory used by each process in the android. - is there any in build class\process to do this? Thanks and Regards Aravinda --~--~-~--~~~---~--~~ You

[android-developers] what is the meaning of dumpsys meminfo PID output

2009-07-15 Thread arvind
hi all, which is the exact amount of memory used by the process in dumpsys output native or dalvik or total? Sample output of dumsys command dumpsys meminfo 53 Currently running services: meminfo DUMP OF SERVICE meminfo:

[android-developers] ItemizedOverlay problems

2009-07-06 Thread Arvind
Hello friends .. i am beginner so i thinks my doubt will easy to answer by this group. I having problem using ItemizedOverlay class I followed same code used in Hello MapView Example ( http://developer.android.com/guide/tutorials/views/hello-mapview.html ) Here is code i used