android10 /
Android-CleanArchitecture-Kotlin
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
80/100 healthLoading repository data…
mshajkarami / repository
This Android application solves quadratic equations using Data Binding in Kotlin. Users can input values for coefficients (a, b, c), and the app calculates the roots dynamically. The UI updates automatically when inputs change, leveraging two-way data binding for a seamless experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a simple Android application for solving quadratic equations using Data Binding in Kotlin. The app dynamically calculates the roots of the equation in real-time as the user enters the coefficients (a, b, c).
(Include screenshots of your app here)
Δ = b² - 4ac
git clone https://github.com/yourusername/quadratic-solver.git
build.gradle (Module: app), if not already enabled:
android {
buildFeatures {
dataBinding = true
}
}
This project is open-source and available under the MIT License.
Contributions are welcome! Feel free to fork the repo, create a new branch, and submit a pull request.
Made with ❤️ by Your Name
Selected from shared topics, language and repository description—not editorial ratings.
android10 /
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
80/100 healthKotlin /
This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.
91/100 healthrazaghimahdi /
This is a cross-platform application that is built using Jetpack Compose Multiplatform, a declarative framework for sharing UIs across multiple platforms with Kotlin.
85/100 healtholeksandrbalan /
This library allows to create an effect of turning pages, which can be used in book reader applications, custom on-boarding screens or elsewhere.
81/100 healthmusic-assistant /
The (official) Music Assistant Mobile app is a cross-platform client application designed for Android and iOS. Developed using Kotlin Multiplatform (KMP) and Compose Multiplatform frameworks, this project aims to provide a unified codebase for seamless music management across multiple platforms.
78/100 healthkaleidot725 /
AdpPad is a GUI software to test android apps using adb. This software is running Windows and macOS.
87/100 health