Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.πŸŽ‰πŸ”πŸ‘Œ

Awesome Lists containing this project

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