[android-developers] Developing using Eclipse for Android and Java desktop application

2010-10-26 Thread Vikas1976
Hi everyone, I am writing because I am writing an application that uses crypto to encode information in files that will be stored and read on an Android device, and I would like to develop a desktop SWT app to generate these files. It seems that the JRE6 library and the Android 1.6 library implem

[android-developers] Re: Force RecognizerIntent Activity to stay cached/in memory

2010-03-01 Thread Vikas1976
Nothing? On Feb 16, 5:41 pm, Vikas1976 wrote: > Hi, > > I was wondering if it is possible to force the RecognizerIntent > Activity (or any other Activity) to stay cached so that the launch > time would be faster. > > Thanks, > > Vikas -- You received this message be

[android-developers] Force RecognizerIntent Activity to stay cached/in memory

2010-02-16 Thread Vikas1976
Hi, I was wondering if it is possible to force the RecognizerIntent Activity (or any other Activity) to stay cached so that the launch time would be faster. Thanks, Vikas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] Re: Voice recognition and voice decoding

2010-01-11 Thread Vikas1976
Google "voice recognition android", you'll get about a hundred links. On Jan 11, 9:27 pm, tina lincon wrote: > no ideas???:( > > On Jan 11, 4:36 pm, tina lincon wrote: > > > > > How is it possible to implement voice recognition on android phones? > > Also to decode the voice and convert the male

[android-developers] Re: AppWidget behavior different in 2.1

2010-01-11 Thread Vikas1976
get functionality. After pressing the power button in the emulator and "turning off the phone" - then restarting it - both the OS and my app began behaving normally again (except cf above). On Jan 11, 4:53 pm, Vikas1976 wrote: > My setOnClickPendingIntents() are not being called and my

[android-developers] AppWidget behavior different in 2.1

2010-01-11 Thread Vikas1976
My setOnClickPendingIntents() are not being called and my app widget is not updating. App ran great on 2.01, 2.0 and 1.6. Trying to track it down. Anyone else having this issue? Vikas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: AppWidget is not updating

2010-01-08 Thread Vikas1976
Forget it, I figured it out. In the "irrelevant code" I was calling onUpdate() in onReceive() whenever I wanted to update the app, but I was sending: new int[] {0} as my AppWidgetIds. Duh! Vikas -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] AppWidget is not updating

2010-01-03 Thread Vikas1976
Hi all, I am attempting to query a database and update information in the appwidget screen based on changes to the database done while in an activity - so that when the user exits, the changes are reflected in the widget on the screen. The appwidget is being updated with a broadcast from OnPause()