Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivancaez/multiplatformtimer
⏱️ A Timer application for Android and iOS made with Compose Multiplatform
https://github.com/ivancaez/multiplatformtimer
android android-application compose compose-multiplatform ios-app jetpack jetpack-compose kmp multiplatform-compose timer
Last synced: 7 days ago
JSON representation
⏱️ A Timer application for Android and iOS made with Compose Multiplatform
- Host: GitHub
- URL: https://github.com/ivancaez/multiplatformtimer
- Owner: IvanCaEz
- License: apache-2.0
- Created: 2024-05-19T14:21:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T05:40:31.000Z (5 months ago)
- Last Synced: 2024-06-25T18:24:00.588Z (5 months ago)
- Topics: android, android-application, compose, compose-multiplatform, ios-app, jetpack, jetpack-compose, kmp, multiplatform-compose, timer
- Language: Kotlin
- Homepage:
- Size: 558 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⏱️ CoolTimer
## Contents
- [Introduction](#introduction)
- [Download](#download)
- [Technologies](technologies)
- [Demo](#demo)
- [License](#license)## Introduction
CoolTimer is made with modern Android techniques in Jetpack Compose Multiplatform targeting Android and iOS.
It's main purpose is to provide a user friendly interface and ready to use app for setting intervals with warm up, work, rest and cooldown periods.
It's available in 🇬🇧 English and 🇪🇸 Spanish.## Download
Go to [Releases](https://github.com/IvanCaEz/MultiplatformTimer/releases) to download the latest APK.## Technologies
- [Kotlin](https://kotlinlang.org) based, using [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) + [Flow](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) for asynchronous operations.
- Jetpack Libraries:
- [Jetpack Compose Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html): Android’s modern toolkit for declarative UI development.
- Lifecycle: Observes Android lifecycles and manages UI states upon lifecycle changes.
- ViewModel: Manages UI-related data and is lifecycle-aware, ensuring data survival through configuration changes.
- Navigation: Facilitates screen navigation.
- [Room](https://developer.android.com/training/data-storage/room): Saves data in a local database using SQLite.
- [Koin](https://insert-koin.io): For dependency injection.
- Architecture
- MVVM Architecture (View - Model - ViewModel)
- [Material-Components](https://github.com/material-components/material-components-android?tab=readme-ov-file): Material design components for building UI components.## Demo
https://github.com/IvanCaEz/MultiplatformTimer/assets/125135728/ddeac788-c3f2-4639-9eea-481222bb1bad## License
````
Designed and developed by 2024 IvanCaEz (Iván Martínez Cañero)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
````