GADS practice project to create a Leaderboard Mobile App. Implemented with Android Java
Below is the splash screen:
Below is the Viewpager Fragment View showing the Learning Leaders RecyclerView List:
Below is the Viewpager Fragment View showing the Skill IQ Leaders RecyclerView List:
Here is the Submission Form:
Then this is the confirmation dialog before submission:
If the submission was successful, we get this success pop up. This was implemented using a custom toast.
If the submission was not successful, we get this failure pop up. This was also implemented using a custom toast.