- Notifications
You must be signed in to change notification settings - Fork4
noln/system-alert-window-example-kotlin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Kotlin version of this project:noln/system-alert-window-example
Behaviour is identical to the original project, the only differences are a few idiomatic syntax changes e.g. instead ofif (blah == null) ..
,blah?.let{..}
is used.
Note: As with the original project, this mechanism for displaying Views over the top of other applicatons is deprecated and will not be supported in future versions of Android.
For more info on that, see the note and link to the presentation in the original, java-based project'sREADME.
About
Kotlin version of `noln/system-alert-window-example`
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.