Skip to content

LeoAndo/android11-toast-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: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