Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 6e23fb0

Browse files
committed
add bubbbles readme file
1 parent 44ae5da commit 6e23fb0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

BubblesKotlin/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
Android Bubbles Sample
3+
===================================
4+
5+
Bubbles are built into the Notification system. They float on top of other app content and follow the user wherever they go. Bubbles can be expanded to reveal app functionality and information, and can be collapsed when not being used.
6+
7+
This example showcases bubbles that can be surfaced by a chat app. For more information on bubbles, see the [Bubbles][1] developer guide.
8+
9+
[1]: https://developer.android.com/guide/topics/ui/bubbles
10+
11+
Pre-requisites
12+
--------------
13+
14+
- Android SDK 29
15+
- Android Build Tools v28.0.3
16+
- Android Support Repository
17+
18+
Screenshots
19+
-------------
20+
21+
<img src="screenshots/bubble.png" height="400" alt="Screenshot"/>
22+
23+
Getting Started
24+
---------------
25+
26+
This sample uses the Gradle build system. To build this project, use the
27+
"gradlew build" command or use "Import Project" in Android Studio.
28+
29+
Support
30+
-------
31+
32+
- Stack Overflow: http://stackoverflow.com/questions/tagged/android
33+
34+
If you've found an error in this sample, please file an issue:
35+
https://github.com/android/user-interface
36+
37+
Patches are encouraged, and may be submitted by forking this project and
38+
submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
39+

0 commit comments

Comments
 (0)