排序
Android Calling App
Android Calling App,Can anyone please send me the entire code of how to get username and phone number of incoming and outgoing call in Android 9.0 Pie and Oreo with full source cod...
Taking a look at Coil. An image loading library for Kotlin on Android.
Taking a look at Coil. An image loading library for Kotlin on Android.,Happy New Year everyone! If you're reading this, it probably means that its time to get back to the code edit...
Android xCalc
Android xCalc,Fun android calculator application with java-expression-parser(JEP). Use command pattern of design pattern. Manage activity with Fragment component. Create flexible x...
9 Reasons to Use Kotlin Over Java for Android Development
9 Reasons to Use Kotlin Over Java for Android Development,It's a big decision to make by moving from Java to Kotlin as your go-to language for your Android-based projects. The bigg...
Google Drive API with Android
Google Drive API with Android,There are many ways to upload images and files. Also, there are many places from which to uploads files: Dropbox, local storage on the device, Google ...
I need some advice…
I need some advice...,As many of you know I run an open source project called Ara, here are some links: FultonBrowne / Ara-android A virtual assistant for almost any android phone....
How to declare a variable? Kotlin Tutorial
How to declare a variable? Kotlin Tutorial,A program is nothing without data. Let's find out how to declare a variable in Kotlin. Stop Do you want to learn Kotlin with me? I will p...
What I Learned From Developing Arabic OCR Android App
What I Learned From Developing Arabic OCR Android App,I searched for an app to extract text on images for Arabic language. I couldn't find any app without Internet access for Andro...
Text Detector using firebase MLKit
Text Detector using firebase MLKit,Good day all This is a Text Detector app i created using Google API and firebase MLKit https://play.google.com/store/apps/details?id=com.mobile.t...
How to drawtext colon with pts gmtime using ffmpeg?
How to drawtext colon with pts gmtime using ffmpeg?,I am adding timestamp to video using FFMPEG where i am using below command: ffmpeg -y -i input.mp4 -vf 'drawtext=fontfile=roboto...
Matt’s Tidbits #45 – Creating a private token class
Matt's Tidbits #45 - Creating a private token class, Matt's Tidbits (69 Part Series) 1 Matt’s Tidbits #35 - A strategy for debugging complex unit test failures 2 Matt’s Tidbits #...
Many classes and many layout files
Many classes and many layout files,What is better to have a main activity class interacting with many other classes and xml files or a main activity class with many xml files? For ...