extras
Can't get Extras from Intent
I\'m trying to get Extras from Intent but it causes an error 08-09 08:01:56.766: ERROR/AndroidRuntime(427): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=15, resu[详细]
2023-03-26 16:56 分类:问答Can't get intent extras in android app
I\'m trying to put extras (string) in an intent. I use startActivityForResult and onActivityResult to get my extras on the other side.[详细]
2023-03-22 18:47 分类:问答How to pass Intent Extras?
public class Menus extends Activity { //set constants for MediaStore to query, and show videos private final static Uri MEDIA_EXTERNAL_CONTENT_URI = MediaStore.Video.Media.EXTERNAL_CONTENT_URI;[详细]
2023-03-22 05:56 分类:问答Passing data between Intents causes app to 'unexpectedly close'
I am trying to transfer an int value between two activities using intents, but my app keeps crashing. When I comment out the transfer of any data and simply use an intent, everything seems to work. I[详细]
2023-03-14 05:52 分类:问答Update Intent extras between ordered BroadcastReceivers android
I am currently getting the SMS_Received Broadcast from the system and am attempting to change the values in the intent before the other broadcastreceivers get it, (such as the default messaging app)[详细]
2023-03-13 15:30 分类:问答Android extras bundle returning zero instead of actual long value?
This was working before, but now the .getLong method is returning a zero. public class TaskerDBadapter[详细]
2023-02-18 00:58 分类:问答android intent extra data retrieval problem
I have a wierd problem. I have the following code: if (fbIntent.hasExtra(\"Lin开发者_高级运维k\")) {[详细]
2023-02-05 20:13 分类:问答Is there a tutorial that shows how to use tabs and activities to pass values
Is there a 开发者_高级运维way to do this? Is there a way to use a tabhost and activities for each tabs content and pass values via extras. If so can someone post a link how to?Use Intent.putExtra(..):[详细]
2023-02-01 01:11 分类:问答How can I correctly pass unique extras to a pending intent?
I\'m having a problem with alarmManager and the pending intent with extras that will go along with it.[详细]
2023-01-28 20:01 分类:问答How do I write an android JUnit test when my activity relies on extras passed through an Intent?
I am writing an android Junit test for a class that relies on extras passed to it through an Intent. I was able to get the class working properly, but I would still like to know how to write a unit te[详细]
2023-01-27 13:00 分类:问答