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
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
In this code, the OnClick of next button is written on the implementation of onItemSelected,so If a user clicks the next button without any clicks on the images of grid view then it doesn't take any actions ,to ensure that onclickListener must be written in oncreate function of the main activity.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/udacity/Android_Me/blob/TFragments.06-Solution-CommunicateBetweenActivities/app/src/main/java/com/example/android/android_me/ui/MainActivity.java
In this code, the OnClick of next button is written on the implementation of onItemSelected,so If a user clicks the next button without any clicks on the images of grid view then it doesn't take any actions ,to ensure that onclickListener must be written in oncreate function of the main activity.
The text was updated successfully, but these errors were encountered: