Android Developers
@androiddeveu
15.6K
subscribers
17
photos
1.66K
links
Connecting Android developers from all around the world.
Please contact droiddeveu@gmail.com for any question or proposal.
#android
#kotlin
#google
Download Telegram
Join
Android Developers
15.6K subscribers
Android Developers
https://proandroiddev.com/migrate-from-groovy-to-kotlin-dsl-951266f3c072
Medium
Migrate from Groovy to Kotlin DSL
Change your Android build scripts to Kotlin DSL for better flexibility
Android Developers
https://blog.jetbrains.com/kotlin/2021/06/kmm-for-appcode/
The JetBrains Blog
Kotlin Multiplatform Mobile for AppCode | The Kotlin Blog
Hi everyone, Today we’re expanding our Kotlin Multiplatform Mobile ecosystem by introducing the Kotlin Multiplatform Mobile (KMM) plugin for AppCode. By using this plugin you can: Specify the str
Android Developers
https://medium.com/booking-com-development/how-do-thread-priorities-affect-your-android-app-10809be4ed9f
Medium
How do thread priorities affect your Android app?
Introduction
Android Developers
https://blog.jetbrains.com/kotlin/2021/06/kotlin-1-5-20-released/
The JetBrains Blog
Kotlin 1.5.20 Released! | The Kotlin Blog
Kotlin continues to stay up to date with latest Java features such as dynamic invocations and to provide better interoperability with Java by adding support for Java’s Lombok and JSpecify. We are also
Android Developers
https://www.youtube.com/watch?v=SV8CgSXQe44
YouTube
What's New in Kotlin 1.5.20
Kotlin 1.5.20 comes with various improvements for Kotlin/JVM, Kotlin/Native, Kotlin/JS, and the standard library. In this video, Anton Arhipov highlights features of this release.
0:41 String concatenation via invokedynamic
2:00 Support for JSpecify nullness…
Android Developers
https://vandroidsri.medium.com/ways-of-animating-things-in-android-f965d4a83772
Medium
Ways of Animating things in Android.
This article is to share some experience which I had while working on my project. I have to do some work on animations but I didn’t have…
Android Developers
https://betterprogramming.pub/what-is-wrong-with-android-development-c709467317a1
Medium
What Is Wrong With Android Development?
Every Android developer suffers from these problems
Android Developers
Microsoft and OpenAI just released a new AI tool that will give coding suggestions to software developers
https://copilot.github.com
GitHub
GitHub Copilot
AI that builds with you
Android Developers
https://proandroiddev.com/edge-to-edge-support-for-your-android-app-with-insetter-3ec5c43532a7
Medium
Edge-to-edge support for your Android app with Insetter
With the appearance of edge-to-edge screens and gesture navigation, it can be frustrating to implement behaviours for all cases and…
Android Developers
https://android-developers.googleblog.com/2021/06/the-future-of-android-app-bundles-is.html
Android Developers Blog
The future of Android App Bundles is here
Posted by Dom Elliott, Product Manager at Google Play Since we launched the Android App Bundle in May 2018, we’ve seen our dev...
Android Developers
https://medium.com/androiddevelopers/advanced-usage-of-workmanager-in-multi-process-apps-4ea2d7e75501
Medium
Advanced Usage of WorkManager in multi-process apps
In WorkManager 2.5, we made it easier for multi-process apps to reach out to a specific WorkManager instance running in a designated…
Android Developers
https://victorbrandalise.com/from-nothing-to-material-transitions/
Victor Brandalise | Collecting the best of what others have already figured out. Android & Kotlin
From Nothing to Material Transitions
Animations rarely change the core functionally of an app but you can't deny that they make a big difference for the user. When an app has great animations everything looks more fluid, it's easier to understand how things fit together. Transitions are used…
Android Developers
https://proandroiddev.com/where-to-write-android-ui-tests-part-1-92cc9bf98c03
Medium
Where to write Android UI tests (Part 1)
Hi everyone! We (Kaspresso Team and AvitoTech) are back with more about automated Android testing. Previously published articles you may…
Android Developers
https://ruben-quadros.medium.com/support-multiple-screens-android-b4ff758a3326
Medium
Support multiple screens — Android
Challenges of supporting multiple screens/devices with existing codebase
Android Developers
https://medium.com/oye-engineering/chucker-android-retrofit-network-logger-59b9989c1bcc
Medium
‘Chucker’- Android Retrofit Network Logger
While we all have shifted to the new era of remote work, debugging bugs and issues are becoming a pain to a lot of teams now, and hence…
Android Developers
https://proandroiddev.com/how-to-add-floating-bubbles-or-chat-heads-to-window-ba48236fd26c
Medium
How to Add Floating Bubbles or Chat Heads to Window
Add floating bubbles like IOS styled AssistiveTouch menu or Facebook Chat Head
Android Developers
https://proandroiddev.com/flow-livedata-what-are-they-best-use-case-lets-build-a-login-system-39315510666d
Medium
Flow/LiveData….What Are They? Best Use Case. (Lets Build a Login System)
As a modern android developer, you must have come across the word “Live Data” or ”Flow” numerous times.
There are so many articles about…
Android Developers
https://levelup.gitconnected.com/android-button-morphing-animation-bc3bed740501
Medium
Android Button Morphing Animation
How to create a button morphing animation
Android Developers
https://medium.com/booking-com-development/how-do-thread-priorities-affect-your-android-app-10809be4ed9f
Medium
How do thread priorities affect your Android app?
Introduction
Android Developers
https://dev.to/appwrite/a-guide-to-maven-repositories-1e9o
DEV Community
A guide to Maven Repositories
We at Appwrite recently published our Android SDK to Maven Central and we learnt a whole lot about...