Skip to content

Commit

Permalink
Added Readme, Screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mannprerak2 committed Nov 8, 2018
1 parent 1cb771d commit 4571e06
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ActivityDo
Plan and Organise notes as activities...

<a href='https://play.google.com/store/apps/details?id=com.pkmnapps.activitydo'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width="35%"/></a>

## Features
* Take quick notes
* Organise notes as Activities
* Re-order notes and Activites
* Pin Activites to Navigation Bar
* Share notes

### Screenshots
<img src="./screenshots/list-edit.jpg" width="180"/>
<img src="./screenshots/activity-preview.jpg" width="180"/>
<img src="./screenshots/create-activity.jpg" width="180"/>
<img src="./screenshots/home-activities.jpg" width="180"/>
<img src="./screenshots/home-quicknotes.jpg" width="180"/>

### Notes
* Notes can be
* Text
* List
* Picture

2 changes: 2 additions & 0 deletions app/src/main/java/com/pkmnapps/activitydo/TaskActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ public void onClick(View v) {
}
}
});


}


Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/add_new_activity"
android:textStyle="bold"
android:textColor="@color/colorAccent" />
android:textColor="@color/colorAccent"
android:textStyle="bold" />

</LinearLayout>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.gms:google-services:4.0.0'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
Binary file added screenshots/activity-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/create-activity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/create-image-note.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home-activities.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home-quicknotes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/list-edit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/navigation-bar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/new-note-list.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4571e06

Please sign in to comment.