This app converts from Ethiopian calendar to Gregorian calendar
# EthiopianConverter (Minimal Android project)
## What this is
- A minimal Android app (Java) that converts Gregorian dates to Ethiopian dates and includes a time zone converter.
- You can import this folder into Android Studio (Open -> Project) and build/run on a device or emulator.
## How to use
1. Download the ZIP and unzip.
2. Open Android Studio -> Open -> select the unzipped folder (ethiopian_converter_app).
3. Let Android Studio sync/upgrade Gradle if prompted. It will download necessary SDKs and Gradle plugin.
4. Run on an emulator or device.
## Notes
- This is a minimal example. Android Studio may prompt to update Gradle wrapper or plugin; accept or let it update.
- `java.time` is used via desugaring (configured in app/build.gradle).
- For improvements (Ethiopian -> Gregorian reverse conversion, Amharic localization, nicer UI), tell me and I can update the project files.