Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

yaredtekile/ethiopian-calendar-compose

Record type:

software
Creator:
yar
Host:
# Ethiopian Calendar Compose Multi-module Android/Kotlin project for Ethiopian calendar date handling and Compose date picking UI. ## Modules - `:ethiopic-calendar-core` - Strict domain models (`EthiopianDate`, `GregorianDate`) - Ethiopian leap/month rules - Ethiopian month navigation (`prevMonth`, `nextMonth`) - Ethiopian Gregorian conversion - Month grid model generator (`EthiopicMonthUiModelGenerator`) - Unit tests for conversion/rules/grid generation - `:ethiopic-calendar-compose` - Reusable Compose picker: `EthiopianDatePicker` - Features: month navigation, weekday headers, selection, today highlight, min/max, custom disabled dates - Optional Gregorian hint display - English and Amharic month-name/string support - `:sample` - Demo app with: - Inline picker mode - Dialog picker mode - Selected Ethiopian + Gregorian date display - English/Amharic toggle ## Usage Core conversion: ```kotlin val ethiopian = EthiopianDate(year = 2017, month = 1, day = 1) val gregorian = EthiopianDateConverter.toGregorian(ethiopian) val back = EthiopianDateConverter.fromGregorian(gregorian) ``` Compose picker: ```kotlin var selected by remember { mutableStateOf (null) } EthiopianDatePicker( selected = selected, onSelect = { selected = it } ) ``` ## Build and Test ```bash ./gradlew :ethiopic-calendar-core:test ./gradlew :ethiopic-calendar-compose:compileDebugKotlin ./gradlew :sample:compileDebugKotlin ```

Visit

github.com

Languages

AmharicGeez

Similar

yaredabebe/ethiopian-calendareliasdebelo/ethiopian-calendareyuelberga/ethiopian-calendarabrahammelaku/ethiopian-calendaraskual/ethiopian-calendarkashumaku/Ethiopian-calendar

yaredabebe/ethiopian-calendar

markdown # Ethiopian Calendar Converter 🇪🇹 A lightweight and accurate JavaScri

eliasdebelo/ethiopian-calendar

# Ethiopian Calendar Converter 🇪🇹 A modern, lightweight PHP library for seamless conversion between

eyuelberga/ethiopian-calendar

C# class library for generating Ethiopian Calendar and also converting Gregorian Calendar dates into

abrahammelaku/ethiopian-calendar

Ethiopian calendar to/from Gregorian calendar converter # Ethiopian Calendar Example code to conver

askual/ethiopian-calendar

A wordpress plugin for Ethiopian Calender. # Ethiopian Calendar Wordpress plugin Contributors: Kib

kashumaku/Ethiopian-calendar

# Ethiopian Calendar A lightweight TypeScript/JavaScript utility for converting between the **Grego