use thread to display Toast from  non-activity class
new Runnable() {
     public void run() {
                                // Your toast Here
                             }
                       };

2011/5/26 Abhishek Kumar Gupta <[email protected]>

> I want to display the Toast for Non-activity class which is present in
> the framework(framework/base/policy).
> Please help me.
>
> --
> 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

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

Reply via email to