androidsampleproject
There are 10 repositories under androidsampleproject topic.
BharathVishal/App-Manager-for-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps. Fully implemented in Jetpack compose using Material You dynamic theming and also has a separate implementation in xml with MDC 3.
BharathVishal/Message-communication-using-Wearable-Data-Layer-for-Android-Wear-OS
A two way message communication app for Wear OS that makes use of Wearable data layer API. Send/receive messages from your wearable/mobile device.
mreram/WeatherApp
A practice of MVVM + Jetpack + Hilt + Clean architecture in Android
amansharma-dev/CheckVersion_ApiLevel_Android
Android Check Version & Api Level
dhimant1990/ARCoreAndroid
ARCore Android Example
Divakar-Murugesh/Examples
initial
ridhap/SUDOKU_SOLVER
PROJECT DESCRIPTION: This project is an application of image processing. In this project we are solving a sudoku puzzle by capturing the real-world image of sudoku. We have used OpenCV with python to extract the correct digits from the puzzle image input. On recognising the input digits, we solve the sudoku internally and we display the solved solution for the respected puzzle image.
amansharma-dev/ScrollingTextView_ScrollingMovementTextView
Android Scrolling TextView using Scrolling Movement Method.