AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

Suppose you wish to perform an operation on a view and all its descendants. I've made some functions in the past that resemble this. For example, I've made one to...

The docs write about using setForegroundAsync, but the sample doesn't show it: https://developer.android.com/topic/libraries/architecture/workmanager/advanced/long-running Also, please show how to perform operations on the UI thread on the new CoroutineWorker. I don't...

I tried to just take the PhoneNumberActivity into an existing project. Made it be able to be built, but then when there was no error anymore in it, I got...

compileSdkVersion 25 - should be 29 buildToolsVersion '25.0.3' - should be removed targetSdkVersion 25 - should be 29 implementation 'com.android.support:appcompat-v7:25.3.1' implementation 'com.android.support:design:25.3.1' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support:support-v4:25.3.1' -should use android x...

This: https://android-developers.googleblog.com/2017/06/semantic-time-support-now-available-on.html

It has a lot of frame skips. Is it expected?

migrated googlesamples

I can see the text and button getting stretched to the minimized size, and only when fully reaching PIP mode, it shows just the video. Speaking of PIP, I don't...

migrated googlesamples

This: https://material.io/develop/android/components/extended-floating-action-button/

Is there a way to auto-add stroke to them, perhaps? Or, maybe it's possible to use the same semi-transparency on the toolbar as the status bar? This can help in...