Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhankar30 committed Nov 11, 2018
1 parent 5fb9992 commit 653452f
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 10 deletions.
Binary file modified OpenDictionary/.idea/caches/build_file_checksums.ser
Binary file not shown.
29 changes: 29 additions & 0 deletions OpenDictionary/.idea/misc.xml

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

2 changes: 1 addition & 1 deletion OpenDictionary/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
applicationId "shubhankar30.opendictionary"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionCode 2
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified OpenDictionary/app/release/release/app.aab
Binary file not shown.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# SimpleDictionary
# OpenDictionary
This is an application for a simplistic on-the-go dictionary.

Purpose:
**Purpose:**
I made this application out of need because I needed something like this. To quickly add words and check them later without too much effort. Other applications have a cluttered interface where I have to bookmark words or star them in order to store them which is unnecessary. I have to read the meaning again for the next few days to remember it. So, instead of just looking at it once, I needed to store them locally.

Functioning:
**Functioning:**
Just add the words you want to save in your own dictionary and view them later at any time you want.
How to use instructions are given inside the application.

Development Tools and technologies:<br>
Android Studio for development of application.<br>
Volley API for making REST calls.<br>
SQLite for creating Local Database.<br>
Owlbot(www.owlbot.info) is an open source online dictionary API.
**Development Tools and technologies:**<br>
- Android Studio for development of application.<br>
- Volley API for making REST calls.<br>
- SQLite for creating Local Database.<br>
- Owlbot(www.owlbot.info) is an open source online dictionary API.

Future updates include:
**Future updates include:**
1. Showing the list of meaning on the homepage when you enter word for immediate use.
2. Extending the app to Oxford Dictionary APIs to get better results.
3. Adding search Feature to ListAdapter
Expand Down

0 comments on commit 653452f

Please sign in to comment.