user-interface-samples
user-interface-samples copied to clipboard
Multiple samples showing the best practices in the user interface on Android.
-p, --git-protocol The protocol to use for git operations: {ssh|https} -h, --hostname The hostname of the GitHub instance to authenticate with --insecure-storage Save authentication credentials in plain text instead of...
https://github.com/android/user-interface-samples/blob/3749329a15cb6ca6b78a5fa9260230e425b3835c/PreferencesKotlin/app/build.gradle#L1-L23
https://github.com/android/user-interface-samples/commit/66cb9cefcb973eb99ceb65fb19966ccfceb9368e
https://github.com/android/user-interface-samples/commit/13bc313079e65db9d16dce997ec285bbc4d1301c
Utilizo Gboard para escribir en Buriato (Rusia) (Buriato) y Yulá (latino) (QWERTY). Puedes probarlo en: https://gboard.app.goo.gl/mNyVY
This pull request will add keyboard and mouse support that is defined in the [Large screen app quality guidelines](https://developer.android.com/docs/quality-guidelines/large-screen-app-quality) as below: - Keyboard navigation with tab keys as well as...
Help me to have a check, thanks.
Following the guide [here](https://medium.com/androiddevelopers/animating-your-keyboard-fb776a8fb66d), I tried to convert the kotlin example to Java, and realized that the required View methods [updatePadding()]( https://developer.android.com/reference/kotlin/androidx/core/view/package-summary#updatepadding) doesn't exist in the androidx.core.View for java, although...
Opening the notification settings via function: https://github.com/android/user-interface-samples/blob/cb73be139b202d156e63b2566a073962ec422168/Notifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/StandaloneMainActivity.java#L788-L795 leads to error: ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android.wearable.wear.wearnotifications, PID: 12211 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.android.wearable.wear.wearnotifications/com.example.android.wearable.wear.wearnotifications.StandaloneMainActivity}: android.content.ActivityNotFoundException: No Activity found to...