Starting Activity With A Non-activity Class
I have an onClick method of a checkbox in a class that extends baseAdapter here: @Override public void onClick(View v) { if (addCheckbox.isCheck
Solution 1:
I don't fully understand what you are asking but would the LocalBroadcastmanager do what you need?
http://developer.android.com/reference/android/support/v4/content/LocalBroadcastManager.html
Post a Comment for "Starting Activity With A Non-activity Class"