Ink_Api_Compose GitHub Details, Stars and Alternatives | OpenRepoFinder
NicosNicolaou16 / repository
Ink_Api_Compose
This open-source project tests the new Google Ink API with an example for drawing, offering options to select colors, erase part of the drawing or clear the entire drawing. It also includes functionality to convert the stroke to a bitmap and to save and load the stroke using a Room database.
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100
Community adoption25% weight
21
Maintenance state20% weight
65
License clarity10% weight
100
Project information10% weight
75
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Ink API Compose
This open-source project tests the new Google Ink API with a drawing example. It offers options to select colors, erase parts of the drawing, or clear the entire canvas. It also includes functionality to convert the stroke to a bitmap and to save and load the stroke using a Room database.
✨ Features
Smooth Drawing: Built with the Ink API for low-latency, freehand drawing with stylus and pointer input.
ALGORITHMICALLY RELATED
Similar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Android, Kotlin, Jetpack-Compose An innovative Android application designed to assist visually impaired individuals in navigating their surroundings and environments. Powered by advanced AI integration, this app provides real-time guidance and support, ensuring safer and more independent mobility.
I began this project to test the new Google Ink API. While I was working on it, my son saw it and asked if he could draw. I told him to wait, then quickly implemented a simple version with options to select colors and erase the drawing. After generating the APKs (my daughter also saw it), I installed the app on their tablet, and they started drawing right away.
If you enjoy this project, please give it a star!
Check out all the stargazers
here: Stargazers on GitHub
🙏 Support & Contributions
This project is actively maintained. Feedback, bug reports, and feature requests are welcome! Please feel free to open an issue or submit a pull request.
This open-source project demonstrates the implementation of the Eye Dropper API in Android using Jetpack Compose. It allows users to precisely pick colors from any part of the screen or specific images, making it an essential tool for creative and design-oriented applications.
"Discover endless laughter with the 'Meme App,' a delightful Android application built in Kotlin. Using Glide and Retrofit, it fetches hilarious memes from Reddit's API, ensuring a smooth browsing experience. Share the joy with friends, even in offline mode. Contribute to this open-source project and spread the laughter worldwide!"
This repository contains the complete source code, documentation, and submission assets for the Open Source Coding (Intermediate) POE assessment. The project involves designing, developing, and documenting a fully functional Android application built with Kotlin, following a structured Research → Plan → Design → Build → Evaluate cycle.
🧮 First-app — Basic Calculator in Kotlin First-app is a beginner-friendly calculator app built with Kotlin .It performs essential arithmetic operations — add, subtract, multiply and divide — through a clean and minimal interface. This project kickstarted my Android journey and helped me understand the building blocks of android development . 🚀