Android :: Sdk - Field Of Useage ?
Jul 29, 2010
Before I start to develop an application I really want to know that we can only use android Sdk on Android phones or can we use the android Sdk to develop other things like iPad, iPhone also etc?
View 1 Replies
Jul 30, 2010
My battery useage is good but im wondering when i check consumption levels android is up like 95-100%! ive seen some of you guys at like 25%. is this normal for my phone?
View 3 Replies
View Related
Jun 18, 2010
Is there a program so I can see what program is using data?
View 7 Replies
View Related
May 12, 2010
I have decided to go to a smartphone on 13th June when my present contract expires. My Query is, I am in the U.K. and if I look at contracts for the iphone they normally include unlimited Wifi and 1Gb of wireless data, whereas the Desire seems to come with only 500Mb of wireless.
I would much prefer to get a Desire, but I am concerned that I could be lumbering myself with excess charges if I go over the 500Mb limit.
I have never had a phone with an Internet connection before so I'm sure that there will be a lot of playing going on at least to start with.
View 25 Replies
View Related
Aug 23, 2010
I have just recently downloaded 'stats' to keep a record of useage. I am finding it hopelessly unreliable in terms of texts. It makes obvious mistakes clearly evident from when I do random checks.
View 5 Replies
View Related
Oct 2, 2009
I just got a Hero, its really cool, but I'm worried about how much data this thing is going to eat up. I've got a 500MB limit, but I dont really know how long that will last. So heres a few questions
How do I know if the phone is accessing the internet through WiFi or not? Obviously WiFi doesnt count towards the limit, so I want to know that I'm using it as often as possible.
Do widgets on the home page count towards your data limit? I've got a weather widget, facebook, bbc news, email, all getting their info from the internet. Is this going to be raking up the MBs while the phone is just sat in my pocket?
Is there a number I can ring to see how much data I've used? I'm with Orange. A number to call to check my texts and minutes would be helpful, too.
View 8 Replies
View Related
Jan 24, 2010
does anyone know an easyway to get straight to the current useage details from 3 in your account other than clicking away at several screens to get into it.Is there a widget? or similar.
View 1 Replies
View Related
Sep 24, 2010
I have noticed that when I text *3282# to check my data useage, the notification ringer gets switched to low and I have to go in to settings to change it back. Anyone else have this same issue?
View 15 Replies
View Related
Apr 28, 2010
I want to add a Custom field to the Contacts Contract content provider. I'm trying to build a Voip application and would like to add a SIP address(name@domain) field to it. What MIME type will I need to associate with it? Also I want to add a group address field which will have a list of group addresses in it (name@domain, name@domain Which MIME type will I have to associate with this type of field. I also want to add custom fields to the Call History like a session ID and SIP address(name@domain) field. How can I customize the call history?
View 1 Replies
View Related
May 24, 2009
I have problems with Cursor in my Android application.
I have a SQLiteDatabase that return me Cursor when I try to fetch the values with :
code:.......
But I don't know how to obtain the value of the field in the Cursor.
If I do that :
code:........
I obtain the name of the columns (_id, title, body) but not the value.
View 2 Replies
View Related
Jul 22, 2010
If I don't import R, I get "id cannot be resolved or is not a field" (R.id.mainanim); And if I import R, the id error is gone, but I get "main and mainanim cannot be resolved or is not a field". They're my xml files! Also here is ALL my code... maybe there is an error I didn't see?
JAVA:.................
View 2 Replies
View Related
Apr 25, 2010
Is there any way to create a transparent text field?
View 4 Replies
View Related
Mar 23, 2010
I have an activity in my app, when i call the line
EditText username = (EditText)findViewById(R.id.usernameText); the app crashes, why is this?
View 3 Replies
View Related
Aug 16, 2010
I want to display a listview when clicked be able to get the items key value. How would I go about that.
View 1 Replies
View Related
Mar 24, 2010
I have noticed a rash of EMF "detectors" currently available for the iPhone 3GS only.
Does the Milestone/Droid series phones have the capability to detect EMF and if so does anyone know of a current app or one in development that will do this? I've searched the app store without finding a clear result.
View 5 Replies
View Related
Aug 4, 2010
I am new to android , I hope so u guys will help me to obtain my requirement. I am using an Android API Level 2.1 I need to create a new field such as user@domain not as e-mail format for every contacts. So i need to create a new MIME type now i got struck how to create this MIME type.
View 1 Replies
View Related
Sep 1, 2010
I have an EditText field and a button. My aim is to let user enter text info to the EditText or click the button to launch a dialog to select some checkbox and radio button which it will perform some computation and return a value to display at the EditText field.
I can't seems to get the value to display at the EditText field after the dialog dismiss. I did try a toast to display the value and it is ok. I *think* the view was not refresh to display the text in the EditText field.
View 6 Replies
View Related
May 6, 2009
I want to store long value in database ( current time millis), how to store it.
View 3 Replies
View Related
Mar 12, 2010
When i am running DDMS tool to profile the application, In left pane of the DDMS tool we are able to see all the emulators that are attached to DDMS. When i expand one of the emulator some times i am getting "?" in process names.
View 9 Replies
View Related
Jun 1, 2010
I have been trying to use reflection for a specifiec Field in the android.os.build class, the MANUFACTURER field...
I have tried by using this code :.............
I am gettign the following errors :
code:..........
And when debugging I noticed that InvocationtargetException is continuesly thrown, so I am guessing I haven't been implementing the whole Reflection principle correctly...
Any idea where things are going wrong or otherwise on how to implement Refelction for a single Field correctly ?
View 7 Replies
View Related
Jun 2, 2010
Is it possible to use AdapterView with text fields in android?
My query returns a set of values and for each I want to place that within a textfield, so that the user may edit the value.
Also, I want to click a button to create a new empty field, so that I may insert a new entry.
If you know of good example, then please let me know!
I would prefer to use XML to define ui and I found this informations:
"In this case we create a new id called text1. The + after the @ in the id string indicates that the id should be automatically created as a resource if it does not already exist, so we are defining text1 on the fly and then using it." Source http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html
Will this + allow me to autocreate as many fields as needed? Is there a way I can generically specify the layout in XML and then create fields adhoc based on db response?
View 1 Replies
View Related
Oct 8, 2010
I have build a sort of split view for one of my android applications. I have made an activity which is a container of a listview and a framelayout. I use the listview for a menu and in my framelayout, I load views of different activities. I have read the source code of the TabHost for building this system.
Activities that I load in my framelayout could contain a webview.
The system work pretty well but I have a big issue. When I click on a field in a webview, the soft keyboard doesn't appear and typing on the physical keyboard has no affect.
I have made many many researches and I found nothing.
View 2 Replies
View Related
Apr 5, 2009
When I look at all the views in HierarchyViewer, why there are multiple views's 'hasFocus' is true? I am under the assumption that only 1 view can have focus at a time. If so, why there are multiple view's hasFocus be true?
View 2 Replies
View Related
Aug 6, 2009
I need to retain a complex object in my service, so I can reliably come back to it (it holds updates). Initially I coded it just as a class filed in my Service implementation but I'm observing that the updates object is periodically reset to null which tells me that server class itself is recreated. Can someone recommend lightweight reliable strategy to save and recreate such updates object (I can make it serializable)
View 2 Replies
View Related
Sep 18, 2010
In my app I am displaying a table where the individual cells are editable text fields (i.e. EditText objects). I am currently struggling calculating appropriate widths for these.
If I set the width to be as many "Ems" as the displayed text has characters, my fields are much to wide by about a factor of 2 and the table looks ugly and wastes lots of precious screen space. Setting the width in "Ems" is essentially like assuming the worst case, i.e. the width of a string under the assumption that it contains only the broadest characters in a font, usually 'M' (hence the name of the method), 'm', 'W', or '_'). But on average strings contain narrower characters and so most of these fields are half empty and much too wide for their actual content. I am thus desperately seeking a way to calculate a better fitting width, not that worst case width.
The "normal" way to do this in Java (in AWT or Swing at least) is to asks a widget's current Font (actually a Font's FontMetrics), to calculate and return the width that will be necessary to display a given string in pixels. But how does one obtain a TextView's Font? I haven't found any method to obtain a (Text)View's font and/or calculate a more appropriate width given the actual content of a cell's text string. How does one do that in Android?
View 1 Replies
View Related
Apr 5, 2010
I am having problem in Virtual Keyboard. I am having text field. if user click the text field then virtual keyboard need to appear. how to do this.
View 5 Replies
View Related
Aug 12, 2009
Does anyone know if there is standard way to get error reports from android applications running on other people's android devices? E.g. I release an android app and it goes out there. I'd love for any error to trigger an apology screen that invited the user to input a description of what happened, and then have that data along with program state and stack trace sent back to me.
View 4 Replies
View Related
Dec 12, 2009
I'm working on an application that will randomly point an arrow in a direction, and have that arrow maintain it's direction if the device is moved. All I want to do it get the magnetic field readings as degrees and I can do it from there. The problem I'm having is getting the magnetic field readings. I can't find any tutorials on it and the API demo on google's dev site uses deprecated code (figures, google's sample code is never n00b friendly).
At this point I've got this together but I don't know what I'm missing, all the examples I can find are using SensorListener which has onSensorChanged(int sensor, float[] values) but SensorEventListener does not support "float[] values"
View 7 Replies
View Related
Nov 22, 2010
Has anyone else struggled with the size of the composition field for text messages?Sometimes I get long winded and then I have a hard time proof reading all of my words because the bubble is so small.I try to scroll up and down but it doesn't always work.
View 1 Replies
View Related
Nov 24, 2010
How to make dynamically edittext field for accepting only double and float values.
View 1 Replies
View Related