SSComposeCookBook

Compose Version Kotlin Version API Platform

A Collection of major Jetpack compose UI components which are commonly used.

Introduction

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.

Prerequisites

  • Experience with Kotlin syntax, including lambdas

What you’ll need

Components

App Bar Bottom Navigation Button
Checkbox Dialog Dropdown
FAB Modal Drawer Bottom Drawer
Radio Button Slider Text
Textfield Theme ZoomView
TabBar DatePicker TimePicker
ImagePicker ParallaxEffect Compose views in Xml
XML views in Compose

List

LazyRow/Column LazyVerticalGrid Advance List

Pull To Refresh

Simple Pull To Refresh Custom Background Pull To Refresh Custom View Pull To Refresh

Swipe To Delete

Swipe Left Swipe Right Swipe Left + Right

Constraint Layout

Barrier Guideline Chain

Animation

Basic Content Gesture
Infinite Shimmer TabBar

Sample UI

Instagram

Coming Up

  • Navigation
  • Theme enhancement

Our Libraries in JetPackCompose

  • SSJetPackComposeProgressButton : SSJetPackComposeProgressButton is an elegant button with a different loading animations which makes your app attractive.
  • 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.

Official Documentations

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.

Main Contributors

Nikunj Buddhadev Mohammed Hanif Shweta Chauhan Mehul Kabaria Ronak Ukani Payal Rajput
Krupa Parekh Priyal Parmar

License

Copyright 2021 Simform Solutions

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and limitations under the License.

GitHub

View Github