[android-developers] In android how to Login to gtalk

2012-06-28 Thread rajesh chandrasekaran
Hi All, Using my android application, i want to login to gtalk and change the status of my gmail or gtalk. How can i change it? Is there any sample code?? Thanks in Advance. Rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: In ICS Media Store DB whts the file URI to fetch the text document?

2012-01-23 Thread rajesh chandrasekaran
How do we fetch this "files" information from media store DB On Jan 23, 2:36 pm, Hareef wrote: > Hi, > > From Android Ice cream onwards,MediastoreDBis supporting all the > files and documents. > > Thanks > Hareef > > On Jan 23, 2:17 pm, Kumar Bibek wrote: > > > > > > > > > As far as I know,Medi

[android-developers] How to Stop background music, whenever my Application is launched

2011-04-14 Thread rajesh chandrasekaran
Hi, In my application i have several activities and i want to start background music whenever my Application is launched then i need to pause music. May i know how to pause the background music. Any sample code??? Thanks C.Rajesh -- You received this message because you are subscribed to t

[android-developers] Re: how to fetch the facebook friend list

2011-01-07 Thread rajesh chandrasekaran
011 at 12:51 PM, rajesh chandrasekaran < > > crajeshdanger...@gmail.com> wrote: > > Hi > >  I am new in android. In my android application i have one button if > > user click that then i need to display the friend list of the facebook > > user. > > >  i do

[android-developers] how to fetch the facebook friend list

2011-01-06 Thread rajesh chandrasekaran
Hi I am new in android. In my android application i have one button if user click that then i need to display the friend list of the facebook user. i dont know how to do this, plz give me any idea Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "

[android-developers] change the language of sim

2010-11-11 Thread rajesh chandrasekaran
HI, I am new in Android, I need to know how to change the language of sim Thanks C.Rajesh -- 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

[android-developers] Problem in sending in SMS

2010-05-10 Thread rajesh chandrasekaran
Hi all I am new in android, i need to send the sms in android, i have tryed with the following code, and i have tested in emulator, but i am getting error. i need to know how to send sms, and also please tell me below code will work or not import android.app.Activity; import android.app.AlertDi

[android-developers] how to get screen height minus the title bar and status bar.

2010-05-05 Thread rajesh chandrasekaran
Hi all, I am new in android, i am getting the width and height for the screen using below code WindowManager w = getWindowManager(); Display d = w.getDefaultDisplay(); int totalwidth_screen = d.getWidth(); int totalheight_screen = d.getHeight();

[android-developers] send the email with speech Recognition

2010-05-05 Thread rajesh chandrasekaran
Hi all, I am new in android.i need few help from you, In my android Application,I need to send the email, for the body content i need to use Speech Recognition. how to do this.Please give me the solution for this. Thanks C.Rajesh -- You received this message because you are subscribe

[android-developers] Re: How to send the Email

2010-05-04 Thread rajesh chandrasekaran
Hi, Thanks for your replay sir, But i need to know whether above code will send the email when we test in mobile.If the above code dont work then will you please send me any sample code for my reference. Thanks C.Rajesh On May 5, 11:46 am, "appforce.org" wrote: > Hi, > > You can't send e-m

[android-developers] How to send the Email

2010-05-04 Thread rajesh chandrasekaran
Hi all, I am new in android.I need one help from all. I need to send the email, I have tryed in emulator, i have checked my mail but i didnt got any mail,. how to do that?? Plz give me a solution for that. I have mention below the my code for your reference. package com.test.android; imp

[android-developers] problem in layout alignment

2010-05-04 Thread rajesh chandrasekaran
Hi all I am new in android, i am having few problem in layout alignment.I have divide the screen into three layout,as header, body and footer. I am giving the height dynamically for the three layout in java file, so i need to give 12% of height to header and footer layout, and the remaining 75% i

[android-developers] increase the swipe more sensitive

2010-04-20 Thread rajesh chandrasekaran
Hi all, I need to increase the swipe more sensitive. how to change any idea Thanks C.Rajesh -- 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] To close the virtual keyboard

2010-04-09 Thread rajesh chandrasekaran
Hi all, I am new in android, i need to close the virtual keyboard when user enter the "Enter" button in virtual keyboard. How to close it. Please help me. Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] large screen resolution problem

2010-04-05 Thread rajesh chandrasekaran
Hi, I am trying to use Resource Qualifier for layout as layout-large. But when the application is starting in the emulator its reading the same file from default layout folder. The res folder structure is as below : res/ layout/login.xml layout-large/login.xml What I want is when there i

[android-developers] problem in large screen resolution

2010-04-05 Thread rajesh chandrasekaran
Hi, I am trying to use Resource Qualifier for layout as layout-large. But when the application is starting in the emulator its reading the same file from default layout folder. The res folder structure is as below : res/ layout/login.xml layout-large/login.xml What I want is when there i

[android-developers] Re: virtual keyboard problem

2010-04-05 Thread rajesh chandrasekaran
Hi Nithin, Thanks for your replay.. Thanks C.Rajesh On Apr 5, 11:56 am, Nithin wrote: > This is the default behaviour of Android. If user click on the > EditText, virtual keyboard will appear.. > > Nithin > > On Apr 5, 11:52 am, rajesh chandrasekaran > wrote: > >

[android-developers] Re: virtual keyboard problem

2010-04-05 Thread rajesh chandrasekaran
56 am, Nithin wrote: > > > This is the default behaviour of Android. If user click on the > > EditText, virtual keyboard will appear.. > > > Nithin > > > On Apr 5, 11:52 am, rajesh chandrasekaran > > wrote: > > > > Hi All, > > > > I am n

[android-developers] problem in large screen resolution

2010-04-05 Thread rajesh chandrasekaran
Hi all, In android, to support all the screen resolution, i have created the layout, layout-small, layout-large folder in res folder, and i have .xml file in all the folder. I can get the output in normal screen and small screen resolution, but in large screen emulator i am getting the

[android-developers] virtual keyboard problem

2010-04-04 Thread rajesh chandrasekaran
Hi All, I am new in android, i am having problem in Virtual Keyboard. I am having text field. if user click the text field then virtual keyboard need to appear. how to do this. please help me Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Problem in sqlite

2010-03-01 Thread rajesh chandrasekaran
Hi ALL, I am getting few problem in sqlite. This is my schema for the userScoreTable CREATE TABLE userScoreTable (sno integer primary key AUTOINCREMENT,userName VARCHAR, setID INT(5), score INT(5), totalTimeTaken DOUBLE); this is my data in the userScoreTable 1|Rock|1|20|11214.0 2|Rock|2|4

[android-developers] How to use setBounds in android.

2010-02-24 Thread rajesh chandrasekaran
hi All, How to use setBounds in android. This is my code,but i am getting the error Button button1 = (Button) findViewById(R.id.button_1); button1.setBounds(87, 90, 34, 98); please give me the corect solution. Thanks C.Rajesh -- You received this message because you are subscribed to the

[android-developers] set x-axis and y-axis for the image

2010-02-24 Thread rajesh chandrasekaran
Hi all, I am new in Android.I need to know how to set the x-axis and y-axis value for the image.i need to give the X&Y-axis location in java program not in xml. i know how to give in xml,but i need in java plz give the solution Thanks C.Rajesh -- You received this message because you are s

[android-developers] set x-axis and y-axis for the image

2010-02-24 Thread rajesh chandrasekaran
Hi all, I am new in Android.I need to know how to set the x-axis and y-axis value for the image.i need to give the X&Y-axis location in java program not in xml. i know how to give in xml,but i need in java plz give the solution Thanks C.Rajesh -- You received this message because you are s

[android-developers] set x-axis and y-axis for the image

2010-02-24 Thread rajesh chandrasekaran
Hi all, I am new in Android.I need to know how to set the x-axis and y-axis value for the image.i need to give the X&Y-axis location in java program not in xml. i know how to give in xml,but i need in java plz give the solution Thanks -- You received this message because you are subscribed