A minimalist English word learning widget for Android that helps you learn new words every day.
- 🔄 Daily word updates with time filtering (1-3 days)
- 🎲 Support for both random and chronological order
- 👁️ Toggleable word explanation visibility
- 📱 Clean and modern widget interface
- ⚙️ Persistent widget settings
- 🌐 Network-based word synchronization
- 💾 Local caching support
- 📚 Multiple wordbook support
- 🔄 Automatic word list updates
- 🎯 Focus on recent words
[Screenshots to be added]
- MVVM architecture with Clean Architecture principles
- Kotlin Coroutines for asynchronous operations
- Room Database for local storage
- DataStore for preferences
- Ktor Client for network requests
- Hilt for dependency injection
WordRepository
: Manages data operations between network and local storageWordWidget
: Handles widget display and updatesWidgetSettings
: Manages widget configuration and preferencesWordDatabase
: Local storage implementation
dependencies {
// Android core dependencies
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.11.0")
// Room
implementation("androidx.room:room-runtime:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
// Hilt
implementation("com.google.dagger:hilt-android:2.48")
// Ktor
implementation("io.ktor:ktor-client-android:2.3.8")
// DataStore
implementation("androidx.datastore:datastore-preferences:1.0.0")
}
- Android 12.0 (API level 31) or higher
- Launcher that supports widgets
- Download and install the app
- Long press on the home screen
- Select "Widgets"
- Find "Eudic Widget" and add it to your home screen
- Configure widget settings as needed
- The widget displays words from your selected wordbook
- Progress is shown in the bottom left corner (e.g., 1/10)
- Click the eye icon to toggle explanation visibility
- Click the next button to move to the next word
- Click the settings icon to access widget configuration
- Settings are automatically saved and persisted
- v1.1.0: Enhanced widget with explanation toggle and improved layout
- v1.0.0: Initial stable release with core functionality
Feel free to submit issues and enhancement requests!
MIT License
Copyright (c) 2024 ljchengx
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- GitHub: ljchengx
- Email: [Your Email]