[android-developers] Re : passing data between activities

2012-03-26 Thread vivek elangovan
hi members, I am having two activities in my project, In my Ist activity i m getting two values from my loop (for eg : Violation : WITHOUT HELMET and Violation : USING CELLULAR PHONE WHILE DRIVING(H) ) using putExtra i am passing these values to my IInd activity,what i need

[android-developers] Re: Re : passing data between activities

2012-03-26 Thread vivek elangovan
, vivek elangovan wrote: hi members, I am having two activities in my project, In my Ist activity i m getting two values from my loop (for eg : Violation : WITHOUT HELMET and Violation : USING CELLULAR PHONE WHILE DRIVING(H) ) using putExtra i am passing these values to my

[android-developers] Re: Re : passing data between activities

2012-03-26 Thread vivek elangovan
, vivek elangovan wrote: Hi, This is how my xml looks like remarks offense violationWITHOUT HELMET/violation rule177-A/rule amnt100/amnt date26-3-2012/date placechetpet signal/place

[android-developers] Re: SMS with name

2012-03-23 Thread vivek elangovan
Hi members, I am developing a SMS application whereas using sendSMS function i am able to do that. what i need to do is instead of sending msg with number i want to send that with name.is it possible ? -- You received this message because you are subscribed to the Google

[android-developers] Re : Button onclick

2012-03-20 Thread vivek elangovan
Hi members, In my application i need fill input data when i click some button.So on clicking the button then only i need to display input field otherwise i have to hide fields and have to fill data -- You received this message because you are subscribed to the Google

[android-developers] Re: Re : Button onclick

2012-03-20 Thread vivek elangovan
): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.otc.offense/com.otc.offense.Bookingpage}: java.lang.ClassCastException: com.otc.offense.Bookingpage On Tuesday, March 20, 2012 2:24:27 PM UTC+5:30, vivek elangovan wrote: Hi members, In my application i need fill

Re: [android-developers] Re: Re : Spinner calling in OnItemSelect

2012-03-19 Thread vivek elangovan
, Mar 19, 2012 at 11:46 AM, Zsolt Vasvari zvasv...@gmail.com wrote: What have you done so far to accomplish your goals and where are you stuck? On Monday, March 19, 2012 1:38:37 PM UTC+8, vivek elangovan wrote: Hi members, I want to display the second spinner if i only select

[android-developers] Re : Spinner calling in OnItemSelect

2012-03-18 Thread vivek elangovan
Hi members, I want to display the second spinner if i only select some values in my first spinner and also i want to create the spinner in my class directly without declaring in my main.xml is it possible? -- You received this message because you are subscribed to the

[android-developers] Re : BluetoothChat

2012-03-09 Thread vivek elangovan
Hi members, I tried the bluetoothchat sample from the following link http://developer.android.com/resources/samples/BluetoothChat/index.html But i m getting the error No resource identifier found for attribute 'showAsAction' in package 'android' what may be the problem is?

Re: [android-developers] Re: Re : spinner from HttpPost

2012-03-08 Thread vivek elangovan
, Open this link and see this example.. http://www.vogella.de/articles/AndroidJSON/article.html Thanks Regards, S.Seshu. On Mar 8, 10:33 am, vivek elangovan elangovan.vi...@gmail.com wrote: Hi members, Using HttpPost i am able to retrieve the following data

[android-developers] Re : Android as Remote

2012-03-08 Thread vivek elangovan
Hi members, Is it possible to use android mobile as remote(eg : as mouse or keyboard) i gone through Remotedroid but i need similar example by using bluetooth and not using any wi-fi networks. - Vivek -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Re : Android as Remote

2012-03-08 Thread vivek elangovan
, vivek elangovan wrote: Hi members, Is it possible to use android mobile as remote(eg : as mouse or keyboard) i gone through Remotedroid but i need similar example by using bluetooth and not using any wi-fi networks. - Vivek -- You received this message because you

[android-developers] Re : spinner from HttpPost

2012-03-07 Thread vivek elangovan
Hi members, Using HttpPost i am able to retrieve the following data in my response cities name stateID=01 cityID=01Chennai/name name stateID=01 cityID=02Trichy/name name stateID=01 cityID=03Madurai/name /cities Now i need to pass these values into my

[android-developers] Re : Selecting spinner

2012-03-06 Thread vivek elangovan
Hi members, This is how my string.xml looks like , string-array name=state_array item/item itemTamilnadu/item itemAndhraPradesh/item itemKarnataka/item itemMaharashtra/item itemGujarat/item

[android-developers] Re : Spinner from Database

2012-03-02 Thread vivek elangovan
Hi members, How to retrieve xml data from xml database and display in spinner? -- 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] Re : Spinner

2012-03-01 Thread vivek elangovan
Hi members, Using spinner i display list of details what i need to do is after selecting the item using spinner i need to display a data in text field. For eg : If i m selecting state from spinner i need to display country name in next field. - Vivek Elangovan -- You

Re: [android-developers] Re : Spinner

2012-03-01 Thread vivek elangovan
(); } public void onNothingSelected(AdapterView? arg0) { } }); On Thu, Mar 1, 2012 at 4:34 PM, vivek elangovan elangovan.vi...@gmail.com wrote: Hi members, Using spinner i display list of details what i need to do is after selecting the item using spinner i need

Re: [android-developers] Re : Spinner

2012-03-01 Thread vivek elangovan
, 2012 at 5:12 PM, vivek elangovan elangovan.vi...@gmail.com wrote: Hi Arun, How will i set the name for the next text field On Thu, Mar 1, 2012 at 4:44 PM, arun kumar hariarun2...@gmail.comwrote: spinner1 = (Spinner)this.findViewById(R.id.spinner1); final String[] groupes = new

Re: [android-developers] Re : Spinner

2012-03-01 Thread vivek elangovan
} }); } } On Thu, Mar 1, 2012 at 6:01 PM, vivek elangovan elangovan.vi...@gmail.com wrote: ok i will try that one ,if u any samples also pls send me On Thu, Mar 1, 2012 at 5:18 PM, arun kumar hariarun2...@gmail.comwrote

[android-developers] Re : DOMParser

2012-02-29 Thread vivek elangovan
Hi members, Using DOMParser i m able to retrieve XML data from my database.Now i need to pass the name which i retrieved to other class using intenet,but i m not able to read it here is my code : void parseByDOM(String response) throws ParserConfigurationException,

[android-developers] Re : Fetching data from postgres

2012-02-27 Thread vivek elangovan
Hi members, I m having my collection of records in Postgres database, After login i want to fetch the details from the database and display it in next page.Here my primary key will be userid which i used in login page.I want to know how to fetch data from postgres database ? --

[android-developers] Re: JavaMail API

2012-02-27 Thread vivek elangovan
Hi members, I have done a sample application for sending mail from android using the JavaMail API using Gmail authentication and it is working fine,but in this application i need to hardcore my user name and password then only it is working.Is there any other way to do without

[android-developers] Re : Displaying data

2012-02-25 Thread vivek elangovan
Hi members, After login i want to fetch data from database and i need to display data in corresponding input fields in new page.Is there any samples available? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re : Phone Gap

2012-02-23 Thread vivek elangovan
Hi members, Is there any sample application available other than Hello World android application with Phone Gap? -- 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: Re : Save output data as XML

2012-02-22 Thread vivek elangovan
, 9:55 am, vivek elangovan elangovan.vi...@gmail.com wrote: Hi members,                      I want to develope an application  where after entering the required input fields i want to save the output data as XML in my local (eg : memory card) . Is there any sample available

[android-developers] Re: Re : Save output data as XML

2012-02-22 Thread vivek elangovan
Preferences. Click on it. u ll find ur filename.xml. Thanks and Regards, S.Seshu On Feb 22, 2:57 pm, vivek elangovan elangovan.vi...@gmail.com wrote: Hi Seshu,                i checked the link u referred and its working fine, but in that sample no xml part is defined what i need

[android-developers] Re: Re : Save output data as XML

2012-02-22 Thread vivek elangovan
/How_to_store_and_retrieve_pref... Thanks and  Regards, S.Seshu On Feb 22, 9:55 am, vivek elangovan elangovan.vi...@gmail.com wrote: Hi members,                      I want to develope an application  where after entering the required input fields i want to save the output data as XML

[android-developers] Re : Save output data as XML

2012-02-21 Thread vivek elangovan
Hi members, I want to develope an application where after entering the required input fields i want to save the output data as XML in my local (eg : memory card) . Is there any sample available ? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re : Email application

2012-02-20 Thread vivek elangovan
mail from emulator? - Vivek Elangovan -- 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] Re : Encryption

2012-02-19 Thread vivek elangovan
Hi members, I developed a login page application, in this application i passes the parameters to my database using executeHttpPost.I post my parameters like this postParameters.add(new BasicNameValuePair(password, pw.getText().toString())); .What my scenario is i need to send

[android-developers] Re : Session

2012-02-17 Thread vivek elangovan
to exit the application.So is there any session management which i can apply in this? - Vivek Elangovan -- 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] Re: Re : onclick image redirecting

2012-02-16 Thread vivek elangovan
wrote : Hey Vivek, have u checked what I told u? hi, not yet thanks for the reply but i got some ideas from ur reply and once i implement that i will inform u On Feb 16, 2:07 pm, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Hey Vivek, have u checked what I told u? -- You

[android-developers] Re : Sending SMS to remote emulator

2012-02-16 Thread vivek elangovan
Hi members, Is it possible to send SMS from one emulator to another emulator of remote machine which is connected with local network ? -- 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: Re : onclick image redirecting

2012-02-15 Thread vivek elangovan
specify clearly or u can code paste here. On Wed, Feb 15, 2012 at 12:34 PM, vivek elangovan elangovan.vi...@gmail.com wrote: In a grid layout displayed images and using posistion can i call intent? On Feb 15, 11:55 am, Jagruti Sangani jagruti.sang...@inextrix.com wrote: how you had use

[android-developers] Re: Re : onclick image redirecting

2012-02-15 Thread vivek elangovan
type display layout not control.plz specify clearly or u can code paste here. On Wed, Feb 15, 2012 at 12:34 PM, vivek elangovan elangovan.vi...@gmail.com wrote: In a grid layout displayed images and using posistion can i call intent? On Feb 15, 11:55 am, Jagruti Sangani jagruti.sang

[android-developers] Displaying XML data

2012-02-14 Thread vivek elangovan
Hi members, I want to display list of records from my XML database in table layout.For eg : Name ID Address testa12 chennai how can i get these XML data's other than Httppost method and also about table layout. -- You received this

[android-developers] Re: building workspace lockup in eclipse

2012-02-14 Thread vivek elangovan
Hi Ted, thanks for u r suggestion ,i made the changes u reffered and it is working fine. - Vivek On Feb 13, 7:39 pm, Ted Scott t...@hootinholler.com wrote: There's  a problem in r16 when launching on v2.2 with logcat when the launch logcat on error is set. It causes a deadlock

[android-developers] Re : onclick image redirecting

2012-02-14 Thread vivek elangovan
Hi members, I m displaying list of images and my scenario is i want to redirect to some page corresponding to the image i clicked.If i m having list of urls corresponding to the images i had where i have to mention the url? and onclicking the image i have to redirect to

[android-developers] Re: Re : onclick image redirecting

2012-02-14 Thread vivek elangovan
jagruti.sang...@inextrix.com wrote: On image click event use the intent and pass the url in that like Uri.parse(link) so it will redirect on that link. On Wed, Feb 15, 2012 at 12:04 PM, vivek elangovan elangovan.vi...@gmail.com wrote: Hi members,                       I m displaying list

[android-developers] Re: Re : onclick image redirecting

2012-02-14 Thread vivek elangovan
In a grid layout displayed images and using posistion can i call intent? On Feb 15, 11:55 am, Jagruti Sangani jagruti.sang...@inextrix.com wrote: how you had use the images like different image control or in Image galary? On Wed, Feb 15, 2012 at 12:21 PM, vivek elangovan elangovan.vi

[android-developers] building workspace lockup in eclipse

2012-02-13 Thread vivek elangovan
hi members, * I have two Android projects in my Eclipse workspace * Compiling the first project works fine * The second one always hangs (at 27% complete) * Every time i have to restart my eclipse and have to compile the project

[android-developers] Re: Re : Grid View

2012-02-09 Thread vivek elangovan
a layout with image and text, inflate it and replace a grid cell with it. On Wed, Feb 8, 2012 at 12:06 PM, vivek elangovan elangovan.vi...@gmail.comwrote: Hi Ratheesh,                   My point is i want to display image with text and on clicking the image i want to display the corresponding

[android-developers] Re: Re : SMS application

2012-02-07 Thread vivek elangovan
Hi Jagruti, The method for SMS is available in android developers site u can get it from there,first u check that with emulator in real phones u just put application file it will take the default message configuration and send message. If u not able to find mail me i will send the

[android-developers] Re : Grid View

2012-02-07 Thread vivek elangovan
Hi members, I need to develope a gridview with image and text and on clicking the image i need to display a textview of the corresponding image.I already tried image alone and its working fine.For image and text how to pass the id or text of the image? -- You received this

[android-developers] Re: Re : Grid View

2012-02-07 Thread vivek elangovan
Hi Ratheesh, My point is i want to display image with text and on clicking the image i want to display the corresponding text in another class. - Vivek On Feb 8, 11:42 am, Ratheesh Valamchuzhy android...@gmail.com wrote: for passing a data to the next activity you can use

[android-developers] Re: SMS Manager

2012-02-05 Thread vivek elangovan
Hi members, Using SMS Manager i m able to send message from one emulator to another emulator which is in my local machine and it is working fine.Is it possible to send SMS from my emulator to another emulator of another machine ? -- You received this message because you are

[android-developers] Re : Retrieving data from database

2012-02-03 Thread vivek elangovan
Hi members, I m developing a application by entering some data and sending it to native xml database using executeHttpPost method by passing parameters and it is working fine.What my point is i have to retrieve data from xml database and has to show it as prefilled data in the

[android-developers] Re : eclipse crash

2012-02-03 Thread vivek elangovan
Hi members, i am using eclipse-java-indigo-SR1(32-bit ubuntu 10.04) for android projects development.If i build some application and run it as android application it works fine,but if i make some changes to my class files and again running it as android application the eclipse

[android-developers] Re: Re : SMS application

2012-02-02 Thread vivek elangovan
:07, vivek elangovan elangovan.vi...@gmail.com wrote: Hi members,                       I m developing one application to send SMS,here i used sendSMS() function and SmsManager class and it is working fine for sending messages between two emulators.I need to send msgs to real phones

[android-developers] Re : SMS application

2012-02-01 Thread vivek elangovan
Hi members, I m developing one application to send SMS,here i used sendSMS() function and SmsManager class and it is working fine for sending messages between two emulators.I need to send msgs to real phones for that i have to mention some SMS gateway.So in SmsManager class

[android-developers] Re: Re : onclick button

2012-01-24 Thread vivek elangovan
Hi Ratheesh, Here is my scenario i m listing images with text using ListActivity,what i have to do is on clicking the text or imgae i have to display another list of details for the corresponding one.When i m using ImageAndTextAdapter activity i can build my application but

[android-developers] Installing Android SDK

2012-01-19 Thread vivek elangovan
Hi members, i m facing difficulty in installing Android SDK when i checked the SDK Manager log i found that it is not fetching anything from the following url http://innovator.samsungmobile.com/ android/repository/repository.xml. because of this i m not able to select packages

[android-developers] Re : onclick button

2012-01-18 Thread vivek elangovan
Hi members, i want to develop an application where list of images are in display and on clicking the image the image i want to display the details of the corresponding image.I tried some and when i created one application and installed but application crashes, Is there any

[android-developers] Re : SDcard permission

2011-10-03 Thread vivek elangovan
Hi members, I having problem in setting read-write permission for my SDcard in android emulator.If i set read-write persmission and restart my emulator it reset to default read-only permission.Similarly i m not able to install market in my emulator.can anyone help me out of

[android-developers] Re: Linux chroot

2011-09-22 Thread vivek elangovan
Hi members, I am using Android Emulator and i m installing a application linuxinstaller.apk,but when i run that application it shows kernel not supporting linux installer and check for EXT2/EXT3 support.Whether i have to create EXT3 partition for emulator? if so, can u