[android-developers] Re: Call back to an Activity in the bottom of the stack from a global Activity.

2011-03-22 Thread Diego Tori
That actually sounds like a winner right here, since it bypasses the whole starting of activities with a result. I mean, it's just checking for a flag that gets set by this one activity, and the overhead is pretty small anyways to pull it off. I'll see if I can try it first thing tomorrow morning.

Re: [android-developers] Re: parse json response containing html tags

2011-03-22 Thread Hitendrasinh Gohil
hi danh, thankx the problem is with data. -- Regards, Hitendrasinh Gohil -- 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

[android-developers] Bounty for a SoftKeyboard Example

2011-03-22 Thread trans
Well, my attempt at creating a Keyboard app has come to a disappointing end. After three weeks utilizing the SoftKeyboard example code as a template to create my own keyboard, I have now come to a hard wall with no reasonable notion for overcoming it. I simply can not find a way to the

Re: [android-developers] Re: Hi... Flocks

2011-03-22 Thread Narendra Padala
Sorry Friends, I want say Hi Folks by mistake i wrote wrong please excuse, give some suggestions to learn android. On Tue, Mar 22, 2011 at 4:11 PM, lbendlin l...@bendlin.us wrote: Namatse, I guess. On Mar 21, 7:34 am, Narendra Padala checksumandr...@gmail.com wrote: Hi..Flocks,

[android-developers] Re: How to increase the amount of time to consider input complete, in android voice recognition?

2011-03-22 Thread vamsi
Thanks Filip Havlicek, I found those string constants in android documentation previously. And tried to use those elements in my app. Following is my code, public static final String EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS =

[android-developers] Re: Install % drop again?

2011-03-22 Thread Zsolt Vasvari
Today I suddenly recovered 10% of the lost users and 3 places in the rankiings. So we are halfway there. Still not a peep from Google as far as my e-mails to them are concerned. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Atrix fast video switch failure

2011-03-22 Thread Shao
Hi all, I'm seeing a failure with the fast switch from still camera to video camera on the Atrix using the method described in the Android SDK: To quickly switch to video recording mode, use these steps: 1. Obtain and initialize a Camera and start preview as described above. 2. Call unlock() to

Re: [android-developers] Edit Incoming Call Activity

2011-03-22 Thread Ash Pat
Thank you! I'll look around how to do it. On Tue, Mar 22, 2011 at 6:51 PM, TreKing treking...@gmail.com wrote: On Tue, Mar 22, 2011 at 6:39 PM, Ash ashpatonl...@gmail.com wrote: Is it possible to add a new button to the existing incoming call screen? Sure. Build your own version of the

[android-developers] Re: How to Create a Media Player

2011-03-22 Thread harsh chandel
you want to create your own media player or use the media player supported by android On Mar 23, 7:55 am, cibin cibin.p.oom...@gmail.com wrote: I am beginner in Android; I know only the basics...Please help me to create a Media Player in Android -- You received this message because you are

[android-developers] Re: SQLiteDatabase or XML(saving)?

2011-03-22 Thread harsh chandel
database if security is invloved if on xml on internet On Mar 22, 2:46 pm, -Ernest kisskam...@gmail.com wrote: Hello guys, Thanks for making android a wonderful platform. Me and my mate are writing a project and its an android app. Yesterday i finish my third book about programing for the

[android-developers] Re: Atrix fast video switch failure

2011-03-22 Thread Shao
Actually one thing to point out is, it only happens after I take a picture. If I don't take a picture the switch works fine. On Mar 22, 10:15 pm, Shao shaoy...@gmail.com wrote: Hi all, I'm seeing a failure with the fast switch from still camera to video camera on the Atrix using the method

<    1   2   3   4