Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krayong authored Aug 28, 2020
1 parent a15ba69 commit 599a1e2
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 599a1e2

Please sign in to comment.