[android-developers] Hotlist of DataQuad // Immediate Joiners //

2021-07-12 Thread sudeep raj
+) Salesforce - 2 Profiles - L2 EAD and H1 (7+) AWS DevOps - 2 Profiles - OPT (7+) ETL/DataWarehouse - 1 Profile - H1. ( 9+ ) VMWare /System Engineer - 1 Profile - H1 ( 9+ ) Will be waiting for your response. *Thanks & Regards,* *Sudeep* *DataQuad Inc* *Direct: 832-400-1005*

[android-developers] HOTLIST

2017-01-31 Thread sudeep . raj3sbc
*Thanks & Regards,* *Sudeep Raj* *Resource Coordinator* *3**S**BC* *3S Business Corporation* *O: 281-823-9222 Ext: 528| F: 281-823-9225* *E: **sudeep.raj**3...@gmail.com* * | W: **www.3sbc.com <http://www.3sbc.com/>* -- You received this message because you are subscri

Re: [android-developers] Enforcing clearTop only when launching app from browser

2012-06-26 Thread Sudeep Sharma
i think when u launch it from browser, launch it as new_task and also add intent extra to identify that its launched from browser. once u do this override the onNewIntent method. in this method check for your intent extra and do something like this.. @Override protected void onNewIntent(Inte

Re: [android-developers] Package Manager API clarification required.....

2012-06-26 Thread Sudeep Sharma
framework team should comment. Thanks , Sudeep On 6/26/12, jc wrote: > On Tuesday, June 26, 2012 10:40:28 AM UTC-5, MagouyaWare wrote: >> >> >>> There is no state mentioned in manifest for the upgraded component, it >>> should be in Disabled state until user enables

Re: [android-developers] Package Manager API clarification required.....

2012-06-26 Thread Sudeep Sharma
led/disabled state of the component. > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Tue, Jun 26, 2012 at 5:38 AM, Sudeep Sharma > wrote: > >> Hi, >> I am using PackageManager API to disable some c

[android-developers] Package Manager API clarification required.....

2012-06-26 Thread Sudeep Sharma
our that is expected. The component should still be disabled. Thanks, Sudeep -- 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] Mediarecorder

2012-05-29 Thread Sudeep
Which part of code is actually responsible for encoding the video and writing it to a location on memory? I looked into the code of mediarecorder.java and mediarecorder.h too, but couldnt understand. I couldnt find any code that might be doing the actual work. Any ideas? Thanks in advance. --

[android-developers] Handler.postDelayed not working for longer delays

2012-04-02 Thread sudeep bhowmick
Is it possible that postdelayed method does not work for longer delays (in hours)? I am seeing some missed events, i.e. the expected runnable does not run (the thread where the handler is instantiated is running). -- You received this message because you are subscribed to the Google Groups "Andro

[android-developers] Re: Loader Manager behaviour problem

2012-03-24 Thread Sudeep Sharma
Sorryit was my mistakethe uri i was registring was not correct.loader and loader manager works perfectly. On 3/22/12, Sudeep Sharma wrote: > Hi, >Please help me on this. > > I have my own class similar to CursorLoader which extends AsyncTaskLoader. > > I n

[android-developers] Loader Manager behaviour problem

2012-03-22 Thread Sudeep Sharma
app. Please can anybody help me in understanding this or is this a LoaderManager bug. Thanks & Regards, Sudeep. -- 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@googl

Re: [android-developers] on tab click get tab number

2012-02-26 Thread Sudeep Sharma
Can you be please be more clear ..i couldn't understand On Sat, Feb 25, 2012 at 11:48 AM, Jagruti Sangani < jagruti.sang...@inextrix.com> wrote: > hello, > i want to get which tab i have clicked.i have use the tab > onchangelistener but it will give tab number after click on any other > tab

[android-developers] LoaderManager/CursorLoader query.....

2012-02-26 Thread Sudeep Sharma
Hi, When using LoaderManager and Cursor loader, we get the Cursor object in onLoadFinished() callback. Since the content observer is registered with Cursor loader, that cursor will be updated and we get many callbacks for onLoadFinished() This is fine!!! If now after some time the curso

[android-developers] Query on LoaderManager/CursorLoader behaviour

2012-02-25 Thread Sudeep Sharma
Hi, I have a query with respect to list fragment which uses loader manager callbacks and cursor loader. When onLoadFinished is called with cursor, and if i pass this cursor to some background service which uses the information in cursor. While the background service is running and if i des

[android-developers] Accessing Shared pref across Applications.

2012-02-14 Thread Sudeep Sharma
Hi Guys, Please can anybody help me on this. I wanted to read a shared preference from a diffrent apk. Currently i tried several options but I am unable to do so. Also i have read in several forums where i found a mix of comments where its posted that it is not at all possible and some sugg

Re: [android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-16 Thread Sudeep Sharma
Thanks a lot Mark !! On 1/17/12, Mark Murphy wrote: > Well, I filed an issue: > > http://code.google.com/p/android/issues/detail?id=24439 > > but I suspect that it is the way it is. This "feature" is semi-documented: > > "Note: In some cases, the Android system will show your action bar > tabs as

[android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-13 Thread Sudeep Sharma
Hi Guys, I have a query related to Action bar in ICS. As we all know Action bar supports both mode , 1. Navigation Tabs 2. Drop-down Navigation. I have an Activity with Action bar and added Navigation Tabs such that each Tab text is lengthy. (say TAB1, TAB2, TAB3, TAB4. etc...) S

[android-developers] Re: getColumnIndex exception

2011-12-22 Thread Sudeep
I got the solution The exception is thrown if colunindex string name is appended with table alias On Dec 22, 6:38 pm, Sudeep Jha wrote: > Hi All, > > I am getting the following exception each time I am accessing the columns > in Database. > Though application is not crashing , but

[android-developers] getColumnIndex exception

2011-12-22 Thread Sudeep Jha
669): at > android.database.sqlite.SQLiteCursor.getColumnIndex(SQLiteCursor.java:312) > Running it on android 2.3.3 emulator. Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Need to ask ask question on Home key action on Emergency-Dialer

2011-12-20 Thread Sudeep Sharma
iour. Why the first time i got onDestroy when i pressed Home key on Emergency dialer. Is this some Android framework Bug . Please help me on this. I shall be thankful to you. Thanks & Regards, Sudeep. -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] Re: Application not found at android market on Samsung galaxy mini

2011-08-04 Thread Sudeep
any suggestions please. On Aug 3, 4:51 pm, Sudeep Jha wrote: > Hi All, > > The below application is not found at Android Market on Samsung galaxy > Mini.Was able to download on other Samsung galaxy phones. >   *RAKBANK mobile > banking<https://market.android.com/detai

[android-developers] Application not found at android market on Samsung galaxy mini

2011-08-03 Thread Sudeep Jha
android:smallScreens="true" > android:normalScreens="true" > android:largeScreens="true" > android:anyDensity="true" /> Just not able to understand the reason why it's not visible on Android Market

[android-developers] Re: Virtual keyboard moves the image upwards

2011-07-03 Thread Sudeep Sharma
experience than adjustResize because when the IME is displayed the user can't scroll around in the window's content. *** Thanks .. On Wed, Jun 29, 2011 at 1:10 AM, Sudeep Sharma wrote: &g

[android-developers] For testing the apk file

2011-06-29 Thread Sudeep Jha
is a problem parsing the package.” * Client wants us to deploy that on the AIX server for their testing team to test the same. Once the application is tested , then only we can upload the application to Android Market. This seems to be the show stopper for us. Warm Regards, Sudeep -- You received

[android-developers] Virtual keyboard moves the image upwards

2011-06-28 Thread Sudeep Sharma
Hi, In the package com.android.setupwizard where the first screen displays the Android Logo and an animated hand arrives, i see one issue there. When you try to open virtual keyboard by long press menu, the Android logo moves up and the image is half cut. I have a similar image and want to pr

[android-developers] Question on Broadcast receiver with some prioroty set and category set as Home

2011-06-25 Thread Sudeep Sharma
Hi, I have an application set as Home category having higher priority than the normal Home app. This is to show my app first as soon as the phone boots up. I have a broadcast receiver also within my manifest which also has same category "home" with priority even more than of my activity. Pr

[android-developers] Re: Application not found in android market

2011-06-22 Thread Sudeep
Thanks a lot Mark and Justin. The minsdkversion support in my application is API level 3 So that puts it in older application category. Like Bond,I was unaware of the fact that default support for all screens is from API level 4. I can't change the API level 4 . I am aware of the fact that there a

[android-developers] onCreate and onNewIntent sequence

2011-06-22 Thread Sudeep Sharma
Hi, I have two activities A and B A is of category home with higher priority than normal Home Screen activity. This is basically done to launch this A as soon as phone powers up. >From A i launch B using startActivity

[android-developers] Application not found in android market

2011-06-22 Thread Sudeep Jha
only issue that I can see is different screen sizes support. Why the application is not searchable on Android Market on few devices but on others ? Quick Help is needed from you guys. Thanks and Regards, Sudeep -- You received this message because you are subscribed to the Google Groups &qu

Re: [android-developers] Re: setSingleChoiceItems api usage in a dialog

2010-12-14 Thread Sudeep Sharma
rote: > > Try to use this layout > (android.R.layout.simple_list_item_single_choice) instead of > (android.R.layout.simple_list_item_1). > I hope this will help you. > > Gulfam > > On Dec 14, 12:03 pm, Sudeep Sharma wrote: > > Hi, > > I am using the API

[android-developers] am profile command error "Process not debuggable"

2010-11-22 Thread sudeep bhowmick
I am trying to run the profile command using the am option: adb shell am profile start The process has permissions to write to sdcard. Even then, I am getting the following error: java.lang.SecurityException: Process not debuggable: ProcessRecord{xx/xx} This app has multiple activities an

[android-developers] linking HyperLinks to an Activity

2010-09-26 Thread Sudeep Jha
Hi All, I want to call another activity when the user clicks an hyperlink. Can anybody suggest me how to use Intent in this case? Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Android market publishing from India

2010-09-21 Thread Sudeep
not accepting India country code. Has anybody faced the same problem? Warm Regards, Sudeep -- 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@googlegro

[android-developers] Android market publishing from India

2010-09-21 Thread Sudeep Jha
is not accepting India country code. Has anybody faced the same problem? Warm Regards, Sudeep -- 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@googlegro

[android-developers] seekbar

2010-09-03 Thread sudeep sr
how to set circular thum to seekbar -- 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...@google

[android-developers] /to Gold

2010-09-03 Thread sudeep sr
You can stat a new activity by using intent i=intent(current class,new class) i.startactivity(current class); //check spelling -- 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@googlegro

[android-developers] Does your android phone support j2me?

2010-08-26 Thread Sudeep Jha
Hi All, I can test a J2ME application on HTC Hero device but I can't do this on Sony Xperia phone. Can we list here android phones on which we can run J2ME app? Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups &qu

[android-developers] Re: Urgent- Disable scroll bar from HorizontalScrollView

2010-08-12 Thread Sudeep
http://schemas.android.com/apk/res/ android" android:id="@+id/pts_scrollView" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scrollbars="vertical" >

[android-developers] Re: Whether to use a Service or Thread for Http Connection?

2010-07-06 Thread Sudeep
Hi Sagar, Use AsycTask class if u want to publish the result or response in the UI thread. i.e. from the activity u called http connection . If you want to listen for any updates say stock value,then use a service which is like a background thread always running .almost:) On Jul 6,

[android-developers] Re: Developing HTC touchflo like inteface for android

2010-06-10 Thread Sudeep
How to develop buttons UI that float at the bottom of the screen? sumthing like launcher in Android froyo? On Jun 10, 11:00 am, Sudeep Jha wrote: > Hi, >     After seeing HTC touchflo interface for windows mobile phones, >     I thought of building the same for my android app. >    

[android-developers] Developing HTC touchflo like inteface for android

2010-06-09 Thread Sudeep Jha
Hi, After seeing HTC touchflo interface for windows mobile phones, I thought of building the same for my android app. Can anybody suggest how to go about this for the quick launch buttons view @bottom of screen? -- Warm Regards, Sudeep -- You received this message because you are

[android-developers] Setting theme for an activity

2010-06-06 Thread Sudeep Jha
e background image is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? I also found this issue on goo

[android-developers] setting theme for an activity

2010-06-06 Thread Sudeep Jha
reen); ... The background image is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards,

Fwd: [android-developers] Digest for android-developers@googlegroups.com - 9 Messages in 7 Topics

2010-06-06 Thread Sudeep Jha
e background image is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards, Sudeep -- Warm

[android-developers] Setting theme in an activity

2010-06-06 Thread Sudeep Jha
.layout. *main_screen*); ... The background image is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this

Re: [android-developers] Digest for android-developers@googlegroups.com - 9 Messages in 7 Topics

2010-06-06 Thread Sudeep Jha
e background image is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards, Sudeep -- You re

[android-developers] Setting theme in an activity

2010-06-05 Thread Sudeep Jha
ut.*main_screen*); ... The background image is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regard

[android-developers] Port based sms in android

2010-05-31 Thread Sudeep Jha
Hi , Is it possible to use port numbers(to Send SMS) in Android App like we use in J2ME. So that only those App with the same Port Number can listen to SMS’s. I don't want data message to goto the inbox. Warm Regards, Sudeep -- You received this message because you are subscrib

[android-developers] Re: Getting MIDlet version and CLDC version

2010-05-26 Thread Sudeep
ept that the Android > SDK API is Java. > > Get a bit more cozy with Android concepts here: developer.android.com > > On Wed, May 26, 2010 at 4:26 AM, Sudeep Jha wrote: > > > Hi all, > > >       How to get the MIDlet and CLDC version programmatically

[android-developers] Getting MIDlet version and CLDC version

2010-05-26 Thread Sudeep Jha
Hi all, How to get the MIDlet and CLDC version programmatically in android? Regards, Sudeep -- Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 18 Topics

2010-05-25 Thread Sudeep Jha
Hi all, How to get the MIDlet and CLDC version programmatically in android? Regards, Sudeep -- 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 u

[android-developers] Trying to change the Search text field of QSB

2010-02-06 Thread Sudeep Sharma
for search. I searched package/apps/GlobalSearch, i could see the search_hint string for displaying the "Quick Search Box" but how is the Text View getting displayed. Help will be appreciated. Thanks , Sudeep. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Using webservice through Android

2010-01-27 Thread Sudeep
Android supports REST services but if u want to use SOAP calls ,then look out for ksoap2 library.(google for ksoap2 android) On Jan 27, 2:27 pm, Chirayu Dalwadi wrote: > I want to call a webservice through android. How do i do that?? > -- > Warm Regards, > Chirayu Dalwadi > > "Pain is temporary.

[android-developers] activity stack issue :help please

2010-01-21 Thread Sudeep Sharma
shown. >From the logs i see that resume of dialler app is called somehow and thats why dialler apps comes first and now if i press back again then i can see Call Settings Activity. Can anyone tell me what can be wrong here. Regards, Sudeep. -- You received this message because you are subs

[android-developers] Re: Accessing wcf service from android

2010-01-12 Thread Sudeep
How to access the web service from android? On Jan 12, 3:25 pm, Sudeep Jha wrote: > Hi Droids, >           I want to use the WCF(.net) service for login > authentication.Please tell me ASAP, the easiest way to do it. >           I was trying with wsdl also. > > Warm Regards

[android-developers] Accessing wcf service from android

2010-01-12 Thread Sudeep Jha
Hi Droids, I want to use the WCF(.net) service for login authentication.Please tell me ASAP, the easiest way to do it. I was trying with wsdl also. Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Utility class for database query

2009-09-23 Thread Sudeep
at would you provide on top of that? > > On 9/23/09 4:34 AM, Sudeep Jha wrote: > > > Hi all, > > >     Can anybody suggest what functionality to provide in a query > > utility class/classes? > >     The idea is to provide a database utility package for android &g

[android-developers] Utility class for database query

2009-09-23 Thread Sudeep Jha
Hi all, Can anybody suggest what functionality to provide in a query utility class/classes? The idea is to provide a database utility package for android developers. I just wanna do it for android community and of course for my learning.:-) Warm Regards, Sudeep

[android-developers] Re: Restore last viewed Activity

2009-09-20 Thread Sudeep Sharma
I think you can also save the Preferenceor make use of onSaveInstance method to achiev your goal. On Mon, Sep 21, 2009 at 7:12 AM, Mingli Wang wrote: > > I think you could save some variable in file , and read it in your > application's onCreate and start the specific activity > > > > --~-

[android-developers] Security framework available on android??

2009-09-09 Thread Sudeep Jha
Which security framework is available or can be ported to android ? Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: Text View issue....

2009-09-09 Thread Sudeep Sharma
Hi Mark Murphy, Please let me know the resolution for this.. Thanks in advance for your help. ~Sudeep... On 9/9/09, Sudeep wrote: > > > Hi, > I have a list view with diffrent widgets(Text View , check box, > togglebutton etc). I know in

[android-developers] Text View issue....

2009-09-08 Thread Sudeep
orange colour on touching it so that user knows that he has made touch selection for this textview.??? Thanks and Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] textview issue....

2009-09-08 Thread Sudeep Sharma
textview.??? Thanks & Regards, Sudeep --~--~-~--~~~---~--~~ 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 th

[android-developers] Re: A sample mobile banking solution

2009-09-08 Thread Sudeep
tements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Sep 7, 2:12 am, Sudeep Jha wrote: > > > Hi all, > >         Can anybody tell me something about

[android-developers] Sample mobile application query

2009-09-07 Thread Sudeep Jha
Hi, Can you please tell me about the security management in mobile banking application? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] A sample mobile banking solution

2009-09-07 Thread Sudeep Jha
Hi all, Can anybody tell me something about the security architecture required to build a mobile banking solution in android? Warm Regards, Sudeep -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] error 404 comes up when tried to browse the site

2009-09-01 Thread Sudeep
Hi, When i tried to browse a particular website through Browser application, i get error ERROR 404 PAGE NOT FOUND. The same link is accessible in my desktop. What could be the problem?? I get messahe like this I/ActivityManager( 86): Starting activity: Intent { action=android.intent.act

[android-developers] Cursor position at the end of text

2009-08-26 Thread Sudeep
Hi, When i try to edit and already stored notepad , i see the cursor at the end of first line. I want to make it appear to the end of the text. Please help me in this. Thanks for your support !! --~--~-~--~~~---~--~~ You received this message because you a

[android-developers] Service class

2009-07-30 Thread Sudeep Jha
How to create a service that will post messages to an activity periodically using timer? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] AndroidIntentPlayground sourcecode

2009-07-30 Thread Sudeep Jha
Does anybody have the source code for AndroidIntentPlayground example in Diego Torres Milano's blog <http://dtmilano.blogspot.com/>? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-developers] Re: Intent broadcasting not working

2009-07-29 Thread Sudeep Jha
Still no broadcasting.Can anybody give me an example code on broadcasting an intent from an activity to call another application? On Wed, Jul 29, 2009 at 7:26 PM, Mark Murphy wrote: > > Sudeep Jha wrote: > > In an application main activity I have the following code: > >

[android-developers] Re: Dialer

2009-07-29 Thread Sudeep Jha
Hi Michelle, Yes,you need to put this code into an activity class. Also,you need to set permission in your manifest file. ... On Wed, Jul 29, 2009 at 6:00 PM, Michelle Silva wrote: > Hi Sudeep, > > thak you for your help, but how I said i'm begi

[android-developers] Intent broadcasting not working

2009-07-29 Thread Sudeep Jha
; String dummyText = intent.getStringExtra(**"example"); Toast.makeText(context, dummyText , Toast.LENGTH_SHORT).show();* } } In manifest file of CustomBroadCast class apllication: * * This is not working.What

[android-developers] Re: Dialer

2009-07-29 Thread Sudeep Jha
Hi Michelle, you can use the following code snippet. Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:"+yourphoneNumber)); activity.startActivity(intent); Regards, Sudeep On Wed, Jul 29, 2009 at 5:40 PM, Michelle Silva wr

[android-developers] Application as a broadcast receiver

2009-07-28 Thread Sudeep
Hi, If I am broadcasting an Intent from an activity Can we make another application as a receiver.so that it will get invoked when that specific intent is broadcasted. Thanks, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Can we modify androidminfest.xml in java program?

2009-07-23 Thread Sudeep Jha
Hi , I want to set uses-permission tags in my java program.Is it possible?If yes,then how can we do it? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Can we set uses-permission tags in a java program?

2009-07-23 Thread Sudeep
Hi, Can we set uses-permission tag from a java program?If yes,then how? --~--~-~--~~~---~--~~ 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@go