Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook
A Collection of major Jetpack compose UI components which are commonly used.πππ
https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook
android animations collections component compose-examples compose-library cookbook declarative-ui google-maps jetpack-compose jetpack-compose-animation jetpack-google-maps kotlin kotlin-android layout ui-components
Last synced: 24 days ago
JSON representation
A Collection of major Jetpack compose UI components which are commonly used.πππ
- Host: GitHub
- URL: https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook
- Owner: SimformSolutionsPvtLtd
- License: apache-2.0
- Created: 2021-06-22T08:40:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:53:45.000Z (7 months ago)
- Last Synced: 2024-05-23T06:32:44.704Z (7 months ago)
- Topics: android, animations, collections, component, compose-examples, compose-library, cookbook, declarative-ui, google-maps, jetpack-compose, jetpack-compose-animation, jetpack-google-maps, kotlin, kotlin-android, layout, ui-components
- Language: Kotlin
- Homepage:
- Size: 361 MB
- Stars: 605
- Watchers: 16
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jetpack-compose-awesome - ComposeCookbook - A Collection of major Jetpack compose UI components which are commonly used. (<a name="app-projects"></a> App Projects / UI)
- jetpack-compose-awesome - ComposeCookbook - A Collection of major Jetpack compose UI components which are commonly used. (<a name="app-projects"></a> App Projects / UI)
- awesome-jetpack-compose-learning-resources - SSComposeCookBook: Jetpack compose UI components
- awesome-android-ui - SSComposeCookBook
README
![](/gif/Compose_Banner.png)
# SSComposeCookBook
[![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.2.0--beta03-brightgreen)](https://developer.android.com/jetpack/compose)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-v1.6.21-blue.svg)](https://kotlinlang.org)
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)
[![Platform](https://img.shields.io/badge/Platform-Android-green.svg?style=flat)](https://www.android.com/)A Collection of major Jetpack compose UI components which are commonly used.
## Introduction
[Jetpack Compose](https://developer.android.com/jetpack/compose) is a modern toolkit for building native Android UI. It simplifies and accelerates UI development on Android with less code, powerful tools, and intuitive Kotlin APIs.
In this repository, there are number of UI components demonstrated which can be useful in regular development through Jetpack Compose.
## Content
- [UI Components] - Contains App Bar, Bottom Navigation, Button, Checkbox, Dialog, Dropdown, FAB, Modal Drawer, Bottom Drawer, Radio Button, Slider, Text, TextField, Theme, ZoomView, MagnifierView, TabBar, DatePicker, TimePicker, ImagePicker, ParallaxEffect, Compose viewXml and XML views in Compose examples.
- [List] - Contains LazyRow/Column, LazyVerticalGrid and Advance List examples.
- [Pull To refresh] - Contains Simple Pull To Refresh, Custom Background Pull To Refresh and Custom View Pull To Refresh examples.
- [Swipe To Delete] - Contains Swipe from Left, Swipe from Right and Swipe from Both examples.
- [Constraint Layout] - Contains Barrier, Chain and Guideline examples.
- [Animation] - Contains Basic Animation, Content Animation, Gesture Animation, Infinite Animation, Shimmer Animation and TabBar Animation examples.
- [Sample Instagram UI] - Contains a sample UI for Instagram Clone App created using Jetpack Compose.
- [Canvas] - Contains Shapes, Text and Image, Paths, Path Operations, Draw Scope Helpers, Canvas + Touch and Blend Modes examples.
- [Google Maps] - Contains Basic Map, Markers, Polyline, Polygon, Circle, Ground Overlay, Compose Map In XML etc. examples.
- [ViewPager] - Contains Horizontal Pager, Horizontal Pager with Tabs, Horizontal Pager with Indicator, Vertical Pager with Indicator, Pager with Zoom-in Transformation, Pager with Fling Behavior and Add/Remove Pager examples.
## What you'll need
- [Latest Stable Android Studio](https://developer.android.com/studio)
- [Google Maps Key](https://developers.google.com/maps/documentation/android-sdk/get-api-key) - Learn how to create and use API key for Maps SDK integration.
- [Setup Google Maps API Key](pages/GoogleMaps.md)## Our Libraries in JetPackCompose
- [SSJetPackComposeProgressButton](https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton) : SSJetPackComposeProgressButton is an elegant button with a different loading animations which makes your app attractive.
- [SSJetpackComposeSwipeableView](https://github.com/SimformSolutionsPvtLtd/SSJetpackComposeSwipeableView) : SSJetpackComposeSwipeableView is a small library which provides support for the swipeable views. You can use this in your lazyColumns or can add a simple view which contains swipe to edit/delete functionality.
- [SSComposeOTPPinView](https://github.com/SimformSolutionsPvtLtd/SSComposeOTPPinView) : A custom OTP view to enter a code usually used in authentication. It includes different types of OTPViews which is easy to use and configure your own view and character of OTP using all the attributes.
- [SSCompose-CustomInfoBar](https://github.com/SimformSolutionsPvtLtd/SSCompose-CustomInfoBar) : This Jetpack Compose library offers a powerful and customizable way to display informative messages within your app.
- [SSCompose-FurniCraftAR](https://github.com/SimformSolutionsPvtLtd/SSCompose-FurniCraftAR) : This demo is created using Jetpack compose and Google Filament and ARCore for seamless 3D model rendering in AR view. In which users can browse a list of furniture products, select a product to view in AR, customize the color of the model, capture the AR scene with the placed furniture model, and share it with others.## Official Documentations
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [Jetpack Compose Pathways](https://developer.android.com/courses/pathways/compose)
- [Jetpack Compose Samples](https://github.com/android/compose-samples)## Find this samples useful? β€οΈ
Support it by joining __[stargazers]__ for this repository.β
## How to Contributeπ€
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! πͺ
Check out our __[Contributing Guide]__ for ideas on contributing.## Bugs and Feedback
For bugs, feature requests, and discussion please use __[GitHub Issues]__.
## Awesome Mobile Libraries
- Check out our other available [awesome mobile libraries](https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries)
## Main Contributors
Nikunj Buddhadev
Mohammed Hanif
Shweta Chauhan
Mehul Kabaria
Ronak Ukani
Payal Rajput
Krupa Parekh
Priyal Parmar
Yashwant Gowla
Priyank Jain
## License
Distributed under the MIT License. See [LICENSE] for details.[git-repo-url]: https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook.git
[stargazers]: https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook/stargazers
[Contributing Guide]: https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook/blob/main/CONTRIBUTING.md
[GitHub Issues]: https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook/issues[LICENSE]: /LICENSE
[UI Components]: ./pages/Components.md
[List]: pages/List.md
[Pull To refresh]: pages/PullToRrefresh.md
[Swipe To Delete]: pages/SwipeToDelete.md
[Constraint Layout]: pages/ConstraintLayout.md
[Animation]: pages/Animation.md
[Sample Instagram UI]: pages/InstagramCloneUI.md
[Canvas]: pages/Canvas.md
[Google Maps]: pages/GoogleMaps.md
[ViewPager]: pages/ViewPager.md