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 danieljonharring...@gmail.com wrote: Is there a way to have an image overlaid over another image

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 adrianvi...@gmail.com wrote: Use market://details?id=package BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 4, 2010 at 8:15 AM, Atif Gulzar atif.gul...@gmail.com

[android-developers] Market Intent Suggestion

2010-03-03 Thread Atif Gulzar
it in a list 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-developers

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 dcfre...@gmail.com wrote: Or you could make them

[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 from this group

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 hack...@android.comwrote: 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

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 r...@acm.org wrote: Atif, the various layout classes are *intended* to be a generic solution, making minor adjustments for minor

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 philip.dese...@gmail.com wrote: The new update fixes a slew of issues

[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] 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 gobl...@gmail.com wrote: I have a 3 nested ViewFlippers which seem to be working ok except that when I change

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

2010-01-24 Thread Atif Gulzar
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 Gulzar atif.gul...@gmail.com wrote: whenever

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 tleg...@gmail.com wrote: Hi, ContextMenu seems quite handy as long as we are using an AdapterView as we can easily get selected item

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

2010-01-18 Thread Atif Gulzar
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 android-developers

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 rbgrn@gmail.com wrote: I used Ruby on Rails with JSON as the high

[android-developers] prominent android developers

2010-01-13 Thread Atif Gulzar
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 from this group, send email

[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 post to this group

[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

[android-developers] view inside a customView

2009-12-11 Thread Atif Gulzar
are 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@googlegroups.com

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 sasikumar.it1...@gmail.comwrote: Hi hongi, Thanks for ur reply. I'm asking whether

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, Romain Guy romain

[android-developers] AsyncTaskPool | Tutorial

2009-11-11 Thread Atif Gulzar
; } } -- 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 this group, send email to android

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

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

[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 atif.gul...@gmail.com wrote: Hi, Would you please help me how to handle the memory leak

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

2009-11-10 Thread Atif Gulzar
()); } On Tue, Nov 10, 2009 at 7:11 PM, Atif Gulzar atif.gul...@gmail.com wrote: 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 atif.gul

[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 Android

[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 marc...@android.com wrote: VideoView itself will hide/show the MediaController as it sees fit, so your call to show() will only be in effect

[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] 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] 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 atif.gul...@gmail.com 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

[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 atif.gul...@gmail.comwrote: Hi, How can get the active context of an application

[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 group, send

[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] Get active context dynamically of an application

2009-09-11 Thread Atif Gulzar
*);) But in 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] 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] 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 group

[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 atif.gul...@gmail.com wrote: Hi all

[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 atif.gul...@gmail.com 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

[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 mmur...@commonsware.comwrote: But my jar file is referring number of layouts (about 10) and these layouts contains number

[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 Gulzar I

[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 group, send email

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

2009-08-20 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

[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 gml...@gmail.com wrote: You can not do any UI activity from background thread See here examples http://android-developers.blogspot.com/2009/05/painless

[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

[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 vmsund...@gmail.com wrote: Hi, how to show dialog with only the progress image without

[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] 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, ɹɐzlnƃ ɟıʇɐ

[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 jiriheitla...@googlemail.com wrote: Maybe this will help you: http://www.anddev.org/tinytutcustom_button_backgrounds

[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 jshar...@android.com wrote: Since the buttons are inside a LinearLayout, assign

[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 mmur...@commonsware.comwrote: Atif Gulzar wrote: unfortunately it will not make button equi size. As android:layout_weight only distribute empty space. So, set

[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 steve...@unimelb.edu.au wrote: Hi there, A 'Button' view comes up with text, while the 'ImageButton

[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 s...@imkon.com wrote: So the content of a tab is fixed once that tab has been initialised

[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ƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received

[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 jack...@t-mobile.com wrote: Try this link: http://kapsencode.com/android_drawable/ If you extract android.jar, you will also find them under the res/ drawable directory

[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 hack...@android.comwrote: Yes, all activities, services, receivers, and providers must be declared

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

2009-08-10 Thread Atif Gulzar
/View.html#scrollTo%28int,%20int%29. 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 ruksh...@optushome.com.au wrote: Just wondering if there is an easier way to simply stop ScrollView from

[android-developers] Re: AsyncTask reuse

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

[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