HTC EVO 4G :: Data Will Be An Extra $10 Add-on
May 12, 2010
In order to provide the best experience, HTC EVO 4G will use Sprint's industry-leading Everything Data or Business Advantage Messaging and Data plans that include unlimited Web, texting and calling on the Sprint Network to every mobile in America with Any Mobile, AnytimeSM. Everything Data plans start at $69.99 per month. A $10 per month Premium Data add-on will apply allowing customers to take advantage of a richer data experience than ever before.
View 49 Replies
May 27, 2010
Based on the Searchable Dictionary sample I tried to put extra data to a different activity. In my Map Class Distance is always zero because distance.getSelectedItemPostion() gets the initialized value. How can I put Extra data with a click on a search?
View 1 Replies
View Related
Feb 19, 2009
I have a newbie question which is puzzling me regarding using Intents to start a new Activity but passing some data with the Intent for the new Activity to use. My app has (say) MainActivity from which I want to launch a second activity, SecondActivity, within the same app, whilst I pass an integer parameter to SecondActivity. Now my problem is : how do I receive the Intent when SecondActivity gets started and recover the value of the integer parameter ? Which member function of.
View 3 Replies
View Related
May 9, 2010
I'm using the built in sqlite library on the Android platform.
I'm considering adding several general purpose fields that users will be able to use for their own custom applications, but these fields will be blank most of the time.
My question is, how much overhead will these blank fields add to my database? Do null fields even take up per record memory in sqlite? If so, how much? I don't quite understand the inner workings of a sqlite database.
View 1 Replies
View Related
Jul 11, 2010
I'm looking to buy a new battery for my evo to keep in my pocket so that I can switch it out when my OEM battery dies. I've seen the 3500mah seidio coming out, and I don't see how that would work because I NEED a case to protect my phone.I'm not trying to break the bank, looking to spend between 20-30, a regular battery same mAh as the regular would be fine, and preferably the OEM, but I can't seem to really find the OEM anywhere. I even looked for Touch Pro 2 OEM batteries but couldn't find any from quality sellers (sites I recognize and trust).I looked on Ebay and found two batteries and a dock charger for 10 bucks, and I've researched it and they seem to get generally positive reviews, but I'm still no sure about those, as I've heard horror stories about cheap batteries.So can anyone help me with my search for a battery, or possibly suggest some other ideas or give me some other advice? It would be much appreciated.
View 10 Replies
View Related
Jun 3, 2010
I'm SORRY if this has been covered a million times.$10 isn't a crazy extra amount - especially considering I can now do voice AND data the same time but still.Is it true? I'm on the standard everything data plan for $70/mo.
View 49 Replies
View Related
Apr 30, 2010
I tried to buy one yesterday but the guy said they didn't have any and didn't see how to order them yet.he could tell me the price but couldn't order one.I'm talking about the standard battery.i know the extended/battery door said it would be post launch but i figured the standard battery would be available on launch day.
View 1 Replies
View Related
May 6, 2010
I want to purchase two more AC chargers for my Incredible.One for the bedroom and one for my office.Will this do the job?
View 5 Replies
View Related
Jun 9, 2010
Has anyone found any extra settings for the EVO camera?I had an HTC Touch Pro and I found a registry patch/program on another forum that enabled an extra "Sports mode" for the HTC camera. It would take a series of pictures rapidly to capture quick action.Is there anything like that for the EVO camera?Also, the HTC camera software for the Touch Pro had a "Panorama mode" that allowed you to take 3 pictures side-by-side and stich them together. Really gonna miss that feature if it can't be enabled on the EVO.
View 2 Replies
View Related
Jun 8, 2009
Is it possible to add extra languages to Android? My current Android phone only supports English and Chinese language input. I would like to have Dutch also, as I can use it for word completion. The question on top of that is, how to switch easily between these languages in the text input (keyboard) GUI?
View 5 Replies
View Related
Jul 1, 2010
I currently have the 129.99 family plan plan with sprint, and i have an htc evo. Will sprint tv cost any extra money?
View 4 Replies
View Related
Nov 8, 2009
I setup my Droid mail system with the Yahoo IMAP servers and everything seemed to be working fine.The only issue is when I send an email from the droid.I sent a test mail from the Droid and it worked fine.A couple of hours later, I checked my sent mail folder on Yahoo Mail on the PC and I had like 15 extra sent mails.It seems to add one every time the Droid checks for new mail, until I delete the sent mail of the droid.Any ideas?
View 9 Replies
View Related
Mar 19, 2009
When I run my app, I see about 8 or 9 icons in the main phone menu. One is to run the app, and the others actually run activities within the app.I want there to only be one icon for users.Any ideas as to why this is happening?My code is structured similar to examples from the book "Android - A Programmers Guide" by JF DiMarzio.How do I hide the other icons so users have to start at the main menu screen?
View 5 Replies
View Related
Jul 26, 2010
I have a iPhone 4G and I wanting to try a Galaxy S Captivate.it should be in soon.is there a way AT&T can give me a normal sim card and I can just turn my iPhone off while I use the Captivate or do I gotta switch the sim cards out?
View 1 Replies
View Related
Jun 18, 2010
If I uninstall an app i paid for because I have no space and don't use it as much am i able to re-download it for free later one for example a week or month later. It didn't cost much but its that fact that I already paid for it so why should I pay again.
View 3 Replies
View Related
Aug 3, 2010
I have this code: protected void onListItemClick(ListView l, View v, int position, long id)
super.onListItemClick(l, v, position, id);
Log.i(TAG, "The id of the selected note is " + id);
Intent editNote = new Intent(this, TaskEditActivity.class);
editNote.putExtra(TasksDBAdapter.KEY_ID, id);
startActivityForResult(editNote, EDIT_TASK_REQUEST);
}And this code that retrieves the extra FROM A DIFFERENT ACTIVITY: if (savedInstanceState != null) { id = savedInstanceState.getLong(TasksDBAdapter.KEY_ID); Log.i(TAG, "Id of note = " + id);In the first code snippet, Logcat says: The id of the selected note is 2, but in the second code snippet, Logcat says: Id of note = 0. What just happened here? Any solutions to this VERY annoying problem.
View 2 Replies
View Related
Aug 20, 2010
I've started to write a small app for android. It looks very nice, but there is one thing I don't understand.I've created a new intent in the activity A and I've added a serialized vector intent.putExtra("key", vector).
View 3 Replies
View Related
Oct 15, 2010
Is there any way to put an extra into the intent launched by a shortcut?
View 1 Replies
View Related
Aug 12, 2010
Say an app is 2 dollars, but but does your network also charge you a fee for downloading something?
so its like 2 dollars + a few dollars charged by your network? and this is all using my home WIFI.
View 1 Replies
View Related
Oct 6, 2010
I've built a widget that uses a LinearLayout and I've put two TextViews in the layout.
The gravity of the layout is "top".
The problem is that I get a space between the two TextViews and I can't get rid of it.
CODE:....................
As you can see I tried putting padding 0 and verticalSpacing 0 but I still get a space between them.
View 2 Replies
View Related
Feb 17, 2010
When I created a button view, Android always create some extra space between this button and other views below it.
In this example below, there is a button above the second button. You can see the gap between these two buttons. How can I get rid of this gap?
CODE:................
View 3 Replies
View Related
Sep 28, 2010
I have the following layout. This defines a row in my ListView. I noticed that the text is not centered in the row. There seems to be extra bottom padding. How can I make the text appear in the center, vertically, so there is no padding? code...
View 1 Replies
View Related
Jun 13, 2010
Why can't I find a charger for an extra battery? As fast as the battery drains on these phones, it is a pain to have to plug in the whole phone to charge.
View 6 Replies
View Related
Apr 22, 2014
When I use Facebook or even Instagram, I noticed people use these special symbols in the comments or in their status update.
So finally, I decided to ask my friend how they did it.
They told me iPhone already comes with it in their keyboard.
Unfortunately, there's none for the Android built in.
So I did a search on the Google Play and found out there's tons apps that can do it.
I have Samsung S3 so I just wondering which app is the best one to install on my phone that is free?
View 4 Replies
View Related
May 25, 2009
So I just bought 2 apps from the market.1 was 1 dollar,1 was 2 dollar.on my bank statement the 66p came out and the 1.32p.but after each transition there is also a 1 pound charge.is there a standing charge for buying apps?or am i getting ripped off?
View 2 Replies
View Related
Nov 3, 2009
Anyone plan on buying another battery? or know if VZM will offer a external battery charger similar to what I have for my palm? I use my cell phone a lot, and I would like to have one battery fully charged at all times in case I run out or am going out for the night. This is a fail proof method I have used on my palm for years.
View 33 Replies
View Related
Nov 19, 2009
How to know the list of available extra for a intent?For example, I want to know all available extra for ACTION_BATTERY_CHANGED. What is the method to know them?I have seen nothing on the official dev guide, reference in http://developer.android.com.I have seen nothing on watching the intent on debugger (on Eclipse)I have seen no methods on the intent documentation, like myIntent.getListExra()
View 2 Replies
View Related
Apr 13, 2010
I'm trying to pass an object from an activity to another activity. In the first activity i do:
Intent intent = new Intent(this, SecondsActivity.class); intent.putExtra("package.class", SerializableObject);
And in the second activity:
Class object = (Class) extras.getSerializable("package.class"); objetc.modifySomething(2432);
Intent intent = new Intent(this, ThirdActivity.class); intent.putExtra("package.class", SerializableObject);
But if i modify the object in the second activity, it fails when i send this object to a third activity.Why does it fail? What am i doing wrong? I just need to pass objects between diferent activities because i have an object which contains many information, and creating a Boundle would be very big and ugly in my code.
View 3 Replies
View Related
Sep 3, 2010
In the Froyo 2.2 Car Home, we apparently get 2 screens with 6 squares on each. Has anyone determined how to add personalized apps to the 3 empty squares?Is there any way to remove or re-arrange the existing icons? i.e. why is Maps on page 2, but Music on page 1.Any help greatly appreciated.
View 2 Replies
View Related
Dec 16, 2009
The product I have in mind is a Android phone with 32 GB of internal storage, plus the usual microSD expansion slot.
View 9 Replies
View Related