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

2014-01-19 Thread 12169
Hi, any help for the below question. http://stackoverflow.com/questions/21201203/custom-toast-is-not-clickable-in-some-devices -- 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@googlegr

[android-developers] Android Implementation of Emacs

2014-01-19 Thread Umar
I downloaded an implementation of Emacs from Google Play store. I am trying to make it work on my Samsung Note 2. Does anyone know which key maps to Ctrl and Esc (on the smartphone keyboard)? Is there any other versatile editor similar to Emacs that works well for Android developers? Thanks

Re: [android-developers] Android Implementation of Emacs

2014-01-19 Thread Michael Banzon
Maybe it require an external keyboard? On Sun, Jan 19, 2014 at 9:34 PM, Umar wrote: > I downloaded an implementation of Emacs from Google Play store. I am > trying to make it work on my Samsung Note 2. Does anyone know which key > maps to Ctrl and Esc (on the smartphone keyboard)? > > Is there

Re: [android-developers] How to create a notification that doesn't go away when sliding away

2014-01-19 Thread Guillermo Polonsky
I've used notification, but you can slide it and it goes away, Which doesn't behave like that and remains? On Fri, Jan 17, 2014 at 3:51 PM, TreKing wrote: > > On Fri, Jan 17, 2014 at 7:55 AM, Guillermo Polonsky > wrote: > >> Hi, I'm wondering how apps like Avast antivirus creates notifications

Re: [android-developers] D.E.F.E.C.T. 'Subscription' can be purchased for free

2014-01-19 Thread Kristopher Micinski
"the enemy is the google" timeless words, so succinctly elucidated, captivating in a single sentence. Kris On Sat, Jan 18, 2014 at 1:57 AM, Build Account wrote: > STEPS TO REPRODUCE: > 1.implement billing client into any app. and register subscription product > in dev console. > 2.run the app

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

2014-01-19 Thread TreKing
On Sun, Jan 19, 2014 at 6:25 AM, 12169 wrote: > Hi, > any help for the below question. > > > http://stackoverflow.com/questions/21201203/custom-toast-is-not-clickable-in-some-devices > Toast is not supposed to be clickable, AFAIK. Use a dialog instead if this is your requirement. --

Re: [android-developers] How to create a notification that doesn't go away when sliding away

2014-01-19 Thread TreKing
On Sun, Jan 19, 2014 at 5:33 PM, Guillermo Polonsky wrote: > I've used notification, but you can slide it and it goes away, Which > doesn't behave like that and remains? O...K..., if you're not going to even bother attempting to check the link and do some research, here's a direct link: http://d

[android-developers] Re: Android Implementation of Emacs

2014-01-19 Thread Guy Smith
Vim - an extension of "vi". https://play.google.com/store/apps/details?id=net.momodalo.app.vimtouch Ah... the good old days. I remember the vi vs emacs religious wars in our office. After we'd buried our dead, we came to the conclusion that they were about as good as each other. But, vi uses

[android-developers] Load sdcard video through html5

2014-01-19 Thread HariRam LakshmiNarayanan
I am new to html5, can anyone help me how to load html video tag which is to load videos from sdcard. I tried to implement Your browser does not support the video tag. but this html is not loaded videos from sdcard. I have confused, is it possible to load local video using html5 video tag.

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

2014-01-19 Thread 12169
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 Sunday, January 19, 2014 5:55:21 PM UTC+5:30, 12169 wrote: > > Hi, > any help for the below question. > > > http://stackoverflow.com/questions/2120120

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