diff --git a/README.md b/README.md index bd93f61..acf7c0e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,26 @@ # Study Partner -One stop solution for organizing and maintaining notes and attendance +One stop solution for organizing and maintaining notes, attendance, reminders and much more. -Before committing read the following: +![screenshot](https://github.com/krayong/Study_Partner/blob/master/app/src/main/app_logo-playstore.png) + +Download it now at https://play.google.com/store/apps/details?id=com.studypartner&hl=en_IN + +### Tools required +In order to use this demo application you must first have installed: +* [Android Studio](https://developer.android.com/studio/index.html) +* Android SDK version 23 (Can be installed from within Android Studio, or with homebrew `brew install android-sdk`) +* [JDK7](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html) + +### Before pushing read the following: 1. Id for each screen should be preceded by the activity name using camelCase. 2. Tabs should be used. 3. Each file should go under proper package name. 4. Name of each file should start with the activity it is associated with. + +### Screen Shots +![screenshot](https://github.com/krayong/Study_Partner/blob/master/Home%20Screen.jpg) +![screenshot](https://github.com/krayong/Study_Partner/blob/master/File%20Screen.jpg) +![screenshot](https://github.com/krayong/Study_Partner/blob/master/Attendance%20Screen.jpg) +![screenshot](https://github.com/krayong/Study_Partner/blob/master/Reminder%20Screen.jpg) +![screenshot](https://github.com/krayong/Study_Partner/blob/master/Star%20Screen.jpg)