项目作者: LeoAndo

项目描述 :
Sample for Toast (target Android 11)
高级语言: Java
项目地址: git://github.com/LeoAndo/android-toast-samples.git
创建时间: 2021-08-04T17:23:07Z
项目社区:https://github.com/LeoAndo/android-toast-samples

开源协议:

下载


Project Overview

This is a project for investigating the Toast API.

日本語版_README

development enveroment

127751156-0638bd97-e532-43e9-be12-e758a7118141

Conclusion (alternative)

Toast uses a Only makeText.

or Use Snackbar, which can be displayed only when the app is in the foreground.

refs

Toast-specification-changes-OS:11

Toast-specification-changes-OS:12

Capture (Android View)

Pixel 4 OS10 Pixel 4 OS11

Capture (Compose)

Pixel 4 OS: 8 Pixel 4 OS: 12

For Compose

https://github.com/LeoAndo/android-toast-samples/tree/main/ToastComposeSample

For Kotlin code

https://github.com/LeoAndo/android-toast-samples/tree/main/ToastKotlinSample

For Java code

https://github.com/LeoAndo/android-toast-samples/tree/main/ToastJavaSample