SSComposeCookBook
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 |
---|---|---|
List
LazyRow/Column | LazyVerticalGrid | Advance List |
---|---|---|
Constraint Layout
Barrier | Guideline | Chain |
---|---|---|
Animation
Basic | Content | Gesture |
---|---|---|
Infinite | Shimmer | TabBar |
---|---|---|
Coming Up
- Tab Bar
- Navigation
- Theme enhancement
- Demo Sample
Our Library in JetPackCompose
- SSJetPackComposeProgressButton : SSJetPackComposeProgressButton is an elegant button with a different loading animations which makes your app attractive.
Official Documentations
âĪïļ
Find this library useful? Support it by joining stargazers for this repository.
ðĪ
How to ContributeWhether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you!
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.