[android-developers] Touch events to the Android OS

2012-12-13 Thread Perumss Naren
- an android service running in BG - the service gets input data from a data stream - the data received from the data stream will be co-ordinates of points on the display. Example: (20, 30) (320, 56) - when a co-ordinate is received, the service has to send the Android OS, that a touch event

Re: [android-developers] Spinner original text

2012-10-12 Thread Perumss Naren
Sample Project you can use this concept with a help of Boolean value u can archive the concept. public class SpinnerSampleActivity extends Activity { private String TAG = SpinnerHint; private Spinner typeSpinner; private static ArrayListString data = new ArrayListString();

Re: [android-developers] How to replace free version by paid version of app

2012-10-12 Thread Perumss Naren
hi,, use this to update the apk: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(new File(APK_Path)), application/vnd.android.package-archive); startActivity(intent); On Wed, Oct 10, 2012 at 12:32 PM, Bajrang Asthana

[android-developers] Imeoptions done button not showing in keyboard in android

2012-05-04 Thread Perumss Naren
HI all, Imeoptions done button not showing in keyboard instead it showing enter button but functionality work like done button. i need to replace that enter button to done button. i tried: android:imeOptions=actionDone in xml file can you help how to display

[android-developers]

2012-04-27 Thread Perumss Naren
HI all, How to recall(refresh or reload) the tabA in tabActivity when tabA(current tab) is selected again. In tabA i loading groupactivity from there it will go to webview that too created as a activity. now when i click that tabA it should refresh (load the groupactivity)

[android-developers] How to recall(refresh or reload) the tabA in tabActivity when tabA(current tab) is selected again.

2012-04-27 Thread Perumss Naren
HI all, How to recall(refresh or reload) the tabA in tabActivity when tabA(current tab) is selected again. In tabA i loading groupactivity from there it will go to webview that too created as a activity. now when i click that tabA it should refresh (load the groupactivity)

Re: [android-developers] Re: In Eclipse while viewing Graphical layout for xml file. it not showing the graphic

2012-04-02 Thread Perumss Naren
HI Juned Khan, Thanks i did the same now its working !!! Regards, Perumal.N On Mon, Apr 2, 2012 at 6:01 PM, Juned Khan jkhan6...@gmail.com wrote: i had the same problem. what i did to solve this problem. do one thing keep open your xml files graphical layouts page and then

[android-developers] difference between service and thread android

2012-03-28 Thread Perumss Naren
HI, difference between service and thread android any one can explain in easiest way -- Regards, Perumal.N -- 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

[android-developers] which is best Handler or Timer ?

2012-03-22 Thread Perumss Naren
Hi , which way is best in performance is Handler or timer i need to update textview as timer every second need to update time so which one will be best please tell the reason. because i need the reason thanks in advance public void onCreate(Bundle savedInstanceState) {

[android-developers] G1 android phone not detecting in Eclipse:

2012-03-16 Thread Perumss Naren
Hi , In real device G1 android phone not detecting in my Eclipse what plugin i need to add in my eclipse of in my windows xp. i searched in Google but not get good result still i cant solution so please help me !! Regards, Perumal.N -- Regards, Perumal.N -- You received

[android-developers] testing tools for android

2012-02-10 Thread Perumss Naren
Hi, what are the testing tools available for android mobile applications please send the link Thanks in advance! -- Regards, Perumal.N -- 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] SIP Server

2012-02-07 Thread Perumss Naren
HI Friends, I need to develop *SIP server and client*. in that message, video call, etc to be added Sip client will work in android mobile phone, for the we have open source. Sip server i need open source. and i need information about the Sip server any open source or paid that can be used or

[android-developers] onlocation not calling in location listener

2012-01-02 Thread Perumss Naren
HI all, To find my current location i tried the below code but not working can any one please help me what i did wrong or where i need to change In AndroidManifest.xml: uses-permission android:name=android.permission.INTERNET / uses-permission

[android-developers] Auto zooming in webview

2011-11-06 Thread Perumss Naren
Hi all, I need to show the webview of a location (eg: Chennai) in a zooming view that means it should first show the world view then auto zooming (without user interaction ) should perform up to location Chennai (that given as example) that zoom size is 0 to 21. any one please provide

[android-developers] i need to send string (data) from one android device to another android device using bluetooth

2011-11-03 Thread Perumss Naren
*Hi, 1. i need to send string (data) from one android device to another android device using bluetooth what i tried: SyncDatabase json=new SyncDatabase(); JSONObject jsonObject= json.GeneratedJSON(HomeActivity.this, profile_list.get(position).getId());

[android-developers] how to transfer file from android device to another android device using WIFI

2011-10-20 Thread Perumss Naren
HI all, how to transfer file from android device to another android device using wifi please provide some link. Thanks in Advance! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] how to transfer file from android device to another android device using WIFI

2011-10-20 Thread Perumss Naren
to transfer your files. Kris On Thu, Oct 20, 2011 at 2:06 AM, Perumss Naren peru2...@gmail.com wrote: HI all, how to transfer file from android device to another android device using wifi please provide some link. Thanks in Advance! -- Regards, Perumal.N

[android-developers] How to transfer data between Android and Iphone

2011-10-19 Thread Perumss Naren
Hi all, How to transfer data between Android and Iphone ? what are the ways ? i know web-service rest i need please help me Thanks in advance! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: How to transfer data between Android and Iphone

2011-10-19 Thread Perumss Naren
Hi, Bluetooth is for listening music for iphone is not for data transfer then how ? On Thu, Oct 20, 2011 at 1:33 AM, Ali Chousein ali.chous...@gmail.comwrote: Have you tried bluetooth? - Ali Chousein Weather-Buddy

[android-developers] How to block the adult site in webview

2011-08-18 Thread Perumss Naren
Hi , How to *block the adult site* in webview -- Regards, Perumal.N -- 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

Re: [android-developers] How to block the adult site in webview

2011-08-18 Thread Perumss Naren
site(for example in office they block the unwanted site right like that it simply tell *that site is blocked. ** * On Thu, Aug 18, 2011 at 3:50 PM, Mark Murphy mmur...@commonsware.comwrote: Don't type in the Web address of the adult site. On Thu, Aug 18, 2011 at 4:42 AM, Perumss Naren peru2

[android-developers] how automated testing can be done for Android apps

2011-08-08 Thread Perumss Naren
HI All, Can any one explain : 1) how automated testing can be done for Android apps 2) tools available for doing automated testing -- Thanks and Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Socket Programming

2011-08-03 Thread Perumss Naren
Hi, I have a task that need to make a udp Socket connection to find the printer device which connected in the socket can any one help how to start. Thanks in Advance!! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android

[android-developers] No JNI_OnLoad found in /data/data/com.zebra/lib/libDiscover.so how to resolve

2011-08-01 Thread Perumss Naren
Hi, In NDK, No JNI_OnLoad found in /data/data/com.zebra/lib/libDiscover.so is shown so i could not use the library how can resolve this issue please guide me thanks in Advance!! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Different between SDK and NDK

2011-07-26 Thread Perumss Naren
Hi, what is the different between SDK and NDK? Can we use C code in sdk? else in NDK only ? Regards, Perumal.N -- 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] Different between SDK and NDK

2011-07-26 Thread Perumss Naren
. But don't be afraid to take a look at the documentation ;) http://developer.android.com/sdk/ndk/overview.html Regards, Steve K. On Tue, Jul 26, 2011 at 8:56 AM, Perumss Naren peru2...@gmail.com wrote: Hi, what is the different between SDK and NDK? Can we use C code in sdk

Re: [android-developers] android service

2011-07-15 Thread Perumss Naren
Hi yanamala , ya we can achieve that by Boolean flag the scenario of service can destroy are: 1. when user itself can stop the service by settings- application settings - Running service- then your app service 2. when the mobile

[android-developers] Maximum Size of APK File

2011-07-14 Thread Perumss Naren
Hi, Any one know what is the *Maximum Size of APK File* Regards, Perumal.N -- 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,

Re: [android-developers] Maximum Size of APK File

2011-07-14 Thread Perumss Naren
Hi Mark Murphy, Thanks for your time and for the information. Regards, Perumal.N On Thu, Jul 14, 2011 at 3:44 PM, Mark Murphy mmur...@commonsware.comwrote: For distribution on the Android Market, 50MB, IIRC. On Thu, Jul 14, 2011 at 3:27 AM, Perumss Naren peru2...@gmail.com

[android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
HI , I can't open the sample projects in *android-sdk_r11-windows* it shows *No projects are found to import* what i did : * File- import-Existing project into workspace-next- * then i Browse the sample projects from android-sdk_r11-windows - samples -

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
at 4:22 PM, Perumss Naren peru2...@gmail.com wrote: HI , I can't open the sample projects in *android-sdk_r11-windows* it shows *No projects are found to import* what i did : * File- import-Existing project into workspace-next- * then i Browse the sample

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
Hi , Thanks for your time i have manifest file even i have this issue Regard, Perumal.N On Wed, Jul 13, 2011 at 4:39 PM, vijayakumar M iamvijayaku...@gmail.comwrote: check your workspace ... i think manifest file missing.. On Wed, Jul 13, 2011 at 4:22 PM, Perumss Naren peru2

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
perfectly open. On Wed, Jul 13, 2011 at 4:41 PM, Perumss Naren peru2...@gmail.com wrote: Hi, Sorry you not get my point.. *No projects are found to import *projects is there but i could not open that project Regards, Perumal.N On Wed, Jul 13, 2011 at 4:35 PM, arun kumar hariarun2

[android-developers] how to setup Android Environment in Windows

2011-07-13 Thread Perumss Naren
Hi, Did any one having *Android Environment setup document* (no need link of http://developer.android.com/sdk/installing.html ) I need a document please help me and send document using that *any one can install Android Environment setup *like a prototype Thanks and Regards,

[android-developers] Android architecture

2011-07-11 Thread Perumss Naren
Hi, i need the basic idea of Android architecture please provide the useful link. Regards, Perumal.N -- 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

Re: [android-developers] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread Perumss Naren
Hi, Its a predefined information? if yes means (First u convert that db file into raw file add that raw in assert folder u can write the raw file in the sqlite database so all data can be stored in application database so u can retrieve that table information did i help u ? Regards,