All Projects → Tlaster → Zoomable

Tlaster / Zoomable

Licence: MIT license
Easy zoom in and out with drag support for Jetpack Compose

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Zoomable

Holi
Holi is a lightweight Jetpack Compose library of colors, gradients and cool utility functions for all your palette needs!
Stars: ✭ 160 (+357.14%)
Mutual labels:  jetpack-compose
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (+222.86%)
Mutual labels:  jetpack-compose
Capturable
🚀Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image🖼️
Stars: ✭ 365 (+942.86%)
Mutual labels:  jetpack-compose
CountdownTimer
Countdown timer app built in Jetpack Compose
Stars: ✭ 38 (+8.57%)
Mutual labels:  jetpack-compose
Ch8n-flix
Netflix inspired OTT Home Screen, Contains implementation in Reactjs, Kotlin React Wrapper, Jetpack Compose Web
Stars: ✭ 57 (+62.86%)
Mutual labels:  jetpack-compose
JsonPlaceholderApp
This was originally a code challenge for a company, but now is an example of MVI on Android.
Stars: ✭ 26 (-25.71%)
Mutual labels:  jetpack-compose
RocketXDelight-Playground
Native Android application built with Kotlin and Jetpack Compose. This project also illustrates the usage of advanced libraries such as Ktor, SqlDelight, Hilt, etc with the recommended practices and Unit Tests.
Stars: ✭ 37 (+5.71%)
Mutual labels:  jetpack-compose
TelegramExample
A telegram client for android created using tdlib library and built with Jetpack Compose
Stars: ✭ 35 (+0%)
Mutual labels:  jetpack-compose
surface-duo-compose-samples
This repo contains samples built with Jetpack Compose for the Microsoft Surface Duo.
Stars: ✭ 38 (+8.57%)
Mutual labels:  jetpack-compose
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+711.43%)
Mutual labels:  jetpack-compose
Brick
🧱 Brick - Multiplatform navigation library for Compose.
Stars: ✭ 33 (-5.71%)
Mutual labels:  jetpack-compose
katalog
A UI Catalog Library made with Jetpack Compose
Stars: ✭ 57 (+62.86%)
Mutual labels:  jetpack-compose
MovieBox
TMDb + Kotlin + Coroutines + Retrofit2 + Moshi + Clean Architecture + Koin 2 + Glide
Stars: ✭ 46 (+31.43%)
Mutual labels:  jetpack-compose
PixelMusic
Unofficial NetEase Cloud music player
Stars: ✭ 72 (+105.71%)
Mutual labels:  jetpack-compose
Shot
Screenshot testing library for Android
Stars: ✭ 951 (+2617.14%)
Mutual labels:  jetpack-compose
Compose-boids-flocking
Jetpack Compose Boids | Flocking Insect 🐜. bird or Fish simulation using Jetpack Compose Desktop 🚀, using Canvas API 🎨
Stars: ✭ 36 (+2.86%)
Mutual labels:  jetpack-compose
ToDometer Multiplatform
WIP Kotlin Multiplatform project: A meter to-do list built with Android Jetpack, Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, SwiftUI, Ktor Server / Client, Exposed...
Stars: ✭ 145 (+314.29%)
Mutual labels:  jetpack-compose
Lastik
Kotlin Multiplatform + Jetpack Compose pet project, based on www.last.fm/api (in development)
Stars: ✭ 37 (+5.71%)
Mutual labels:  jetpack-compose
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (+251.43%)
Mutual labels:  jetpack-compose
XAutoDaily
一个基于QQ的全自动签到模块
Stars: ✭ 115 (+228.57%)
Mutual labels:  jetpack-compose

Zoomable


Easy zoom in and out with drag support for Jetpack Compose

Usage

Add Jitpack

maven { url 'https://jitpack.io' }

Add the dependency

implementation 'com.github.Tlaster:Zoomable:0.2.2'

Example

val state = rememberZoomableState(
    minScale = 2f
)
Zoomable(state = state) {
    Text(text = "Zoom me!")
}

License

MIT License

Copyright (c) 2021 Tlaster

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