[android-developers] android 4.0.4 url connection

2012-08-30 Thread SUDAM swain
. connection is happening but I can not bring data, at the time of bring data or cheching responce code giving Nullpointer exception. Can any body help me for this solution. -- Thanks and Regards Sudam Swain -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: How to use a custom keyboard for the application

2012-08-03 Thread sudam
Hi friend, SetOnclick llistener on ur All EditText and and over ride onclick listener. for your custom key board show your keyboard in dialogbox like this new Dialogcustomkeyboard(RtowRoutineActivity.this){ String str =""; @Override public void onClick(View v) { if(v ==

[android-developers] Re: provider, thread and async

2012-08-03 Thread sudam
Hi friend, You can take a static boolean variable globaly (boolean_var = false). and when ur database work finish you do it true. In a different thread check continouslly by while(boolean_var){ dilog.dismiss(); } On Friday, 3 August 2012 08:52:21 UTC+5:30, Petit wrote: > > Hello All, > > I

[android-developers] android dynamic text size

2011-08-02 Thread SUDAM swain
Hi, I want dynamic font size in android application. for different resolution it will atomotic re-size. please help me. -- Thanks and Regards Sudam Swain -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g