Simple Wiktionary is an open-source Android app that provides an easy-to-use interface for searching and retrieving definitions from the Wiktionary API. Unlike other Wiktionary clients, this app is completely free, ad-free, and open-source. It supports English and Spanish Wiktionary definitions, as well as definitions of the words in other languages. Each definition page includes IPA pronunciation, etymology, and other word details.
-
Free and Open Source: No ads, no payments, just a simple dictionary app.
-
Multi-language Support: Get definitions in multiple languages using the Wiktionary API.
-
Word Details:
-
IPA pronunciation
-
Etymology
-
Additional word details (to be added in future updates)
-
-
Modern UI: Built with Jetpack Compose and Material Design 3 for a clean and intuitive user experience.
-
Easy Installation: Available on the Google Play Store (approval pending) or can be built locally using Android Studio.
Once approved, you can download the app directly from the Google Play Store.
-
Clone this repository:
git clone https://github.com/Terciocode/WiktionaryTercioApp.git -
Open the project in Android Studio.
-
Build and run the app on your Android device or emulator.
-
Open the app.
-
Enter a word in the search bar.
-
View the definition, IPA pronunciation, etymology, and other details.
-
Switch between languages to see definitions in different languages.
-
Jetpack Compose: Modern Android UI toolkit.
-
Retrofit: For making API calls to both Wiktionary API and Kaikki.org.
-
Moshi: For parsing JSON responses from the API.
-
Material Design 3: For a clean and modern user interface.
-
Wiktionary API and Kaikki.org: For providing the word definitions and details.
-
Jetpack Compose: For enabling a modern and declarative UI.
-
Material Design 3: For the beautiful and intuitive design components.