[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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2012-06-19 Thread kampy
): at 
dalvik.system.NativeStart.main(Native Method)
06-04 11:17:34.574: I/Process(373): Sending signal. PID: 373 SIG: 9


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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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...@gmail.com wrote:

 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-androidhttp://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android

  -- 
 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...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
 Menu Listerner also but it did nt work .

 Did you override onCreateContextMenu() to actually build the menu?

 Define 'did not work'? What *did* happen - anything at all?

 Try this link as an example of how to build 
 one:http://www.stealthcopter.com/blog/2010/04/android-context-menu-exampl...

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 \bin\resources.ap_does not exit message
 whenever I try a previous running project, even for a very simple test
 project.

 Any body over there can help me out with this one? please.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 .

Can anyone help me out how to do this

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 as the phone switches on . but i am getting a
  exception

   java.lang.RuntimeException: Unable to start receiver
  com.pssl.thefttracker.StartAppTheftTracker:
  android.content.ReceiverCallNotAllowedException: IntentReceiver
  components are not allowed to bind to services

  can anyone tell me how to overcome this exception .

 You don't overcome this exception, as you cannot bind to a service
 from a BroadcastReceiver. You rewrite your program to not use binding
 and AIDL, as they are not needed here. Set up your service to receive
 data via extras in an Intent you use with startService(). Use
 startService() in the BroadcastReceiver. When the service is done with
 its work, have it shut down (e.g., implement it as an IntentService).


there is no data to be transferred from intents and the service i am
using shared preferences for the data which i need to sending data
between them.
the main purpose i am using the broadcast receiver here is to invoke
this service when the phone boot completed. Now as this is theft
tracker application i need to make the service not available to the
user .




  tell me how to make a service not available fro the user from the
  running services , i mean user should not stop it from the running
  services

 Fortunately, this is impossible.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Android Training in London:http://bit.ly/smand1,http://bit.ly/smand2

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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, dnkoutso dnkou...@gmail.com wrote:
 Edit:http://developer.android.com/reference/android/content/BroadcastRecei...

 Read the Life Cycle part.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 part.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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
com.pssl.thefttracker.StartAppTheftTracker:
android.content.ReceiverCallNotAllowedException: IntentReceiver
components are not allowed to bind to services

can anyone tell me how to overcome this exception .

tell me how to make a service not available fro the user from the
running services , i mean user should not stop it from the running
services

Thanks in advance

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 . now i need to make this .


I am not getting anything how to do this . Plz anyone help me in
getting out this one .


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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Making a service invisible

2011-06-10 Thread kampy
that means i have to have the super user permissions .


and i have another probelm i am unable to stop this service from other
activity
this is code i wrote . this is not stopping the service



private void StopTheftServiceRunning() {
ActivityManager manager = (ActivityManager)
getSystemService(ACTIVITY_SERVICE);
for (RunningServiceInfo service : manager
.getRunningServices(Integer.MAX_VALUE)) {

Log.i(Theft Service , running services 
+ (service.service.getClassName()));
if (com.pssl.thefttracker.TheftTrackerService

.equals(service.service.getClassName())) {
try {
Log.i(Theft Service , inside if );

if (stopService(new 
Intent(getApplicationContext(),

service.service.getClassName().getClass( {

Toast.makeText(getApplicationContext(),
Service 
Stopped , Toast.LENGTH_SHORT).show();
} else {
Toast

.makeText(getApplicationContext(),

Service can't be Stopped ,

Toast.LENGTH_SHORT).show();

}
} catch (Exception e) {
e.getMessage();
}
} else {
Log.i(Theft Service , inside else );
}
}

}


i am getting the toast mesage in the else statemet 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 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 make service not visible to the user or can we
  stop permissions to stop the service from there for the user . Plz
  help me i am stuck here i need to complete it .

  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 android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 make service not visible to the user or can we
stop permissions to stop the service from there for the user . Plz
help me i am stuck here i need to complete it .



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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: NFC

2011-01-11 Thread kampy
hi

thank u i am reading all the threads in the group for understanding
the complete structure of the NFC ..

Thanks  Regards,
Narasimha

On Jan 11, 2:18 pm, Ajith Kamath sjce.aj...@gmail.com wrote:
 Please go through previous threads already on nfc in the developers group
 Tag reading demo 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 Mock tags are provided and after clicking on the list i am
  getting the tags encoded in an another view. anyone explain me what is
  the procedure and the theme of using the NFC

  --
  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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 what is
the procedure and the theme of using the NFC

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 and I am developing an application for android
 tablet.

 but i am facing problem regarding GUI.

 I want same GUI for ladscape  portrait in device.

 but GUI changes while portrait to ladscape.

 Is there any solution for this problem ??
 OR
 Is there any good link for this ??

 Thanks in andvance ..

 Regards

 Nandlal Virani

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 elements, like RadioGroup and a Button. I 
 took the ListView to get scrolling if the RadioGroup is big. First, is there 
 a better, smarter way to do this? My current problem is, yet it works, the 
 form elements like the button is not getting the click when tapping on it. I 
 guess it's getting lost in the ListView. Any help is appreciated, thank you. 
 Happy New Year.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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, 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 elements, like RadioGroup and a Button. 
  I took the ListView to get scrolling if the RadioGroup is big. First, is 
  there a better, smarter way to do this? My current problem is, yet it 
  works, the form elements like the button is not getting the click when 
  tapping on it. I guess it's getting lost in the ListView. Any help is 
  appreciated, thank you. Happy New Year.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 this ...

thank you

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android Testing

2010-11-23 Thread kampy
s itried with the same as it is giving permission denied .

is there any restrictions like the  user of the system  need full
admin permissions to open the adb shell .

On Nov 24, 2:33 am, A. Elk lancaster.dambust...@gmail.com wrote:
 I interpret this to mean that you tried to test 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 to obtain the permissions for
  this ..

  On Nov 23, 11:22 am, welly tambunan if05...@gmail.com wrote:

   have u try 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

whiletestinga 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 aandroidapp but i am not gettig how i can
move from one acitivity to another activity 

--
You received this message because you are subscribed to the Google
Groups AndroidDevelopers group.
To post to this group, send email toandroid-develop...@googlegroups.com
To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
cr...@googlegroups.com
For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en

   --
   Welly Tambunan
   PT. InforSys Indonesia
   RD Department

  http://weltam.wordpress.comhttp://www.triplelands.com/blog/

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-11-23 Thread kampy
just like a toast message we need to display a view which contains
some taxt on the emulator when a list item is focussed

On Nov 24, 12:22 pm, Kumar Bibek coomar@gmail.com wrote:
 What kind of a small screen and where?

 Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com

 On Wed, 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 .

  --
  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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android Testing

2010-11-22 Thread kampy
hi

as u said i read the doc and there i found that i can do these testing
on the emultor terminal adb shell  but for every command i typed it is
giving the permission denied . how to obtain the permissions for
this ..



On Nov 23, 11:22 am, welly tambunan if05...@gmail.com wrote:
 have u try 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
  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 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Welly Tambunan
 PT. InforSys Indonesia
 RD Department

 http://weltam.wordpress.comhttp://www.triplelands.com/blog/

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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 group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;

public class Notify extends Activity {
 private static final int NOTIFY_ID = 1;
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);

String ns = Context.NOTIFICATION_SERVICE;
NotificationManager mNotificationManager =
(NotificationManager) getSystemService(ns);


int icon = R.drawable.icon;// icon from resources
CharSequence tickerText = Hello;  // ticker-text
long when = System.currentTimeMillis(); //
notification time
Context context = getApplicationContext();  // application
Context
CharSequence contentTitle = My notification;  // expanded
message title
CharSequence contentText = Hello World!;  // expanded
message text

Intent notificationIntent = new Intent(this, Notify.class);
PendingIntent contentIntent = PendingIntent.getActivity(this,
0, notificationIntent, 0);

// the next two lines initialize the Notification, using the
configurations above
Notification notification = new Notification(icon, tickerText,
when);
notification.setLatestEventInfo(context, contentTitle,
contentText, contentIntent);


mNotificationManager.notify(NOTIFY_ID, notification);
}
}

this is the code

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: multiple notifications

2010-11-12 Thread kampy
hi

we resolved the error but we are passing some information to the
intent

which is not geeting to the another class

the code which used for passing the info is below


Intent notificationIntent = new Intent(this,DownloadDetails.class);

notificationIntent.putExtra(filename, dmanager.getFilename());

notificationIntent.putExtra(size, dmanager.getFilesize());

notificationIntent.putExtra(downtime,
dmanager.getTime_to_download());



and the code which we wrote to the info is


try

{

filename=(String) b.get(filename);

size=(Long)b.get(size);

time=(Long)b.get(downtime);

}

catch(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 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

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en