[android-developers] Android network stack reset

2012-02-23 Thread Bipin Shashi
After a long period of inactivity within my app, all the get requests start failing with a connection timeout error. I notice this was happening when the phone is connected over the 3G network, and not when it is connected to wifi.. At present to get it to work, i toggle the airplane mode state

[android-developers] Re: Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Bipin Shashi
what is the error that you are getting?? On Feb 8, 11:32 am, Soyer mblack...@gmail.com wrote: This is my Code, Please tell me if i am missing something...i am Stuck with this for more then 2 weeks now, any help will be very appreciated. it's short please have a look on it. package

[android-developers] Update notification when user launches app

2011-11-29 Thread Bipin Shashi
Hey: I have seen in many apps that it notifies the user of new updates if any when they launch the app. Can someone please guide me as to how to achieve this. I guess we need to add code to the onCreate method which checks the version number on the android market. But how can we achieve this

[android-developers] Re: Update notification when user launches app

2011-11-29 Thread Bipin Shashi
, Nov 29, 2011 at 10:08 AM, Bipin Shashi bi...@lokalty.com wrote: I have seen in many apps that it notifies the user of new updates if any when they launch the app. Can someone please guide me as to how to achieve this. I guess we need to add code to the onCreate method which checks

[android-developers] Runtime Error: failed to connect to camera service in android

2011-10-02 Thread Bipin Shashi
I wanted to make use of the zxing library to detect qrcodes in my app. But for the apps viewing purpose, i had to change the custom display orientation to portrait. Hence i had to integrate the whole zxing library into my app and addded camera.setDisplayOrientation(90) to the openDriver() method.