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

2012-08-06 Thread KHEM Sochenda
i just solved my problem using thread, i follow this link...http://mobile.tutsplus.com/tutorials/android/android-sdk_loading-data_cursorloader/ and also the link you sent On Mon, Aug 6, 2012 at 11:34 PM, Justin Anderson wrote: >> I never use Async task before. I just learn about the content provi

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

2012-08-04 Thread KHEM Sochenda
the normal view. > > > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Fri, Aug 3, 2012 at 6:55 AM, KHEM Sochenda > wrote: >> >> Hi, >> >> Thank you. Do you mean a variable globally in th

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

2012-08-03 Thread KHEM Sochenda
Hi, Thank you. Do you mean a variable globally in the program? maybe in the String? :) I will try tonight. On Fri, Aug 3, 2012 at 4:12 PM, sudam wrote: > > Hi friend, > > You can take a static boolean variable globaly (boolean_var = false). and > when ur database work finish you do it true.

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

2012-08-02 Thread KHEM Sochenda
35 PM, Justin Anderson wrote: > What have you tried so far? > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Thu, Aug 2, 2012 at 9:22 PM, KHEM Sochenda > wrote: >> >> Hello All, >> >> I am new

[android-developers] provider, thread and async

2012-08-02 Thread KHEM Sochenda
Hello All, I am new to android. I have been learning it few months till now. I am trying with Content Provider and thread with sample code of searchable dictionary few weeks ago. While loading the database I want to show the progress bar instead of main layout. The main layout will display only wh