[android-developers] publishing app into play store

2012-07-10 Thread kampy
hi , I want to publish my app to android play store . can anyone please send the complete procedure to so that . thanks in advance . Narasimha -- 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] reading pdf in android emulator

2012-06-19 Thread kampy
On Tuesday, June 19, 2012 11:28:17 AM UTC+5:30, Saurav wrote: Could you paste/attach your StackTrace? Regards, Saurav Mukherjee. On Tue, Jun 19, 2012 at 11:20 AM, kampy narasimha1...@gmail.com wrote: libraries -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread kampy
hi i tried this one also but didnt get the appliation executed On Tuesday, June 19, 2012 11:34:36 AM UTC+5:30, asheesh arya wrote: just go through this link http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android -- You received this message because you are subscribed to

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread kampy
i added to the jar file to the build path and added the jar file to the lib folder in the project . but both didnt work for me On Tuesday, June 19, 2012 1:51:06 PM UTC+5:30, David wrote: How did you add the library to your project? On Tue, Jun 19, 2012 at 10:17 AM, kampy narasimha1

[android-developers] reading pdf in android emulator

2012-06-18 Thread kampy
Hi , For my app i need to read and print the pdf . i tried with different pdf read java supported libraries like pdfbox,itext but they are not working in android emulator i am getting the class not found exception. Can anyone help me how to read the pdf . Thanks in advance -- You received

[android-developers] Re: setting context menu for a button

2012-05-09 Thread kampy
I tried as the same in the example defined here . but didn't get the menu displayed . did not work - i am not getting the conext menu at all after clicking button . On May 9, 11:58 am, Jason Teagle teagle.ja...@gmail.com wrote: i tried with registerForContextMenu(button ). and setting onConext

[android-developers] setting context menu for a button

2012-05-08 Thread kampy
hi , i have to set context menu to the a button i tried with registerForContextMenu(button ). and setting onConext Menu Listerner also but it did nt work . anybosy who have worked please suggest me how to do that . Thanks in advance -- You received this message because you are subscribed to

[android-developers] overriding the default android menu

2012-02-01 Thread kampy
hi can we over ride the default android menu i.e., can we add our specific other items to the menu provided by them like adding posting the image to facebook after taking a picture using cam . -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Android SDK r14 on Windows Vista gives bin\resources.app_ does not exist for all of my projects

2011-10-25 Thread kampy
hi i am also getting the same problem . before they were running fine now after updating the ADT to 14 i am getting this problem . On Oct 25, 3:27 am, m.irism2...@yahoo.com m.irism2...@yahoo.com wrote: About 1hr ago everything works with the previous SKD. After I updated to SDK r14, it gives

[android-developers] making an installed app not to be displayed in manage applications menu

2011-08-12 Thread kampy
Hi, I am making an mobile theft tracker application for which either i need to remove uninstalling and reinstalling permissions and have to provide uninstalling from the app OR have to provide uninstalling menu in the app and make the app not to be displayed in the manage applications menu .

[android-developers] Re: start binded service from broadcast receiver

2011-07-06 Thread kampy
Hi, On Jul 4, 3:38 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 4, 2011 at 1:57 AM, kampy narasimha1...@gmail.com wrote:  I am using AIDL , in that i am binding a service which sends messages to the phone numbers if the sim is changed . i need to start this service as soon

[android-developers] Re: start binded service from broadcast receiver

2011-07-04 Thread kampy
Hi , thanks for the information. can we make service not to be stopped by the user if it can be my requirement will be done as this is a mobile theft tracker application the service running should not be stopped by the user . can u plz suggest me anything idea how to do this On Jul 4, 11:48 am,

[android-developers] Re: start binded service from broadcast receiver

2011-07-04 Thread kampy
Actually i am running my own service that binds tha AIDL from the broadcast receiver but as i saw in the documentation it is not allowed . On Jul 4, 11:48 am, dnkoutso dnkou...@gmail.com wrote: Edit:http://developer.android.com/reference/android/content/BroadcastRecei... Read the Life Cycle

[android-developers] start binded service from broadcast receiver

2011-07-03 Thread kampy
hi , I am using AIDL , in that i am binding a service which sends messages to the phone numbers if the sim is changed . i need to start this service as soon as the phone switches on . but i am getting a exception java.lang.RuntimeException: Unable to start receiver

[android-developers] restricting user to remove or reinstall application

2011-06-23 Thread kampy
hi , I am working on Mobile theft tracker application in which i need to restrict user from uninstalling and reinstalling the applications from the manage applications . and again i need to provide him this uninstalling in the application . i got the code to uninstall the app from the application

[android-developers] Re: Making a service invisible

2011-06-10 Thread kampy
of the stopservice . can u help me in getting this done On Jun 10, 11:35 am, Marcin Orlowski webnet.andr...@gmail.com wrote: you cant (unless, perhaps you rooted). On Jun 10, 2011 7:32 AM, kampy narasimha1...@gmail.com wrote: Hi, i am making an mobile theft tracker application which indeed

[android-developers] Making a service invisible

2011-06-09 Thread kampy
Hi, i am making an mobile theft tracker application which indeed checks the sim details on boot up of the device and if the details are same the service stops and if not it will start sending messages to the phone numbers stored . so i want hide the service from the running services list can we

[android-developers] mp3 cutter

2011-05-29 Thread kampy
hi , i am thinking of desining a mp3 cutter on andrioid . i refered the pais and well prepared with an idea but i dint understand how to cut a mp3 song from start point to end point . anyone plz help me in getting the correct idea to develop this app . Thanks in advance ,. -- You received

[android-developers] Re: NFC

2011-01-11 Thread kampy
provided is just a simulation. Regards, Ajith On Tue, Jan 11, 2011 at 11:27 AM, kampy narasimha1...@gmail.com wrote: Hi All, I read the docs about the NFC on android and tried with the sample provided in the develoers group, but i am unable to understand the execution of the sample . Here

[android-developers] NFC

2011-01-10 Thread kampy
Hi All, I read the docs about the NFC on android and tried with the sample provided in the develoers group, but i am unable to understand the execution of the sample . Here Mock tags are provided and after clicking on the list i am getting the tags encoded in an another view. anyone explain me

[android-developers] Re: Looking for GUI in android tablet

2010-12-28 Thread kampy
hi For the problem you are facing you need to create values-land and values-port where you need to mention the dimensions of the used buttons and other. The view will be take care by the device . On Dec 28, 6:39 pm, Nandlal Viranni nandlal.phys...@gmail.com wrote: Hi All, I am new to

[android-developers] Re: Dialog, ListView, ListViewAdapter, form elements

2010-12-28 Thread kampy
hi is that you need click on the list item . if that unned to override the function AdapterView.OnItemSelectedListener On Dec 29, 9:05 am, Hendrik Greving fourhend...@gmail.com wrote: I have a Dialog, setContentView set to a xml ListView. I then use a ListAdapter that returns view form

[android-developers] Re: Dialog, ListView, ListViewAdapter, form elements

2010-12-28 Thread kampy
hi in that itemmselect listener u need to write the onclick listener for the list item On Dec 29, 9:42 am, kampy narasimha1...@gmail.com wrote: hi is that you need click on the list item . if that unned to override the function AdapterView.OnItemSelectedListener On Dec 29, 9:05 am

[android-developers] api used for connecting to the exchange sever on android

2010-12-27 Thread kampy
hi i found an email app on the emulator by which we can synchronize our mail and exchange accounts to the mobile . can anyone help me that what is the api that used for this . thanking you , -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] moving to downloaded file location

2010-12-07 Thread kampy
hi we are doing an application in which we need to download the attachment from a mail . we completed it succesfully but after downloading a notification is shown that download completed . On clicking it we need to move to the location that where the file is stored . can anyone help us how to do

[android-developers] tootip on a image when it gets focussed

2010-12-03 Thread kampy
hi how to get tooltip of the image when it gets focussed . we used images for all the functions that needed to perform like logout, moving to home page , back page . but we didnt get how to place a tooltip that helps the user to know about the images can anyone tell us how to place them -- You

[android-developers] Re: Android Testing

2010-11-23 Thread kampy
with the emulator. Which commands give you permission denied? On Nov 22, 10:57 pm, kampy narasimha1...@gmail.com wrote: hi as u said i read the doc and there i found that i can do thesetesting on the emultor terminal adb shell  but for every command i typed it is giving the permission denied . how

[android-developers] how to get a small message displayed on the list when a list item is focussed

2010-11-23 Thread kampy
hi we are wroking on the displaying of mails from an email . we got the list of emails stored . we need to show a small text screen which consists of the some content of the body when the email in the list gets focus . -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: how to get a small message displayed on the list when a list item is focussed

2010-11-23 Thread kampy
, Nov 24, 2010 at 12:41 PM, kampy narasimha1...@gmail.com wrote: hi we are wroking on the displaying of mails from an email . we got the list of emails stored . we need to show a small text screen which consists of the some content of the body when the email in the list gets focus

[android-developers] Android Testing

2010-11-22 Thread kampy
hi while testing a activity can we move from that activity to the another activity . i think it is possible as i found that we can deploy a complete test application a android app but i am not gettig how i can move from one acitivity to another activity -- You received this message because

[android-developers] Re: Android Testing

2010-11-22 Thread kampy
this one http://developer.android.com/guide/developing/tools/monkey.html http://developer.android.com/guide/developing/tools/monkey.html On Tue, Nov 23, 2010 at 12:09 PM, kampy narasimha1...@gmail.com wrote: hi while testing a activity can we move from that activity to the another

[android-developers] Re: escape characters not working \n

2010-11-17 Thread kampy
attachment.append(\n+email.getAttachment(i).getName()); this is the line i am using but i am not getting it On Nov 17, 11:46 am, kampy narasimha1...@gmail.com wrote: hi i am displaying  the attachments that are for a mail but i am unable to display all the attachments as the newline \n

[android-developers] escape characters not working \n

2010-11-16 Thread kampy
hi i am displaying the attachments that are for a mail but i am unable to display all the attachments as the newline \n is not working . can anyone tell me how can i implement the escape characters on the textview -- You received this message because you are subscribed to the Google Groups

[android-developers] multiple notifications

2010-11-12 Thread kampy
hi as a part of application i need to notify the files downloaded but when downloading the other file after one completed the notification displayed is changing to the current download and the notification for the before download is not displaying import android.app.Activity; import

[android-developers] Re: multiple notifications

2010-11-12 Thread kampy
private int NOTIFY_ID = 1; mNotificationManager.notify(NOTIFY_ID++, notification); hey we replaced the code like this but now alo we are geting like same as before On Nov 12, 1:15 pm, Pent tas...@dinglisch.net wrote: I would guess it's because you're using the same notify ID for both. Pent

[android-developers] Re: multiple notifications

2010-11-12 Thread kampy
(Exception ex) { Log.e(Error At Email Passing, ex.getMessage()); } we are not getting any info from that On Nov 12, 1:32 pm, kampy narasimha1...@gmail.com wrote: private int NOTIFY_ID = 1; mNotificationManager.notify(NOTIFY_ID++, notification); hey we replaced the code like this but now alo we

[android-developers] Exception while connecting to unternet

2010-09-21 Thread kampy
i am a newbie to android.when i was connecting throuh urlConnection,its raising socket exception as permisssion denied,. i have added uses-persmisssion for internet. but still its thowing an exception.plz resolve this. -- You received this message because you are subscribed to the Google Groups