this is a screen with two buttons to show satellite view and street view of maps. the modules of streetview and SatelliteView work perfectly fine separately. but when included in a single app with two
In my android application, I use my own ActivityGroup (named TabGroupActivity) in order to manage several activities in a tabHost.
I want to reduce the resolution/size of a picture I received via share intent and I only have its URI.
I keep getting this CursorOutOfBounds error 10-13 22:30:10.205: ERROR/AndroidRuntime(16659): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1001, result=-1, data
When I try to put my weather widget on the homescreen I want to give the user an option of choosing a city at that moment and the widget starts showing the weather for that city. For this I have made
I\'m trying to record calls. But there is a big issue in starting service intent. WARN/ActivityManager(61): Unable to start service Intent { flg=0x10000000>cmp=com.company.callrecorder/.CallStateLis
I am attempting to convert the following tutorial, http://savagelook.com/blog/android/swipes-or-flings-for-navigation-in-android, into Scala code for an开发者_如何学Godroid.I have everything working w
What\'s the best way of getting input from appwidget. I know that I can use setOnClickPendingIntent method from RemoteViews, but I don\'t want that! Is there any alternative ways ?
My android application starts an intent consisting of a video file.One thing I\'m trying to do is prevent the build in video player from handling this intent.Instead I only want third party players to
My application can view files of a certain type, and declares this in an intent-filter in its AndroidManifest.xml.My app launches fine, but I see some inconsistent behavior on different devices and di