android-intent
Android: No class definition found error
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[详细]
2023-04-13 04:46 分类:问答Impossible to start ACTION_SEND activity in my activitiesManager / Strange behavior of onKeyUp event
In my android application, I use my own ActivityGroup (named TabGroupActivity) in order to manage several activities in a tabHost.[详细]
2023-04-13 01:17 分类:问答How can I reduce the size of a picture I received via share intent on Android?
I want to reduce the resolution/size of a picture I received via share intent and I only have its URI.[详细]
2023-04-12 21:48 分类:问答CursorOutOfBounds getting contact phone number?
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[详细]
2023-04-12 18:14 分类:问答How to apply changes to widget when placing it on the homescreen in onEnabled?
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[详细]
2023-04-12 10:38 分类:问答Unable to start service Intent { flg=0x10000000 cmp=com.company.callrecorder/.CallStateListener }: not found
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[详细]
2023-04-12 09:55 分类:问答Android Intents and Scala
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[详细]
2023-04-12 02:05 分类:问答Input in appwidget
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 ?[详细]
2023-04-11 19:38 分类:问答Android: Is it possible to prevent a specific activity from handling an intent?
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[详细]
2023-04-11 16:11 分类:问答How to properly handle intents?
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[详细]
2023-04-11 13:05 分类:问答