[android-developers] MENTOS Messenger

2017-08-10 Thread rudi xboy
MENTOS MESSENGER adalah aplikasi pengirim pesan instan gratis yang dapat di gunakan pada berbagai platform seperti telepon cerdas, tablet, dan komputer. MENTOS

[android-developers] Annotation: keyDispatchingTimedOut

2010-09-24 Thread Rudi
HI I'm doing a application, I have a Layout that has a ListView. when I'm scrolling the list, the system hold and force me to close the app. I saw the logs and show me the next. 09-23 08:35:16.189: WARN/WindowManager(51): Key dispatching timed out sending to com.totalcontrol.multicam16/

[android-developers] Re: Turning GPS ON/OFF

2009-03-10 Thread Rudi
... :( Thanks for the answers.. Rudolf On márc. 10, 05:17, Edward Falk ed.f...@gmail.com wrote: On Mar 9, 1:20 pm, Rudi rudolf.hor...@gmail.com wrote: What is the correct way of turning ON/OFF the GPS in Android. I've found the System.Settings provider, and the LOCATION_PROVIDERS_ALLOWED setting

[android-developers] Turning GPS ON/OFF

2009-03-09 Thread Rudi
Anybody nows a code/sample how to turn ON/OFF the GPS location provider *corretcly*. I have found the System.Settings provider and can set / change the corresponding setting, but it seems that the rest of the system does not recgnize the change. Is there a method to be called to notify the system

[android-developers] Turning GPS ON/OFF

2009-03-09 Thread Rudi
What is the correct way of turning ON/OFF the GPS in Android. I've found the System.Settings provider, and the LOCATION_PROVIDERS_ALLOWED setting, but it seems that the rest of the system is not notified about the change if I set the values. Is there a function that should be called initiate a

[android-developers] Is it possible for C to talk to Java if necessary.

2008-12-05 Thread Rudi
Hi Does Google/Android prevent C applications from beginning execution on the phone, e.g. a simple web server. Are there any API's for C programmers to access phone functions etc. Is it possible for C to talk to Java if necessary. Regards Rudi