Android Developers

×
1.32 млн
подписчики
873 млн
просмотры
2 353
видео
9 Ноя 2007
создан
12.05.22 28:07
Best practices for running background work on Android
Learn about several changes to how and when apps can run tasks in the background. Discover why the changes were made and some best practices for developers to run work in the background.
14 224
22.3
26.07.23 3:01
Now in Android: 87 - Android 14 Beta 4, Google Play policy update, and Compose Performance!
Welcome to Now in Android, your ongoing guide to what’s new and notable in the world of Android development.
14 204
17.4
24.10.19 15:17
What's new with CameraX (Android Dev Summit '19)
Learn what’s new with CameraX since its alpha launch at Google I/O this year, and learn from teams at Google who have been using CameraX in their apps.
14 158
19.3
17.08.20 5:45
Games, Media, and 5G: #11WeeksOfAndroid
Game developer updates in a special Game Show episode for Games, Media, and 5G #11WeeksOfAndroid.
14 125
35
14.07.22 6:13
Now in Android: 64 - Independent versioning of Jetpack Compose libraries, and more!
Welcome to Now in Android, your ongoing guide to what’s new and notable in the world of Android development.
14 113
15
27.10.21 17:07
New features in ML Kit: Text Recognition V2 & Pose Detection
Learn more about recently released features in ML Kit: Text Recognition V2 & Pose Detection, easy to use, yet advanced turn-key APIs that are built on top of best-in-class models and pipelines.
14 103
21.7
11.10.22 2:46
Compose Basics: Community tip - MAD Skills
In this episode of MAD skills on Compose basics, community member and GDE Adam Bennett shares how you can speed up your learning with Compose.
14 031
9.6
05.10.21 4:10
Introduction to WorkManager implementation
An overview and walkthrough of the code you will implement in the WorkManager pathway of Android Basics in Kotlin.
13 962
20.2
15.11.22 1:56
Top 3 picks from the Platform track at ADS ‘22
If you missed what’s happening in the world of Platform, Dan presents the top three picks to know from Android Developer Summit ‘22!
13 953
23.1
27.06.23 0:58
Constraints and modifier order
Watch the full video → goo.gle/3pkyjb1 Catch more videos → goo.gle/layouts-mad Subscribe to Android Developers → goo.gle/AndroidDevs #Featured #Android #MADSkills
13 936
8
10.08.12 51:54
The Friday App Clinic: Podcast Players
This episode, Reto Meier and Ian Ni-Lewis take a close look at Podcast Players DoggCatcher, Volksempfanger, BeyondPod, and Pocket Casts. Don't have an app?
13 883
87
06.11.13 15:55
DevBytes: What's New in Android 4.4 KitKat (Korean)
KitKat has been optimized to run on a much broader range of devices, with special focus on the millions of entry-level devices that have as little as 512MB RAM.
13 864
56.7
08.11.18 37:00
Deep dive into the ART runtime (Android Dev Summit '18)
In this session, we'll talk about internals of the ART runtime, from compiler to garbage collector, and how we're focusing on improving Kotlin performance and application startup.
13 857
19.8
26.06.20 2:12
#11WeeksOfAndroid: Machine Learning week highlights
Highlights of all the announcements during Machine Learning week of #11WeeksOfAndroid: from the Android Developer Challenge winners’ helpful innovation to ML Kit; from TensorFlow Hub model
13 848
18.3
09.11.18 40:13
Testing Android apps at scale with Nitrogen (Android Dev Summit '18)
Writing tests is a fundamental part of developing Android applications.
13 820
25.4
57 дней 11:58
A walkthrough for Android’s on-device GenAI solutions | Spotlight Week
Want to build AI-powered features into your Android apps?
13 796
14.8
04.09.13 8:21
DevBytes: Efficient Data Transfers - Effective Prefetching
Efficient Data Transfers: Effective Prefetching Episode 3 of Efficient Data Transfers, focusses on how you can use prefetching to implement the Big Cookie model of efficient data transfers and
13 784
38.6
10.04.23 9:12
CameraX setup and permissions
In this video, we’ll create an Android Studio project for a simple CameraX app that shows a camera preview and can take a photo.
13 776
20
15.11.21 1:19
Introduction to Gradle and AGP Build APIs - MAD Skills
This week we’re starting a new series of videos and articles for Modern Android Development Skills on Gradle and AGP build APIs. Android Developer Advocate Murat Yener will give us a preview!
13 741
16
10.06.20 16:04
What's new in Play Commerce
At Play Commerce, we focus a lot on building a trustworthy ecosystem, partnering with you to grow your business, helping you retain your users, and supporting a great developer experience through a
13 723
28.4
03.12.21 3:32
Handling content that times out - Accessibility on Android
In this episode, learn how to properly implement UI elements that disappear after a set amount of time.
13 707
15.7
28.03.20 17:01
Now in Android: 14 - Android 11 Developer Preview 2, Android X releases, game development, and more!
Welcome to Now in Android, your ongoing guide to what’s new and notable in the world of Android development.
13 694
10.4
25.10.19 5:19
Pick your USB cables wisely (Android Dev Summit '19)
It is surprisingly easy to fall back to USB-2 speed with an USB-3 capable device. By assuming USB-C==USB-3, by using an old cable that is not USB-3 certified, or by using a bad USB hub.
13 687
8.8
24.02.22 3:20
Now in Android: 56 - Jetpack Compose 1.1 stable, DataStore, Android 13 preview, and more!
Welcome to Now in Android, your ongoing guide to what’s new and notable in the world of Android development.
13 679
12.9
10.05.23 15:52
How to build smarter Android apps with on-device Machine Learning
Discover the latest developer APIs for machine learning on Android and its benefits. Review the tools and solutions available to enable ML in your app.
13 667
23.4
15.01.21 5:25
Now in Android: 32 - Kotlin Jetpack APIs, a course on Navigation, articles, and more!
Welcome back to Now in Android, your ongoing guide to what’s new and notable in the world of Android development.
13 656
14.6
25.10.22 5:09
5 ways Compose improves UI testing
If you need another excuse to migrate your app to Compose, testing composables is easier, faster and more reliable than testing Views.
13 650
17.3
48 дней 9:29
Now in Android: 110 - Android 15, Credential Manager, Android Studio Koala, Compose for TV, & more
Welcome to Now in Android, your ongoing guide to what's new and notable in the world of Android development.
13 649
17.2
195 дней 20:05
Building for the future of Wear OS
In this talk, we'll discover the new features of Wear OS 5. This includes advances in the Watch Face Format, and how to design and build for the increasing range of devices sizes.
13 620
30.3
24.10.19 30:51
Performance myth busters (Android Dev Summit '19)
Let's explore what myths we can bust about Android app performance! Are enums not OK? How many dex files are optimal? Is object pooling really a good thing?
13 591
15.7
2 763 видеоназад50далее
жизньигрыфильмывесельеавтотехномузыкаспортедаденьгистройкаохотаогородзнанияздоровьекреативдетское