All Projects β†’ SimformSolutionsPvtLtd β†’ SSComposeCookBook

SimformSolutionsPvtLtd / SSComposeCookBook

Licence: Apache-2.0 license
A Collection of major Jetpack compose UI components which are commonly used.πŸŽ‰πŸ”πŸ‘Œ

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to SSComposeCookBook

Flower-App-Jetpack-Compose
This sample is created to elaborate this article, it contains the UI of the flower app from our dribble collection
Stars: ✭ 73 (-81.09%)
Mutual labels:  declarative-ui, jetpack-compose
JetComposer
Collection of UIs and Animations built with Jetpack Compose for Android
Stars: ✭ 294 (-23.83%)
Mutual labels:  declarative-ui, jetpack-compose
Wiggles
🐢 Beautiful Puppy adoption app with Jetpack Compose #AndroidDevChallenge
Stars: ✭ 365 (-5.44%)
Mutual labels:  declarative-ui, jetpack-compose
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+112.69%)
Mutual labels:  declarative-ui, jetpack-compose
Trail Android
πŸš• Simple, smooth animation for route / polylines on google maps using projections.
Stars: ✭ 465 (+20.47%)
Mutual labels:  google-maps, animations
compose-actors
πŸ€– Android app built with jetpack πŸš€ compose follows new revamped guide to app architecture. Implemented with State, Coroutines ➰, ViewModels, Repository pattern, Light/Dark theme 🌈 MD3, Animations, Draw on canvas, Custom layouts, UI state handling, πŸŒ€ Image loading with coil, Palette 🎨 usage and dynamic theming etc.
Stars: ✭ 80 (-79.27%)
Mutual labels:  animations, jetpack-compose
Holi
Holi is a lightweight Jetpack Compose library of colors, gradients and cool utility functions for all your palette needs!
Stars: ✭ 160 (-58.55%)
Mutual labels:  declarative-ui, jetpack-compose
CountdownTimer
Countdown timer app built in Jetpack Compose
Stars: ✭ 38 (-90.16%)
Mutual labels:  jetpack-compose, jetpack-compose-animation
Composecookbook
A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
Stars: ✭ 3,516 (+810.88%)
Mutual labels:  declarative-ui, jetpack-compose
Jetpack-compose-sample
Forget about bunch of XML files for maintaining UIs. Jetpack Compose is Android’s modern toolkit for building native UI. Here is a small example to get started.
Stars: ✭ 29 (-92.49%)
Mutual labels:  declarative-ui, jetpack-compose
Coffeegram
Android app using Jetpack Compose together with StateFlow and MVI
Stars: ✭ 155 (-59.84%)
Mutual labels:  declarative-ui, jetpack-compose
Motion Shapeofview
Explain how to use MotionLayout with ShapeOfView
Stars: ✭ 236 (-38.86%)
Mutual labels:  layout, animations
Allkit
πŸ›  Async List Layout Kit
Stars: ✭ 40 (-89.64%)
Mutual labels:  layout, animations
D-KMP-sample
D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.
Stars: ✭ 636 (+64.77%)
Mutual labels:  declarative-ui, jetpack-compose
lipgloss
Style definitions for nice terminal layouts πŸ‘„
Stars: ✭ 5,453 (+1312.69%)
Mutual labels:  layout
how-to-css
howtocss.dev
Stars: ✭ 48 (-87.56%)
Mutual labels:  layout
jquery-google-reviews
simple jquery Plugin that utilizes Google API to get data from a Place on Google Maps
Stars: ✭ 33 (-91.45%)
Mutual labels:  google-maps
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (-92.75%)
Mutual labels:  google-maps
nice-react-layout
Create complex and nice Flexbox-based layouts, without even knowing what flexbox means
Stars: ✭ 70 (-81.87%)
Mutual labels:  layout
Photos
No description or website provided.
Stars: ✭ 74 (-80.83%)
Mutual labels:  jetpack-compose

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

Setup (For Google Map Implementation)

To run the google map samples, you'll have to:

  1. Get a Maps API key
  2. Add an entry in local.properties or local.defaults.properties that looks like MAPS_API_KEY=YOUR_MAPS_KEY
  3. Build and run

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

Canvas

Overview Shapes Text and Image
Path Path Operations DrawScope Helpers
Canvas + Touch Blend Modes Basic Example
Android 11 Easter Egg

Google Maps

Basic Marker Polyline
Polygon Circle Ground Overlay
Tile Overlay Indoor Level Lite Map
Place Picker Navigation Viewer Projection
Cluster Heat Map KML
GeoJSON ScaleBar Snapshot
Map in scrollable view Compose Map In XML

ViewPager

Horizontal Pager Horizontal Pager with Tabs Horizontal Pager with indicator
Vertical Pager with indicator Pager with Zoom-in
transformation
Pager with Fling Behavior
Add/Remove pager

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.
  • 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.

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.

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

MIT License

Copyright (c) 2022 Simform Solutions

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].