diff --git a/OpenDictionary/.idea/caches/build_file_checksums.ser b/OpenDictionary/.idea/caches/build_file_checksums.ser index 6aae202..233f7fa 100644 Binary files a/OpenDictionary/.idea/caches/build_file_checksums.ser and b/OpenDictionary/.idea/caches/build_file_checksums.ser differ diff --git a/OpenDictionary/.idea/misc.xml b/OpenDictionary/.idea/misc.xml index 37a7509..e0d5b93 100644 --- a/OpenDictionary/.idea/misc.xml +++ b/OpenDictionary/.idea/misc.xml @@ -1,5 +1,34 @@ + + + + diff --git a/OpenDictionary/app/build.gradle b/OpenDictionary/app/build.gradle index 5377408..8dc3b1f 100644 --- a/OpenDictionary/app/build.gradle +++ b/OpenDictionary/app/build.gradle @@ -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" } diff --git a/OpenDictionary/app/release/release/app.aab b/OpenDictionary/app/release/release/app.aab index de7c612..52e024b 100644 Binary files a/OpenDictionary/app/release/release/app.aab and b/OpenDictionary/app/release/release/app.aab differ diff --git a/README.md b/README.md index 162d440..74d9d7c 100644 --- a/README.md +++ b/README.md @@ -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:
-Android Studio for development of application.
-Volley API for making REST calls.
-SQLite for creating Local Database.
-Owlbot(www.owlbot.info) is an open source online dictionary API. +**Development Tools and technologies:**
+- Android Studio for development of application.
+- Volley API for making REST calls.
+- SQLite for creating Local Database.
+- 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