Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread Renuka Deshpande
Hi, The error shows its getting context null. So its better to initialise it before starting and async task and just how it on pre-execute . you can try in this way it works for me. Thanks & Regards, Renuka On Tue, Jul 23, 2013 at 10:19 AM, Seshu wrote: > Hi All, >In my application am u

Re: [android-developers] Re: Improve data retriveing time from server.

2013-04-16 Thread Renuka Deshpande
You can do one thing when you parse your data show it simultaneously update screen we can do this... Thanks & Regards, Renuka On Tue, Apr 16, 2013 at 3:31 PM, sree android wrote: > thank you friends. > > > -- > -- > You received this message because you are subscribed to the Google > Grou

Re: [android-developers] Access web service over SSL with client certificate (KSOAP)

2013-04-06 Thread Renuka Deshpande
try these http://blog.callistaenterprise.se/2011/11/24/creating-self-signed- certificates-for-u se-on-android/

Re: [android-developers] Re: NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Renuka Deshpande
cross check with your xml, that you have used same names as in xml. On Mon, Aug 27, 2012 at 2:32 PM, Jason Sesso wrote: > does "R.id.**btnRetrieveDoc" event exist? > > > On Saturday, August 25, 2012 12:45:20 PM UTC-7, KinnMirr wrote: >> >> When I run below activity, I get an exception. I've wrap

Re: [android-developers] Android Activity And closing application

2012-08-27 Thread Renuka Deshpande
Hello, Let OS kill the application. see these http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon http://stackoverflow.com/questions/5100728/how-to-force-stop-my-android-application-programatically http://stackoverflow.com/questions/6330200/how-to-quit-android

Re: [android-developers] alignment of imagebuttons in the image background

2010-11-02 Thread Renuka Deshpande
set gravity of image button as center_horizontal and center_vertical On Tue, Nov 2, 2010 at 12:19 PM, Alok Upadhyay wrote: > Hii, > I have three image buttons which i want to aligne center vertically.i > have layout something like this: > > > http://schemas.android.com/apk/res/ > android" >a

[android-developers] Application restarts on orientation change

2010-11-02 Thread Renuka Deshpande
HI All, When I change orientation application restarts and I lost my current data.. I am using activity group which contain lots of activities when i change orientation application restarts from main activity. is it possible to avoid this application restart on orientation change? Anybody knows

[android-developers] Re: custom cursor adapter

2010-07-13 Thread Renuka Deshpande
named "_id" or this class will not work." On Tue, Jul 13, 2010 at 3:27 PM, Renuka Deshpande < renukanil.deshpa...@gmail.com> wrote: > Hello All, > > I am developing application in which I am using List view and for that list > I am using a cursor adapter. > I hav

[android-developers] custom cursor adapter

2010-07-13 Thread Renuka Deshpande
Hello All, I am developing application in which I am using List view and for that list I am using a cursor adapter. I have an sqlite file in assets/databases which is used for reading data and create database. I created database. For cursor adapter I am getting cursor from this database. Here is

[android-developers] custom seek bar

2010-06-09 Thread Renuka Deshpande
Hello All, I am new to android. I want to customize a seek bar like attached image.white and brown portions are the images. Can anybdy tell me how to do that? -- Thanks & Regards, Renuka -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To