[android-developers] Anyone know about BSE value web service..

2011-10-19 Thread GopalaKrishnan D
Anyone know about BSE value web service... can i get BSE details via free webservice. pls help me -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] help : in call recorder i get receiving voice is very low....

2011-10-17 Thread GopalaKrishnan D
(MediaRecorder.OutputFormat.THREE_GPP); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); recorder.setOutputFile(PATH_NAME); recorder.prepare(); recorder.start(); -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] is this possible to start an app every 5mins

2011-10-10 Thread GopalaKrishnan D
is this possible to start an app every 5mins? how to do that one... pls help me -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] how to call the alarm settings

2011-10-06 Thread GopalaKrishnan D
how to call the alarm settings -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] how to parse special characters from xml

2011-09-30 Thread GopalaKrishnan D
-- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Re: How To Store Build Date in apk?

2011-09-30 Thread GopalaKrishnan D
use shared preference -- 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

[android-developers] how to parse xml from sdcard...

2011-09-29 Thread GopalaKrishnan D
how to parse xml from sdcard... -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Re: how to parse xml from sdcard...

2011-09-29 Thread GopalaKrishnan D
i don't know how to parse xml... i saw many example but i can't understand... can u help me -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to create an XML using SAX parser or any parser...

2011-09-28 Thread GopalaKrishnan D
How to create an XML using SAX parser or any parser... and retrieve values from that pls provide any sample code -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] how to send email from android app.

2011-09-26 Thread GopalaKrishnan D
http://stackoverflow.com/questions/4668871/send-auto-email-programmatically http://stackoverflow.com/questions/7274949/send-email-programmatically-in-android -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: How to set selected color effect when click on any image button or image view same as iphone?

2011-09-21 Thread GopalaKrishnan D
in that code replace @drawable/image into @color/color id -- 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] how to read the sent sms

2011-09-20 Thread GopalaKrishnan D
how to read the sent sms and display it -- ~* Regards* *GopalaKrishnan D* -- 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] How to encode the integer(30digit in to 10 digit) and decode it

2011-09-14 Thread GopalaKrishnan D
How to encode the integer(30digit in to 10 digit) and decode it -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to enable and disable Broadcast Receiver

2011-09-08 Thread GopalaKrishnan D
How to enable and disable Broadcast Receiver i don't how to pass value to onreceieve any one help me -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread GopalaKrishnan D
-- Forwarded message -- From: GopalaKrishnan D gopall...@gmail.com Date: Wed, Sep 7, 2011 at 1:57 PM Subject: How to use Shared Preference in OnReceive To: android-developers@googlegroups.com How to use Shared Preference in OnReceive -- ~* Regards* *GopalaKrishnan D

Re: [android-developers] Re: Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread GopalaKrishnan D
BroadCast Receiver onReceive( ) { // here i want use shared preferences and how to store value and retrieve it } -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread GopalaKrishnan D
to rotate emulator ctrl+ F11 -- 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] How to control Broadcast receiver through buttons

2011-09-06 Thread GopalaKrishnan D
How we can control broadcast receiver through buttons in app. any one provide link for that -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to run an app while incoming or outgoing call starts

2011-08-29 Thread GopalaKrishnan D
How to run an app while incoming or outgoing call starts and the app end with while call end. -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to record voice(audio) while call

2011-08-26 Thread GopalaKrishnan D
how to record voice or audio while call can any one help me pls... any sample code -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] How to record voice(audio) while call

2011-08-26 Thread GopalaKrishnan D
My Problem is how to record voice -- 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] How to attach audio file in program

2011-08-26 Thread GopalaKrishnan D
how to attach audio file in my app and want to send particular email address -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to exit application

2011-08-24 Thread GopalaKrishnan D
i tried finish(); and System.exit(0); if i use any one means only current activity closed its not close entire app Which code i want to use close or exit entire app. -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to get mobile no from app without user permission...

2011-08-11 Thread GopalaKrishnan D
its possible through read_phone_state -- ~* Regards* *GopalaKrishnan D* -- 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] How to disable first screen after execute first time

2011-08-10 Thread GopalaKrishnan D
pls anyone help me. i use shared preference but i can't get it... -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] How to disable first screen after execute first time

2011-08-10 Thread GopalaKrishnan D
after that how i fetch the value. and where i want to fetch... -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] can we set default browser will be our browser

2011-07-25 Thread GopalaKrishnan D
can we set default browser will be our browser and default search will be our search. This means that when the user selects Search from the home menu he will get our search.Each approved option should automatically be implemented -- ~* Regards* *GopalaKrishnan D* -- You received

Re: [android-developers] can we set default browser will be our browser

2011-07-25 Thread GopalaKrishnan D
i created one web browser and i want to set this as default browser... can i do it... -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] can we set default browser will be our browser

2011-07-25 Thread GopalaKrishnan D
whether each and every time we want to set it as default browser ah -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] whether each and every time we want to set set our own browser as default...

2011-07-25 Thread GopalaKrishnan D
whether each and every time we want to set set our own browser as default... help me for this -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] how to post comments in our app through facebook android app

2011-07-19 Thread GopalaKrishnan D
-- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] any one send me HTTP Post request and Reponse example

2011-07-11 Thread GopalaKrishnan D
for my project http request and response is need .. can any one send example for that -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Android SDK tools revision 12 and Proguard

2011-07-08 Thread GopalaKrishnan D
me also getting same problem. i think there is problem in sdk update -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Android Libray projects can not be launched

2011-07-01 Thread GopalaKrishnan D
u just include Facebook sdk as library in ur projects -- ~* Regards* *GopalaKrishnan D* -- 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] latitude and long sample code required

2011-06-29 Thread GopalaKrishnan D
dear friends can any one send the sample code for latitude and longitude sample code please -- ~* Regards* *GopalaKrishnan D* -- 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