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
I\'m trying to put extras (string) in an intent. I use startActivityForResult and onActivityResult to get my extras on the other side.
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;
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
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)
This was working before, but now the .getLong method is returning a zero. public class TaskerDBadapter
I have a wierd problem. I have the following code: if (fbIntent.hasExtra(\"Lin开发者_高级运维k\")) {
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(..):
I\'m having a problem with alarmManager and the pending intent with extras that will go along with it.
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