You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onAttach(Activity a) method is depreciated. Can you suggest how to code it with onAttach(Context c) which has replaced the method you recommend? It does work with the deprecated method but I would prefer to use the replaced context method since that will be the new standard.
The text was updated successfully, but these errors were encountered:
onAttach(Activity a) method is depreciated. Can you suggest how to code it with onAttach(Context c) which has replaced the method you recommend? It does work with the deprecated method but I would prefer to use the replaced context method since that will be the new standard.
The text was updated successfully, but these errors were encountered: