Skip to content

Android App use to hold LeetCode questions and answers for practice

Notifications You must be signed in to change notification settings

tylerhu3/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

LeetCodePlus

App implementing use of NavigationView, RecyclerView, Fragments, JSON Files, Android Fonts. This APP is not completely flushed out, but I got it to the point when I like the look of it, so I will go back and update it when I have time. It's a simple app that takes some coding interview questions from the popular website leetcode, as well as other sources, hence the "plus" and push them in this app. The questions themselves are stored into JSON files, then as the APP starts, the data is moved to RecyclerViews and then into their respective Fragments.

As of Today, 1/7/2018: I notice I had a few classes that did the same thing, it's basically all the Fragment classes that shows RecyclerViews, so in my future revision, I would probably change all of them into just one single class call "GeneralList" or something of that nature.

Screenshots of App Below:

About

Android App use to hold LeetCode questions and answers for practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages