Re: [android-developers] terminating android application

2013-01-03 Thread Tamil Arasi
Hi, you use the below code i hope this is help to u.. public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { moveTaskToBack(true); return true;

Re: [android-developers] hi friends

2013-01-03 Thread Tamil Arasi
can u share the code?. Because that is easy to help u On Fri, Jan 4, 2013 at 12:37 PM, sree android android.sreeni...@gmail.comwrote: Hi friends i am reading date value from webservices (DD/MM/) and set these date to textview.After Displaying the values is show like DD/MM/.Here i

Re: [android-developers] hi friends

2013-01-02 Thread Tamil Arasi
Your question is not clear.. ask your question clearly.. On Wed, Jan 2, 2013 at 6:00 PM, sree android android.sreeni...@gmail.comwrote: Hi friends, The above attachment i prepared ListView with Sections,Here i need to call Custom Listview inside sections.It is posible or not. If it is

Re: [android-developers] how to connect server into client

2012-11-28 Thread Tamil Arasi
Thanks for ur reply.. If u know how to close the port or suggest any examples for port function.. Thanks, On Wed, Nov 28, 2012 at 5:01 PM, Karunakaran Vikash kvk2551...@gmail.comwrote: just close when the port function is over.. Once a port is initilaized ,it cant be create once again till

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-17 Thread Tamil Arasi
Hi, That means The voice message is how to send receive between android devices?i know pls share with me On Tue, Oct 16, 2012 at 3:41 PM, Landry shuai landry@gmail.com wrote: what do you mean send and receive voice call? On 16 October 2012 18:05, Tamil Arasi arasi...@gmail.com wrote

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread Tamil Arasi
Hi rahul, Thank u for ur code. this code is very useful to me . On Mon, Oct 15, 2012 at 2:54 PM, rahul B tech.rah...@gmail.com wrote: Here I am posting some sample which works fine with me.. package com.audiotrack; import java.io.File; import java.io.FileInputStream; import

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread Tamil Arasi
Hi, R u know about how to send and receive the voice call in between android mobile?. if u know about that please help me On Tue, Oct 16, 2012 at 3:21 PM, rahul B tech.rah...@gmail.com wrote: Hi, My pleasure.. On Tue, Oct 16, 2012 at 3:09 PM, Tamil Arasi arasi...@gmail.com wrote: Hi

Re: [android-developers] Re: how to create a wlakie talkie application using android?

2012-10-11 Thread Tamil Arasi
Hi, Already i am using this permission * uses-permission android:name = android.permission.WRITE_EXTERNAL_STORAGE/ * but i have a error in the time record start and stop. That's like, *x-pvmf/media-input-node/cap-config-interface;valtype=key_specific_value* * VerifyAndSetParameter failed* *

Re: [android-developers] Html implementation in android

2012-10-09 Thread Tamil Arasi
Hi, u will use webview on implement the Java script,HTML and CSS in android. For ur reference u will see this link: http://www.youtube.com/watch?v=uVqp1zcMfbE; Thanks, On Tue, Oct 9, 2012 at 4:54 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi everybody, i

[android-developers] How to create a walkie talkie app in android

2012-10-03 Thread Tamil Arasi
Hi, I want create a android walkie talkie app But i don't know any idea I need the user call using walkie talkie app and another hear that. the conference calls also allowed the data will be send as packets format Any body have ideas pls help me Thanks, -- You received this message