Does anyone know if android marketp开发者_StackOverflowlace has on api/feed to access information about their apps(title,summary,icon,version,etc...)?My goal is to maintain my own database of android
I have developed an Android game application and I开发者_C百科 want to upload it to the Android Market.
Someone can give some information about how related apps 开发者_如何学Care calculated in android market?
I\'m trying to use INSTALL_REFERRER on Android 2.2, and my broadcast receiver is getting called so I know my AndroidManifest.xml is correct. However, the information being passed to my receiver is not
What kind of technique does the Android Market Server use to bui开发者_如何学Cld their server? I mean, like PHP, Ruby on rail? or something else?
If you were to install a Home Screen application that does not give you access to the System Settings screen (to go to Manage Applications), and also does not let you launch Apps (such as the Market A
I have an Android app that uses the license checking API. I\'ve set up emulator AVDs with the Google APIs for API levels 8, 9, and 10. My app works fine with the level 8 AVD but fails miserably with t
I have released an a开发者_Go百科pp on the market with minSDK set to 4 (Android 1.6) but now I want to release an update with features unavailable in 1.6 so I need a higher minSDK.
I have developed an Android app which is currently in an open beta phase, which means that each interested user can download the apk from the project\'s website (http://www.goodnews-mobile.com). I hav
I have the following working code: startActivity( new Intent(Intent.ACTION_VIEW, Uri.parse(\"http://market.android.com/details?id=me.cexi.accuapp\")));