-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from alabiaga/bubbles-readme
Add bubbles readme file
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
Android Bubbles Sample | ||
=================================== | ||
|
||
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. | ||
|
||
This example showcases bubbles that can be surfaced by a chat app. For more information on bubbles, see the [Bubbles][1] developer guide. | ||
|
||
[1]: https://developer.android.com/guide/topics/ui/bubbles | ||
|
||
Pre-requisites | ||
-------------- | ||
|
||
- Android SDK 29 | ||
- Android Build Tools v28.0.3 | ||
- Android Support Repository | ||
|
||
Screenshots | ||
------------- | ||
|
||
<img src="screenshots/bubble.png" height="400" alt="Screenshot"/> | ||
|
||
Getting Started | ||
--------------- | ||
|
||
This sample uses the Gradle build system. To build this project, use the | ||
"gradlew build" command or use "Import Project" in Android Studio. | ||
|
||
Support | ||
------- | ||
|
||
- Stack Overflow: http://stackoverflow.com/questions/tagged/android | ||
|
||
If you've found an error in this sample, please file an issue: | ||
https://github.com/android/user-interface | ||
|
||
Patches are encouraged, and may be submitted by forking this project and | ||
submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details. | ||
|