Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-10-23 Thread 12169
Thanx.. On Friday, January 24, 2014 11:54:00 AM UTC-8, mbanzon wrote: > > Ok. > > We get it. > > Check this out: > http://stackoverflow.com/questions/15975988/what-apis-in-android-is-facebook-using-to-create-chat-heads > > > On Fri, Jan 24, 2014 at 6:28 PM, 12169 > > wrote: > >> Hi, >> >> I want

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-24 Thread Michael Banzon
Ok. We get it. Check this out: http://stackoverflow.com/questions/15975988/what-apis-in-android-is-facebook-using-to-create-chat-heads On Fri, Jan 24, 2014 at 6:28 PM, 12169 wrote: > Hi, > > I want to open a message on setting screen.that will remain open for > predefined time but when user c

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-21 Thread TreKing
On Tue, Jan 21, 2014 at 2:58 AM, 12169 wrote: > I want to open a message on the setting screen, and message should be > close when user click on the message. and items of the settings screen > remain clickable even when the message is visible on the setting screen. That doesn't really make se

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-21 Thread Michael Banzon
Forget about using toasts. Look up how Facebook made the "chat heads" feature. I'm sure there must be some great tutorials out there by now ;-) On Jan 21, 2014 10:01 AM, "12169" wrote: > Hi, > I want to open a message on the setting screen, and message should be > close when user click on the me

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-20 Thread TreKing
On Mon, Jan 20, 2014 at 9:37 PM, 12169 wrote: > When Setting page open , then after 2 seconds i open the toast message . > when toast message open on an activity or settings page then activity's or > settings pages item remain clickable even when the toast message is open on > the activity .but

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-20 Thread TreKing
On Mon, Jan 20, 2014 at 3:06 AM, 12169 wrote: > On a button click i open ,device settings page with below code. > startActivityForResult(new Intent(Settings.ACTION_BLUETOOTH_SETTINGS),10); > > and when device settings page open then i open a toast message ,that > describe the user to close your

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-19 Thread Michael Banzon
Maybe you have some kind of reference and/or screenshot to describe what you are trying to do? On Jan 20, 2014 8:26 AM, "12169" wrote: > Hi, > when toast open on an activity then the activity's items are clickable but > same is not true in case of dialog.any help how i can do this?. > > > On Sund