Re: [android-developers] Market Intent Suggestion

2010-03-04 Thread Atif Gulzar
Thanks Vintu -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Thu, Mar 4, 2010 at 3:37 PM, Adrian Vintu wrote: > Use market://details?id= > > BR, > Adrian Vintu > > http://adrianvintu.com > > > On Thu, Mar 4, 2010 at 8:15 AM, Atif Gulzar wrote:

Re: [android-developers] image overlay

2010-03-04 Thread Atif Gulzar
You may use ViewFlipper and then can use setDisplayedChild function to show the view you desired. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Mar 3, 2010 at 11:06 PM, Dan wrote: > Is there a way to have an image overlaid over another image. For > example, I h

[android-developers] Market Intent Suggestion

2010-03-03 Thread Atif Gulzar
view. Just a suggestion -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] TTS

2010-02-27 Thread Atif Gulzar
TTS is supported since 1.6. Is it possible to set the minimum supported version as 1.5 Where my application will not speak in 1.5 and will speak in 1.6 -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups

[android-developers] is it possible to get user name against the default Gmail account.

2010-02-26 Thread Atif Gulzar
Hi, Is it possible to get the user name against the default Gmail account on device? For example when we comment on some application in Market, it automatically deduct the user name form device. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because

[android-developers] User name against the default email account of Device?

2010-02-21 Thread Atif Gulzar
, ofcourse user can edit it before submitting the score. Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

Re: [android-developers] Re: Disable RadioGroup ?

2010-02-20 Thread Atif Gulzar
Thanks, Yes I can treat individual buttons. But just wondering why I can't operate on RadioGroup. Is it some bug or I am missing something. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Fri, Feb 19, 2010 at 11:42 PM, DonFrench wrote: > Or you could make them invis

[android-developers] Disable RadioGroup ?

2010-02-19 Thread Atif Gulzar
Hi How can I disable RadioGroup, means all the radio buttons should e disabled. I already tried setEnabled (false) and setClickable(false) but this did not help. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google

[android-developers] read only time

2010-02-11 Thread Atif Gulzar
or network connectivity? Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] Re: density setting for aspect ration long screens

2010-01-26 Thread Atif Gulzar
Thanks Bob, I will defiantly review my layout strategy. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Jan 26, 2010 at 9:41 PM, Bob Kerns wrote: > Atif, the various layout classes are *intended* to be a generic > solution, making minor adjustments for minor c

Re: [android-developers] density setting for aspect ration long screens

2010-01-26 Thread Atif Gulzar
Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Mon, Jan 25, 2010 at 11:06 PM, Dianne Hackborn wrote: > Density and aspect ratio are completely unrelated. Density is the size of > the pixels, and we currently only support square pixels (which is what all > current devices have as far

[android-developers] density setting for aspect ration long screens

2010-01-25 Thread Atif Gulzar
We can set the pixel values in custom views by multiplying them with this.getResources().getDisplayMetrics().density; This is ok when the screen aspect ratio is normal means not long But how can we set the pixels along Y-axis when the aspect ration is long. -- Best Regards, Atif Gulzar I

Re: [android-developers] cocos2d for Android Update

2010-01-25 Thread Atif Gulzar
This is really an incredible effort. Is there any application on android market that is using this engine? Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Mon, Jan 25, 2010 at 1:44 PM, Philip wrote: > The new update fixes a slew of issues: parallax is work

Re: [android-developers] ContextMenu on TableLayout: how to get selected item position?

2010-01-24 Thread Atif Gulzar
the text view from this text view the index. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Sat, Jan 23, 2010 at 5:19 AM, Thierry Legras wrote: > Hi, > > ContextMenu seems quite handy as long as we are using an AdapterView as we > can easily get selected item

Re: [android-developers] ViewFlipper switching views on screen orientation change

2010-01-24 Thread Atif Gulzar
ve you activity state in this function. > > And then in onCreate you can get it by calling > > Object data = getLastNonConfigurationInstance(); > > > Hope it helps. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Mon, Jan 25, 2010 at 10:29 AM, Atif Gul

Re: [android-developers] ViewFlipper switching views on screen orientation change

2010-01-24 Thread Atif Gulzar
get it by calling Object data = getLastNonConfigurationInstance(); Hope it helps. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Mon, Jan 25, 2010 at 9:23 AM, Marc wrote: > I have a 3 nested ViewFlippers which seem to be working ok except that > when I change the

Re: [android-developers] Re: Best Server for Android MultiPlayer Games?

2010-01-18 Thread Atif Gulzar
thanks Robert, But I am not an expert of server things, that is why I am looking for some already built server. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Jan 19, 2010 at 11:37 AM, Robert Green wrote: > I used Ruby on Rails with JSON as the high-level protocol

[android-developers] Best Server for Android MultiPlayer Games?

2010-01-18 Thread Atif Gulzar
you please share your expert thoughts or point me some other servers. Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] prominent android developers

2010-01-13 Thread Atif Gulzar
ile.com x...@android.com r...@android.com -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe f

[android-developers] Flash and future of Android game development?

2010-01-10 Thread Atif Gulzar
Hi All, With the promising news of Flash support for Android what will the future of Android Game development? -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] retain application/Activity state correct approach?

2009-12-24 Thread Atif Gulzar
onSaveInstanceState. Thanks @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) return this.moveTaskToBack(true); return super.onKeyDown(keyCode, event); }; -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ

[android-developers] retain application/Activity state correct approach?

2009-12-22 Thread Atif Gulzar
onSaveInstanceState. Thanks public boolean onKeyDown(int keyCode, KeyEvent event) { return this.moveTaskToBack(true); //return super.onKeyDown(keyCode, event); }; -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the

[android-developers] view inside a customView

2009-12-11 Thread Atif Gulzar
defined in xml files. Looking for some pointers. Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro

Re: [android-developers] Screen Size

2009-12-09 Thread Atif Gulzar
you need to go through this article. http://d.android.com/guide/practices/screens_support.html -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Dec 8, 2009 at 10:12 AM, Sasikumar.S wrote: > Hi hongi, > > Thanks for ur reply. > > I'm asking whether the

Re: [android-developers] AsyncTaskPool | Tutorial

2009-11-19 Thread Atif Gulzar
>>Also, since Donut, the limit of enqueued tasks in AsyncTask is 128, not 20. So AsyncTask has a maximum of 10 threads running concurrently so what is the solution for Android 1.5 -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Nov 11, 2009 at 9:25 PM, Roma

[android-developers] AsyncTaskPool | Tutorial

2009-11-11 Thread Atif Gulzar
Android has a limit to rum at MAX 20 concurrent AsyncTask. To handle this limit I created a AsyncTaskPool.java utility. Its not a pool in true sense but a kind of scheduler. I am posting it here for your comments and it may help others. import java.util.ArrayList; import android.os.AsyncTask; pu

[android-developers] Re: Drawable.createFromStream() and OutOfMemoryError exception

2009-11-10 Thread Atif Gulzar
tmap().recycle(); > } > > Log.e("TJC_EXCEPTION", outOfMemoryError.getMessage()); > } > > On Tue, Nov 10, 2009 at 7:11 PM, Atif Gulzar wrote: > seems this is a reported bug? > http://code.google.com/p/android/issues/detail?id=294 > > > > -

[android-developers] Re: Drawable.createFromStream() and OutOfMemoryError exception

2009-11-10 Thread Atif Gulzar
seems this is a reported bug? http://code.google.com/p/android/issues/detail?id=294 -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Nov 10, 2009 at 5:51 PM, Atif Gulzar wrote: > Hi, > > Would you please help me how to handle the memory leak on > Drawable.crea

[android-developers] Drawable.createFromStream() and OutOfMemoryError exception

2009-11-10 Thread Atif Gulzar
wable != null) { screenShotDrawable.setCallback(null); if (((BitmapDrawable) screenShotDrawable).getBitmap() != null) ((BitmapDrawable) screenShotDrawable).getBitmap().recycle(); } Log.e("TJC_EXCEPTION", outOfMemoryError.getMessage()); }

[android-developers] suppress/mute all notifications

2009-10-06 Thread Atif Gulzar
is it possible to suppress all notification messages e.g. incoming call or sms notification? Thanks Actually, I am developing a game and I want to given an option to user to mute all notifications (some thing like do not disturb :)) while playing game. -- Best Regards, Atif Gulzar I

[android-developers] Re: Keeping MediaController from timing out after a certain amount of time

2009-10-06 Thread Atif Gulzar
you may also use .show(timeout) function. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Oct 7, 2009 at 5:23 AM, Marco Nelissen wrote: > > VideoView itself will hide/show the MediaController as it sees fit, so > your call to show() will only be in effect until

[android-developers] suppress all notifications

2009-10-06 Thread Atif Gulzar
is it possible to suppress all notification messages e.g. incoming call or sms notification? Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] Is this possible: Capturing Audio while video is being played?

2009-10-05 Thread Atif Gulzar
Hi all, Can I capture the audio through microphone while video is being played? 2ndly can I capture the touch events on video? (by developing my own video player) Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You

[android-developers] Please Help Urgent: Get active context dynamically of an application

2009-09-24 Thread Atif Gulzar
> > I posted this questions twice. I will really appreciate your help. Am I > asking very basic or vice versa? Or it is not possible in Android. Please > help. > > > > On Fri, Sep 11, 2009 at 3:09 PM, Atif Gulzar wrote: > >> Hi, >> >> How can get th

[android-developers] Re: Get active context dynamically of an application

2009-09-24 Thread Atif Gulzar
bump. Thanks :) -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Fri, Sep 11, 2009 at 3:09 PM, Atif Gulzar wrote: > Hi, > > How can get the active context of an application? > > The scenario is, I have an AsyncTask inside an activity_A. And on > successful co

[android-developers] Re: Emulator and android Market

2009-09-14 Thread Atif Gulzar
I am following this thread http://groups.google.com/group/android-developers/browse_thread/thread/7d26272f9064095f/75da068852f85b72#75da068852f85b72 lets see if it possible or not. Seems possible though. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Mon, Sep 14, 2009 at 3:28

[android-developers] Emulator and android Market

2009-09-14 Thread Atif Gulzar
Can I access Android Market through emulator? Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Get active context dynamically of an application

2009-09-11 Thread Atif Gulzar
the meanwhile(before completing this AsyncTask) if the application is moved to another activity_B. The above dialog context will not be the current Context so it will through an Exception. So is it possible to get the active Context dianamically? Thanks -- Best Regards, Atif Gulzar I

[android-developers] Singleton Objects and Android

2009-09-10 Thread Atif Gulzar
getTJCConfigInstance() { if( config == null ) config = new TJCConfig(); return config; } ... } -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Activity | Theme_Dialog

2009-09-01 Thread Atif Gulzar
bump -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Sep 1, 2009 at 1:04 PM, Atif Gulzar wrote: > Hi all, > > When I apply setTheme(android.R.style.Theme_Dialog); to my activity. The > width of the activity is wrapped to its content and some time it is very >

[android-developers] Re: Views below ScrollView

2009-09-01 Thread Atif Gulzar
ok I find the solution. Set Bottom layout margin of ScrollView to 50dp and the view that you want to stick on screen sets its Up layout margin to -50dp -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Sep 1, 2009 at 1:08 PM, Atif Gulzar wrote: > Hi all, > > How

[android-developers] Views below ScrollView

2009-09-01 Thread Atif Gulzar
Hi all, How can I add some buttons below ScrollView that always stay on screen. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers&q

[android-developers] Activity | Theme_Dialog

2009-09-01 Thread Atif Gulzar
Hi all, When I apply setTheme(android.R.style.Theme_Dialog); to my activity. The width of the activity is wrapped to its content and some time it is very skinny. Is it possible to force its width to the screen width? Thanks. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ

[android-developers] Re: Problem Using Jar File

2009-08-28 Thread Atif Gulzar
Thanks Mark, It works, I will look into it how to optimize it. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Fri, Aug 28, 2009 at 1:52 PM, Mark Murphy wrote: > > > But my jar file is referring number of layouts (about 10) and these > > layouts contains number of

[android-developers] Re: Problem Using Jar File

2009-08-27 Thread Atif Gulzar
Hi Mark, Thanks for your reply.Right now we are not using the R file of that project whose jar file is created.Jar file does not contains R files of that project.So R.layout and R.id's are created in the client project where i am using jar file. -- Best Regards, Atif Gulz

[android-developers] How can I know if some email client is configured?

2009-08-21 Thread Atif Gulzar
to check if some email client is configured. Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] How to check if some email client is configured ?

2009-08-20 Thread Atif Gulzar
hi, How to check if some email client is configured ? and if configured how to get the default email client. THanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Get default email account and compose a message?

2009-08-19 Thread Atif Gulzar
I am looking for some anchors how to get default Email account and compose a new message. I will appreciate any help. Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] is it possible to start an activity from non Activity class

2009-08-18 Thread Atif Gulzar
An activity can be called from existing activity through *startActivity(intent); * Is t possible to call an activity from non Activity class ? and how? Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this

[android-developers] Re: AsyncTask and Exception handling

2009-08-18 Thread Atif Gulzar
then how can I handle exceptions. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Aug 18, 2009 at 7:56 PM, Andrei wrote: > > You can not do any UI activity from background thread > See here examples > http://android-developers.blogspot.com/2009/05/painless-th

[android-developers] AsyncTask and Exception handling

2009-08-18 Thread Atif Gulzar
lease try again". Any thoughts ? protected ArrayList doInBackground(Void... nothing) { return tj.getOffersStatus(config, "test1234"); } -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You receive

[android-developers] default measuring units px or dp

2009-08-13 Thread Atif Gulzar
in xml file we can define measuring units along with the values. If I want to set some property through code it only takes "int" value. What is the default unit for this int? px(pixels) or dp(density indipendent pixels) ? -- Best Regards, Atif Gulzar I Unicode, ɹ

[android-developers] Is it possible to change text color of all child TextViews

2009-08-13 Thread Atif Gulzar
Is it possible to change text color of all child TextViews? Actually I want to change text color of all columns(TextViews) of a TableRow when it is clicked. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: how to show dialog with only the progress image

2009-08-13 Thread Atif Gulzar
create a simple layout xml which has progressbar in it and set the contetview of dialog to this layout. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Thu, Aug 13, 2009 at 2:07 PM, Sundar wrote: > > Hi, > > how to show dialog with only the progress image without t

[android-developers] Re: R.arawable visuals

2009-08-12 Thread Atif Gulzar
Thanks Jack -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Aug 12, 2009 at 8:23 PM, Jack Ha wrote: > > Try this link: > >http://kapsencode.com/android_drawable/ > > If you extract android.jar, you will also find them under the "res

[android-developers] R.arawable visuals

2009-08-12 Thread Atif Gulzar
There are many drawables defined under R.drawable " http://developer.android.com/reference/android/R.drawable.html";. Just curious if their visuals are available somewhere? -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--

[android-developers] Re: How do I start a new activity inside a tab? TabSpec.setContent(Intent) doesn't appear to work

2009-08-12 Thread Atif Gulzar
have you tried TabActivity http://developer.android.com/reference/android/app/TabActivity.html -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Aug 12, 2009 at 6:02 PM, Sena wrote: > > So the content of a tab is fixed once that tab has been initialised? > That see

[android-developers] Re: Image with a Button, or text with ImageButton

2009-08-12 Thread Atif Gulzar
you can use a default button. Just use Drawable bottom | top | right | left for image. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Aug 12, 2009 at 5:53 PM, gosh wrote: > > Hi there, > > A 'Button' view comes up with text, while the 'ImageBut

[android-developers] Re: Equi Size button in linearLayout

2009-08-12 Thread Atif Gulzar
Thanks mark, it works -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Aug 12, 2009 at 3:46 PM, Mark Murphy wrote: > > Atif Gulzar wrote: > > unfortunately it will not make button equi size. As > > android:layout_weight only distribute empty

[android-developers] Re: Equi Size button in linearLayout

2009-08-12 Thread Atif Gulzar
unfortunately it will not make button equi size. As android:layout_weight only distribute empty space. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Aug 12, 2009 at 1:52 PM, Jeff Sharkey wrote: > > Since the buttons are inside a LinearLayout,

[android-developers] Re: button press on custom drawable

2009-08-12 Thread Atif Gulzar
Thanks Jiri, That is exactly what I was looking for. Thanks again. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Aug 12, 2009 at 12:52 PM, Jiri wrote: > > Maybe this will help you: > > > http://www.anddev.org/tinytutcustom_button_backgrounds-better_im

[android-developers] Re: add an activity pragmatically in Menifest.xml

2009-08-11 Thread Atif Gulzar
is not it an extra task for client to list all activities provided by my Lib? -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Wed, Aug 12, 2009 at 10:41 AM, Dianne Hackborn wrote: > Yes, all activities, services, receivers, and providers must be declared in > the ma

[android-developers] Re: disable scrolling touch events in ScrollView, just want to to scroll programmatically

2009-08-10 Thread Atif Gulzar
do not use scrollView at all and use LinearLauout and use combination of touch events and scrollBy(int, int), scrollTo(int, int). By this way you can also achieve horizontal scrolling. -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Mon, Aug 10, 2009 at 2:50 PM, rukiman wrote

[android-developers] Re: AsyncTask reuse

2009-08-06 Thread Atif Gulzar
chSubClass.getStatus() == AsyncTask.Status.RUNNING) YourasynchSubClass.cancel(true); YourasynchSubClass.execute(parms); -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Fri, Aug 7, 2009 at 6:14 AM, Dianne Hackborn wrote: > If they have state associated with them, it can avoid a lot of e

[android-developers] Re: Dialog

2009-08-04 Thread Atif Gulzar
I will recommend you to read http://android-developers.blogspot.com/2009/05/painless-threading.html and http://developer.android.com/reference/android/os/AsyncTask.html -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Aug 4, 2009 at 3:56 PM, Saurav Mukherjee