-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |