[android-developers] Re: Regarding .apk files

2008-12-10 Thread Naina K
Hello, Thanks for the quick reply . Is there a way to register ( suppose our application ) ourselves and get the information about the apis called from another application ( using apks ). The intention is to find out that the application is not doing any malicious calls which it is not suppose

[android-developers]

2008-12-16 Thread Naina K
Hello, I am new to this android. I want to write my own application to interface with the application which is already present in the android mobile. Could anybody please let me know how to register our application in Android platform? Thanks --~--~-~--~~~---~--~

[android-developers] Re: Regarding .apk files

2008-12-24 Thread Naina K
Hello, If I have an .apk file for android application, I would like to know how can I convert this .apk file to .java file so that I can see the code in that application. I have tried using dexdump to get the .dex file, but I am not getting the proper results. Please let me know if anybody has wo

[android-developers] HAPPY NEW YEAR

2009-01-03 Thread Naina K
HELLO ALL, WISH U ALL A VERY HAPPY & PROSPEROUS NEW YEAR. THANKS, NAINA --~--~-~--~~~---~--~~ 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@googlegroup

[android-developers] Re: How do I set proper date and time on emulator?

2009-01-05 Thread Naina K
Hi, If u want to set the time and date on the emulator, Click on Menu button and select Settings and then click on Date & Time to set the time zone, time and date. Thanks, Naina On 1/5/09, Sarath Kamisetty wrote: > > Hi, > > I see that the date and time on my emulator are incorrect. How do I

[android-developers] Re: How do I set proper date and time on emulator?

2009-01-05 Thread Naina K
& install the emulator again. Thanks, Naina On 1/6/09, Sarath Kamisetty wrote: > > Hmm ... When I select Settings I see an error message that says "That > action is not currently supported". > > On Mon, Jan 5, 2009 at 9:48 PM, Naina K wrote: >> >> Hi,

[android-developers] Regarding

2009-01-16 Thread Naina K
Hi, This is Naina. I went through the link, http://geeth.ganesan.googlepages.com/android-tutorial]geeth.ganesan - ANDROID-TUTORIAL[/url]. I am trying to use the Spinner application written by Geetha. I tried to run the same Spinner application on the android emulator using Eclipse IDE. But its not

[android-developers] Regarding using Spinner(Combo box) for displaying file names

2009-01-21 Thread Naina K
Hi, This is Naina. I am trying to write an application where I need to list down all file names and using Spinner, i want to select the required file. Could you please let me know about this. Thanks, Naina --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Regarding using Spinner(Combo box) for displaying file names

2009-01-26 Thread Naina K
etApplicationContext(),android.R.layout.simple_spinner_dropdown_item,filenameList); > adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); > s1.setAdapter(adapter); > > where fileNamesList is an arraylist of file names u want to > display.. > On Wed, Jan 21, 2009 at 6:25 PM, N

[android-developers] Re: How to prevent my application being closed on clicking the back button on emulator

2009-02-11 Thread Naina K
Hi, Thanks for replying. Yes, i have to use two separate activities to display screens. No I am not using the finish() in the first activitiy :-( To be frank as I am still learning this android development, I am not getting how to use two different activities to display screens. I just know that

[android-developers] Regarding passing array strings from one activity to another activity

2009-02-15 Thread Naina K
Hi, I have two activities. I want to pass array strings from one activity to another. I am using putStringArray and getStringArray functions. But still its not working. Could you please let me know how can I do it? Is there any other way to do it? Thanks in advance, --~--~-~--~~

[android-developers] Re: getAssets().open(file.txt)

2009-02-19 Thread Naina K
Hi zeeshan , As you said you have changed only the text file. I assume that you have added your new file in assets folder. I am not sure if you have added Ur_file_name.xml in res/layout folder. I mean you should also add a .xml file in layout folder with the same name as your file. You can also c