Capstone project : Udacity android dev last project
Best way to learn coding is to do it regularly and think about new and best ways to solve a problem.There are many websites which provide coding questions for practice free of cost and they host a number of competitions.This app will show it’s user a list of contests being held worldwide on various websites(that user will select) and then user can see details of contest,visit the website, add event in calendar.It is for anyone who want to learn coding or want to get more strong at coding or want a strong grip on logic building and data structure.
To run or contribute to this project:
-
first you need to get your own API key from this website.You will get name and apikey.
-
make api_auth.xml file in CodeTime/app/src/main/res/values
-
inside this file write this code and add name,key that you got from first step
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="username">WRITE_NAME_HERE</string>
<string name="key">WRITE_APIKEY_HERE</string>
</resources>
If your credentials are correct then the app will run perfectly fine.




