user-interface-samples
user-interface-samples copied to clipboard
Multiple samples showing the best practices in the user interface on Android.
Please update the sample for the latest dependencies
hey, is this tool still maintained?cause i see lots of issues open no reply.. i have an issue also, getting Failed to get type for: content://com.myUrl/commands (Attempt to invoke virtual...
Need to update: https://github.com/android/user-interface-samples/blob/d192c9d2000e43f63cca3eb1b9af05cf2e2ee867/WindowManager/app/src/main/java/com/example/windowmanagersample/SplitLayout.kt#L198 How should we get this information without this property?
when i hide status bar it get to a empty black area but page dont fill all the page . i add android:fitsSystemWindows="true" to the main view but bug steel...
quando oculto a barra de status, ele chega a uma área preta vazia, mas a página não preenche toda a página.
fix the bug that the static shortcut 'Add New Website' don't works. I think the reason is applicationId doesn't equals packageName.
在小米手机上静态使用时会有问题,静态使用APPshortcuts启动mainactivity,并且其回退栈intent为含有广告的splashActivity。但通过点击快捷键进入splashActivity的时候,在小米手机会闪一下,再进入mainactivity。
Seems like this repo is dead..lots of pull request and issues..odd cause documentation on dev site is updated but still has old apps..Slice viewer need to be updated..will not install...
Please check this sample: https://github.com/android/user-interface-samples/tree/main/Notifications/ According to Google's recommendation, I'm using Kotlin. In the MainActivity (_Notifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/MainActivity.java_) there is a line which can not be simple converted to Kotlin (and currently...