On Fri, Jul 23, 2010 at 2:35 AM, Amit <[email protected]> wrote:
> Is there a possibility in android where my dialog only disables some part > of the screen and rest of the screen remains active and can handle actions > done on it. > Not with a dialog, but you don't have to use a dialog. Place a view in your main view that shows a ProgressBar or something and update that instead of using a dialog. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

