selling android-games based on Google Maps
Hi, I want to develop an Android-Game, which is going to make use of Google Maps. Can I actually sell that game or has it to be free of any charge? I have read the "Terms and Conditions" of the Google Maps API and that is the reason why I am not sure if I can actually sell my game. My game is not going to make use of any satellite-images. But would
Informacja: 2009-04-10
Czytaj: selling android-games based on Google Maps
Using GDATA from within Android for calendar access?
Hi, I'm really just a beginner and fiddling a little bit around with java and my G1. I'd like to create a calendar event from the phone and learned, that there is no Android API for the calendar. I thought it should be possible to access the google calendar via web. I googled a bit and found some code to try. If I start it as a java
Informacja: 2009-04-10
Czytaj: Using GDATA from within Android for calendar access?
How to change the background color of an element in a list ?
Hi everybody, I've an activity that extends ListActivity. I do a kind of check on all elements of the list and if an element corresponds to my criteria, I would like to put the background of this element in green (by example) or to add any visual effect on this element. How can I modify the background of this element ?
Informacja: 2009-04-10
Czytaj: How to change the background color of an element in a list ?
Verizon Launches HTC Touch Diamond
HTC makes some of the coolest smartphones on the market and is the maker behind the T-Mobile G1 running Android. HTC has all sorts of different smartphones with features like touch screens and other niceties. HTC
Informacja: 2009-04-10
Czytaj: Verizon Launches HTC Touch Diamond
Re: problems with bitmaps
There's been a number of threads on this issue, the BitmapFactory tends to throw this out of memory errors when it really shouldn't, looks like a bug or memory leak. I'm not sure if it's cataloged as an official bug though. Using bitmap.recycle(), and reducing the sample size will mitigate , but not eliminate the problem. Also try reducing
Informacja: 2009-04-10
Czytaj: Re: problems with bitmaps