A native Android Application built using Java. The application helps people to view details and recent problem submission of a Codeforces user.
- Takes in only one value "username"
- Uses Codeforces API to fetch the details of the user and their recent problem submissions
- Uses an easy way for the details which are fetched as JSON are converted to Java Classes
- It minimizes the memory of the application by recycling the views while scrolling through the data