I have a widget it has a button which starts another activity and that activity has a edit text. I need to get what ever entered in this edit text in my widget class while finishing the activity
plz help………
jibysthomas
I have a widget it has a button which starts another activity and that
Share
An
AppWidgetProvideris aBroadcastReceiverand cannot usestartActivityForResult()or any other means to get a result from some activity. Instead, modify your activity to directly update theRemoteViewsfor the app widget.