Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meilcli/edgetoedgeexample
Android Edge to Edge Example
https://github.com/meilcli/edgetoedgeexample
android edge-to-edge example
Last synced: about 1 month ago
JSON representation
Android Edge to Edge Example
- Host: GitHub
- URL: https://github.com/meilcli/edgetoedgeexample
- Owner: MeilCli
- License: mit
- Created: 2019-12-02T02:03:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T05:35:23.000Z (about 5 years ago)
- Last Synced: 2024-10-26T06:52:47.360Z (3 months ago)
- Topics: android, edge-to-edge, example
- Language: Kotlin
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EdgeToEdgeExample
This repository is example of Edge to Edge layout.## Example
|Simple|Static header|
|:--:|:--:|
|![](simple.gif)|![](static.gif)|
|Sticky header|BottomNavigation|
|![](sticky1.gif)|![](navigation.gif)|### Different of Sticky1 and Sticky2?
It's landscape device.|Sticky1|Sticky2|
|:--:|:--:|
|![](sticky1_land.png)|![](sticky2_land.png)|## License
This example is under MIT License.### Using
- [Kotlin Standard Library](https://github.com/JetBrains/kotlin/tree/master/libraries/stdlib), published by [Apache License 2.0](https://github.com/JetBrains/kotlin/tree/master/license)
- [AndroidX](https://github.com/aosp-mirror/platform_frameworks_support), published by [Apache License 2.0](https://github.com/aosp-mirror/platform_frameworks_support/blob/androidx-master-dev/LICENSE.txt)
- [Material Components](https://github.com/material-components/material-components-android), published by [Apache License 2.0](https://github.com/material-components/material-components-android/blob/master/LICENSE)