Get Mystery Box with random crypto!

Android ResId

Logo of telegram channel androidresid — Android ResId A
Logo of telegram channel androidresid — Android ResId
Channel address: @androidresid
Categories: Technologies
Language: English
Subscribers: 7.94K
Description from channel

The most important news and resources for Android developers
Want to become channel topic creator?
https://forms.gle/pgxCXoPMuHVFGjvNA

Ratings & Reviews

2.33

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

2

2 stars

0

1 stars

1


The latest Messages

2021-11-28 19:48:30
#compose #kaspresso #testing

Kaspresso 1.4.0: Jetpack Compose support Latest
Jetpack Compose support [Early access]
Bugs fixes
1.5K views16:48
Open / Comment
2021-11-01 18:00:57
#proguard

ProGuard Playground Beta Graduation

ProGuard Playground allows you to check the effect of your ProGuard configuration in real time. With the release of Beta, new features were added:
Naming your playground
Support for Kotlin Metadata
Integration with AppSweep (find and fix security issues in your Android app’s code and dependencies)
768 views15:00
Open / Comment
2021-10-29 08:56:49
#android12 #androiddevsummit

12L and new Android APIs and tools for large screens

Announced a preview of a special version of Android 12 for devices with large screens: tablets, foldable and Chrome OS - Android 12L (L - large as I understand it).In this version, the UI of the system for large devices has been updated, multitasking has been improved, new taskbar, etc.

Android 12L will be release early 2022. Google recommends adapting the applications, but it will not be mandatory to be published on Google Play.

In addition, the Material Design manual has been updated, and an API has been added for developing universal applications for various screen sizes. Now you can embed Activity (Activity embedding), Window size classes (will appear in Jetpack Window 1.1) and other possibilities for folding devices.

An interesting innovation is resizable emulator that can change screen size on the fly: phone, tablet (portrait and landscape), folding device
395 views05:56
Open / Comment
2021-10-26 11:00:48
#compose

Snapper is a library which brings snapping to the Compose scrolling layouts

Snapper can be summarized as SnapHelper for LazyRow & LazyColumn, adding item snapping, maximum fling distance, snap position, and more
927 views08:00
Open / Comment
2021-10-25 16:01:20
#kotlin #native #multithreading

Kotlin Native. Multithreading with Coroutines

Kotlin Multiplatform provides common way to implement the multithreading. It uses Kotlin, so we can use Coroutines for all our targets. In the article you will find how to do that
1.2K viewsedited  13:01
Open / Comment
2021-10-25 10:01:12
#compose

Always provide a Modifier parameter

Any composable you write which emits layout (even a simple Box), should have a modifier: Modifier parameter, which is then used in the layout. Why? More details in the article
1.3K views07:01
Open / Comment
2021-10-23 08:18:21
Meet the new Kotlin mascot and help choose a name for it
1.2K views05:18
Open / Comment
2021-10-18 11:25:23
#kapt #ksp

Kotlin Symbol Processors (KSP)

KSP becomes stable. JetBrains said that KSP better understands the syntax of Kotlin and does not need to take extra steps compare to KAPT.

The main news is that KAPT switch into support mode. No features or improvements. New features will only be in KSP and other Kotlin compiler plugins. They didn't say anything about KSP support in IDE.
858 views08:25
Open / Comment
2021-10-14 13:27:14
#coroutines #kotlin

Exception handling in Kotlin Coroutines

Overview of how to handle an error that occurred while running Coroutine
706 views10:27
Open / Comment
2021-10-04 20:58:00
#android12

Android 12 has been released, and the source is available in AOSP
1.2K views17:58
Open / Comment