[android-developers] Re: Weird FC from unregisterReceiver

2011-01-04 Thread Karim B
bump? -- 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-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Weird FC from unregisterReceiver

2011-01-03 Thread Karim B
here the sum up of my code http://pastebin.com/YcPWNYit my problem only occurs when my application gets installed over my application again(aka when I run it from eclipse) and this only occurs when the value of ENABLED_KEY is left true so this fc happens when my the value is changed from true

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

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

2010-12-31 Thread Karim B
Yeah I have got that far which is not bad but the ability to change animation, duration is what I'm really after... but yeah thanks guys I guess I will just have to avoid this and using the notification bar then... -- You received this message because you are subscribed to the Google Groups

[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