Re: [android-developers] making Toast like notification?

2010-12-31 Thread Karim B
I don't I wise very clear... I'm trying to create something completely customizable interms of animation, duration...etc where in the Toast widget duration can only be set to 2 constant and therefor its not changeable and the animation part is also not changeable since the animation is set via

Re: [android-developers] making Toast like notification?

2010-12-31 Thread Dianne Hackborn
A Dialog is not in any way shape or form a new activity. If you are saying that you want to display this toast-like thing when the user isn't actually in your app... well, that is what a toast is for, and you will need to live with its restrictions (which are kind-of intentional because doing

Re: [android-developers] making Toast like notification?

2010-12-30 Thread TreKing
On Sat, Dec 25, 2010 at 9:17 PM, Karim B abdulkarim.ba...@gmail.com wrote: I'm trying to create a custom version of the Toast notification while keeping a similar functionality but customizing it http://developer.android.com/guide/topics/ui/notifiers/toasts.html#CustomToastView

[android-developers] making Toast like notification?

2010-12-28 Thread Karim B
Hello, I have been looking into this for a while and havn't found a method to do this, so any help will be appreciated... I'm trying to create a custom version of the Toast notification while keeping a similar functionality but customizing it, I have tried the following; Tried extending Toast