Dev_Interview_Prep_App
Dev_Interview_Prep_App copied to clipboard
Feature: Add Screen to choose what code language you'd like for quiz. Native_Java/Base
Quiz application is currently tuned towards Android Quiz questions, Application should open to a screen allowing users to choose what type of quiz they would like to engage in.
Inside of the Native_Java/Base module only, add a screen that allows user to pick which quiz they'd like to engage in.
Developer will create a "pick a quiz" fragment or activity that allows user to choose different types of quizzes based on languages.
Based on this choice, the network should "load" questions from different json sources within the /Languages/
folder.
###As this is the base application, please get the information from the "repository api" (aka json / github and folders) without using any advanced libraries.