Drivety: Smart App Assistant to Secure Inside Car Activity. #AndroidDevChallenge
-
Updated
Dec 5, 2019 - Kotlin
Drivety: Smart App Assistant to Secure Inside Car Activity. #AndroidDevChallenge
An easy way to make world cleaner
An app to analyze the text and fixing the anomaly of the message that deviates from what is standard, normal, or expected. #AndroidDevChallenge
Agro Doc is basically an app that will help farmers easily pinpoint their crop diseases using their smartphones. The app uses a pre trained tensorflow model to identify issues and then suggest possible cures for the crop infections/diseases. #AndroidDevChallenge
Nabsack is a free to use peer-to-peer buy and sell platform. Our aim is to enhance and simplify the online/app resell experience using Google's ML toolsets. Our app is code complete and integrating ML into Nabsack will be a great boost to its utility.
This is an android mobile application built with Kotlin that enables images to be uploaded or captured with a camera, so that the texts can be converted to sound. #AndroidDevChallenge
Android application for translating Sign language to Text or speech
Using Machine Learning we can make great tools to help people with disabilities so that their life could become a little easier. This app will help blind people to hear the written text by using their Phone.
AI powered camera that helps you take better pictures and manages your digital waste
Health observation and diagnosis application for pet owners. #AndroidDevChallenge
ListenMyBook is Android App that give user different experience when reading book using power of Machine Learning. Every user who using this app will have to take picture of book page and can listen what content of the book. ListenMyBook also give possibility to convert book page content into any language and listen the voice easily.
Pothole detection using smartphone's accelerometer sensor. Android application detects a pothole when a car is passed through a pothole and reports the location of that pothole to the Road Ministry. All the other users can also view the potholes on map and find safest routes.
The idea of this project is to convert video of a book pages to selectable text of pdf pages #AndroidDevChallenge
#AndroidDevChallenge Smart Mobile Recharge Suggestion based on-device ML
Northstar is a project that targets deaf and hearing-impaired students who are aiming to continue their education outside special centers.
Improve the Current Phone's Battery Remaining Time Algorithm using Machine Learning and Battery Drainage/ Concepts. using machine learning to improve the accuracy and credibility of its battery-life predictions on the current Android. #AndroidDevChallenge
Few lines of code to let your app translate itself automatically.
Your best photo shoot ever #AndroidDevChallenge
Add a description, image, and links to the androiddevchallenge topic page so that developers can more easily learn about it.
To associate your repository with the androiddevchallenge topic, visit your repo's landing page and select "manage topics."
Environment.getExternalStorageDirectory
has been deprecated in Android Q. It should stop working in Android R. This is done to ensure privacy.The new alternative for File handling is the
Storage Access Framework
.https://github.com/baldapps/Flipper
is a library that helps in keeping the old behaviour and can be tried.