[android-developers] OK Google services

2016-08-23 Thread Amol Shinde
rogrammatically ? Thanks and Regards, Amol. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To

[android-developers] Android voice interaction service

2016-06-16 Thread Amol Shinde
n onCreate \ onStartCommand but the app got crashed. I have checked the Android VoiceInteractionService source in Android SDK and found there is no message sent to handler which calls the onReady function. It will be really helpfull, if you can provide us the sample usage for this. Thanks and Regards, Amol

[android-developers] How to use local directory path in Uri.parse for playing an mp3 audio file

2012-07-22 Thread Amol A Girhe
android application to my android phone? Regards, Amol A Girhe -- 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] want all vidio tutorials to learn android developing plz send download links..

2011-10-26 Thread Amol student
hello sir\madam am student i want vidio tutorials to learn developing android applications i request you plz... send links.. thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

Re: [android-developers] Re: Emulator Help

2011-09-13 Thread Amol Sharma
RAM is 3GB.it's working fine now...i reinstalled the things..and it's performance is improved !! -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad <http://gplus.to/amolsharma99> <http://twitter.com/amolsharma99><http://in.lin

Re: [android-developers] Emulator Help

2011-09-12 Thread Amol Sharma
thnx :) -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad <http://gplus.to/amolsharma99> <http://twitter.com/amolsharma99><http://in.linkedin.com/pub/amol-sharma/21/79b/507><http://youtube.com/amolsharma99> On Mon, Sep 12, 2011 at

[android-developers] Emulator Help

2011-09-12 Thread Amol Sharma
the size of sd memory selected in avd has any affect only one more thingthere is only one skin available in my eclipse...how can i install more skins. plz guide me thank you -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad <http://gplus

[android-developers] Android based TCP/IP socket program sample code

2011-08-18 Thread Amol Narkhede
Dear All, I am trying out TCP/IP socket programming on android first time. Could you please share some source code if you have any available or some good links of the working samples. Thanks Amol -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: Aw: How to set send to via sms intend

2011-06-10 Thread Amol
Hi, Thanks for the answer. This worked for me. Regards, Amol Ghotankar -- 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,

[android-developers] How to set send to via sms intend

2011-06-09 Thread Amol
Hi, I have an application that sends a sms. For the same I have written something like below Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.setData(Uri.parse("sms:9960980419")); sendIntent.putExtra("sms_body", "The SMS text"); sendIntent.set

[android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 16 Topics

2010-09-15 Thread amol pathak
I am new to Android. help me to learn Android Application programming.If you have any Tutorials for Android then forword me on my mail.Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 16 Topics

2010-07-08 Thread amol pathak
I am new to Android.Please help me to learn Android Application programming.If you have any Tutorials for Android then forword me on my mail.Thanks On Thu, Jul 8, 2010 at 8:33 PM, > wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/android-developers/topics > >- canv

[android-developers] about Online Game

2010-07-01 Thread Amol Mokashi
You already provide “games” on your website? Perfect! You can easily add an especially gripping game portal: Bigpoint! You add challenging long term browser games to your content and your user benefit of the community offers around each game at the same time.

[android-developers] Sqlite database problem

2010-06-15 Thread Amol Pathak
I am developing a simple android application in that I am getting serious error that system stops unexpectedly. help me out there,and also I want to know that how should I enter path in DBHelper.java file .Here I am giving my code. -- You received this message because you are subscribed to the Go

[android-developers] Call Recording.

2010-03-22 Thread Amol
I am developing application for call recording but i am not able to record the call and its throwing the exception .My code is as follows. Code: mediaRec.setAudioSource(AudioSource.VOICE_CALL); mediaRec.setOutputFormat(OutputFormat.RAW_AMR); media