[android-developers] Mobile Logs Application

2011-12-09 Thread Jennifer Smith
I recently stumbled upon an application called Mobile Logs on my android in settingsmanage applicationsthird party. When I look at it, it appears to be some sort of tracking application that states it has the ability to intercept outgoing calls, read text messages, internet searches, find phone

[android-developers] How to retrieve a JSON object from a php url to my android

2011-04-07 Thread Jennifer
Hi, I am having this code HttpClient client = new DefaultHttpClient(); HttpGet request = new HttpGet(); request.setURI(new URI(uri)); HttpResponse response=client.execute(new HttpGet(uri)); InputStream ips =

[android-developers] Problem with Mezzofanti ( Android-phone application) :

2011-03-11 Thread jennifer
Mezzofanti : Select a text of interest (menu at a restaurant, tourist information sign, etc), and take a photo. The internal-OCR engine will start Text Recognition. I have installed the app in my phone. when i tried to capture a photo, A warning is shown : *No languages installed, please

[android-developers] Show Dialler on clicking an option menu

2011-01-07 Thread jennifer
have an option menu. while clicking the option menu an edittext a button is amde visible in a screen but i need to show a phone dialler there. Im showing that dialler by clicking the edit text.. but my requirement is to show that dialler with that edittext button by clicking the option menu

[android-developers] Can we access Java.util Map of a class in another class

2011-01-04 Thread jennifer
I am using a SortedMap in a calss that extends SimpleCursoradapter. can i acess that map from another class that extends ListActivity. The code im using is given below. * public* *class* ListContacts *extends* ListActivity { ListAdapter lAdapter; @Override *public* *void* onCreate(Bundle

[android-developers] Re: Can we access Java.util Map of a class in another class

2011-01-04 Thread jennifer
can u pls explain a little bit more about this. how to hold a reference of a map it the application class object -- 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] Re: Can we access Java.util Map of a class in another class

2011-01-04 Thread jennifer
Yes its working for me: Thanks . The code is The more general problem you are encountering is how to save state across several Activities and all parts of your application. A static variable is a common Java way of achieving this. public class ImageCursorAdapter extends

[android-developers] Re: Problem while loading phone contacts in ascending order

2011-01-03 Thread jennifer
Thanks. Its working for me -- 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] HELP! Cannot launch sub activity

2010-04-22 Thread Jennifer
, this contact picker (basically a contact list) will show up. What are the manifest attributes that I need for this to happen? Thanks! Jennifer -- 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