Oboe
Oboe is a C++ library which makes it easy to build high-performance audio apps on Android. It was created primarily to allow developers to target a simplified API that works across multiple API levels back to API level 16 (Jelly Bean).
https://github.com/google/oboe
#audio #cpp #gamedev
Oboe is a C++ library which makes it easy to build high-performance audio apps on Android. It was created primarily to allow developers to target a simplified API that works across multiple API levels back to API level 16 (Jelly Bean).
https://github.com/google/oboe
#audio #cpp #gamedev
This media is not supported in your browser
VIEW IN TELEGRAM
ProgressView
A polished and flexible ProgressView, fully customizable with animations.
https://github.com/skydoves/ProgressView
#kotlin #progressbar #animations #progressview #skydoves
A polished and flexible ProgressView, fully customizable with animations.
https://github.com/skydoves/ProgressView
#kotlin #progressbar #animations #progressview #skydoves
This media is not supported in your browser
VIEW IN TELEGRAM
SuperForwardView
A lightweight android library that allows to you create custom fast forward/rewind animations like on Netflix.
https://github.com/ertugrulkaragoz/SuperForwardView
#kotlin #animations
A lightweight android library that allows to you create custom fast forward/rewind animations like on Netflix.
https://github.com/ertugrulkaragoz/SuperForwardView
#kotlin #animations
animation.gif
31.8 MB
Spotlight
A elegant and fun way to help a user understand specific parts of your application.
https://github.com/NicholasMata/Spotlight
#Spotlight #hint #help
A elegant and fun way to help a user understand specific parts of your application.
https://github.com/NicholasMata/Spotlight
#Spotlight #hint #help
AwesomeDialog
A Beautiful Multipurpose Awesome Dialogs Library in Android using Kotlin
https://github.com/chnouman/AwesomeDialog
#Dialog #Kotlin
A Beautiful Multipurpose Awesome Dialogs Library in Android using Kotlin
https://github.com/chnouman/AwesomeDialog
#Dialog #Kotlin
This media is not supported in your browser
VIEW IN TELEGRAM
Android Additive Animations
Additive animations for Android! An easy way to additively animate any property of any object, with convenient builder methods for Views.
https://github.com/wirecube/android_additive_animations
#Animations #View
Additive animations for Android! An easy way to additively animate any property of any object, with convenient builder methods for Views.
https://github.com/wirecube/android_additive_animations
#Animations #View
This media is not supported in your browser
VIEW IN TELEGRAM
TimeRangePicker
A customizable, easy-to-use, and functional circular time range picker library for Android. Use this library to mimic Apple's iOS or Samsung's bedtime picker.
https://github.com/Droppers/TimeRangePicker
#slider #range #picker #TimePicker #TimeRange
A customizable, easy-to-use, and functional circular time range picker library for Android. Use this library to mimic Apple's iOS or Samsung's bedtime picker.
https://github.com/Droppers/TimeRangePicker
#slider #range #picker #TimePicker #TimeRange
👍1
ArcLibrary
An android library for Layouts with rounded corners
https://github.com/stelladk/ArcLibrary
#arc #RoundedCorners #RoundedCorners #RoundedLayout #RoundLayout
An android library for Layouts with rounded corners
https://github.com/stelladk/ArcLibrary
#arc #RoundedCorners #RoundedCorners #RoundedLayout #RoundLayout
SplitButton
A dual-function menu button that offers a default action as well as the possibility of choosing a different action by selecting from a set of alternatives.
https://github.com/kojofosu/SplitButton
#Button
A dual-function menu button that offers a default action as well as the possibility of choosing a different action by selecting from a set of alternatives.
https://github.com/kojofosu/SplitButton
#Button
material-dialogs
😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android.
https://github.com/afollestad/material-dialogs
#material #dialog #kotlin
😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android.
https://github.com/afollestad/material-dialogs
#material #dialog #kotlin
Hoplite
Hoplite is a Kotlin library for loading configuration files into typesafe classes in a boilerplate-free way. Define your config using Kotlin data classes, and at startup Hoplite will read from one or more config files, mapping the values in those files into your config classes. Any missing values, or values that cannot be converted into the required type will cause the config to fail with detailed error messages.
https://github.com/sksamuel/hoplite
#configuration #kotlin
Hoplite is a Kotlin library for loading configuration files into typesafe classes in a boilerplate-free way. Define your config using Kotlin data classes, and at startup Hoplite will read from one or more config files, mapping the values in those files into your config classes. Any missing values, or values that cannot be converted into the required type will cause the config to fail with detailed error messages.
https://github.com/sksamuel/hoplite
#configuration #kotlin
CircularProgressBar
Circular progress bar is a simple, easy-to-use speedometer-like circular progress bar.
https://github.com/LiteSoftware/CircularProgressBar
#Kotlin #Ui #ProgressBar
Circular progress bar is a simple, easy-to-use speedometer-like circular progress bar.
https://github.com/LiteSoftware/CircularProgressBar
#Kotlin #Ui #ProgressBar
👍1
SectorProgressBar
Simple sectorial progress bar
https://github.com/LiteSoftware/SectorProgressBar
#Kotlin #Ui #ProgressBar
Simple sectorial progress bar
https://github.com/LiteSoftware/SectorProgressBar
#Kotlin #Ui #ProgressBar
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
ExpandableLayout
An expandable layout that shows a two-level layout with an indicator.
https://github.com/skydoves/ExpandableLayout
#Kotlin #UI #Expandable #ExpandableLayout
An expandable layout that shows a two-level layout with an indicator.
https://github.com/skydoves/ExpandableLayout
#Kotlin #UI #Expandable #ExpandableLayout
This media is not supported in your browser
VIEW IN TELEGRAM
AndroidResideMenu
The idea of ResideMenu is from Dribble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
https://github.com/SpecialCyCi/AndroidResideMenu
#menu #ResideMenu
The idea of ResideMenu is from Dribble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
https://github.com/SpecialCyCi/AndroidResideMenu
#menu #ResideMenu
This media is not supported in your browser
VIEW IN TELEGRAM
Folder-ResideMenu
An extension of AndroidResideMenu
https://github.com/dkmeteor/Folder-ResideMenu
#menu #ResideMenu
An extension of AndroidResideMenu
https://github.com/dkmeteor/Folder-ResideMenu
#menu #ResideMenu
Sketch
An image manipulation library for Kotlin.
Sketch doesn't require any external installation like OpenCV or OCR and can be used right away. It's actually a zero-dependency library designed for simplicity that wraps the Java AWT BufferedImage. The library provides an asynchronous interface for all image operations.
https://github.com/reugn/sketch
#image #kotlin
An image manipulation library for Kotlin.
Sketch doesn't require any external installation like OpenCV or OCR and can be used right away. It's actually a zero-dependency library designed for simplicity that wraps the Java AWT BufferedImage. The library provides an asynchronous interface for all image operations.
https://github.com/reugn/sketch
#image #kotlin
AvatarView
AvatarView supports loading profile images with fractional style, borders, indicators, and initials for Android.
https://github.com/getStream/avatarview-android
#AvatarView
AvatarView supports loading profile images with fractional style, borders, indicators, and initials for Android.
https://github.com/getStream/avatarview-android
#AvatarView
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
Jetpack Compose Particle Clock made with Jetpack Compose
https://github.com/adibfara/ComposeClock
#Compose #Clock
https://github.com/adibfara/ComposeClock
#Compose #Clock
👍2