This media is not supported in your browser
VIEW IN TELEGRAM
Crop
The library is a small widget for image cropping in Instagram-like style.
#UI #Image #Crop
https://github.com/avito-tech/krop
The library is a small widget for image cropping in Instagram-like style.
#UI #Image #Crop
https://github.com/avito-tech/krop
This media is not supported in your browser
VIEW IN TELEGRAM
HelloCharts for Android
Charting library for Android compatible with API 8+(Android 2.2).
Apache License 2.0
#UI #Chart
https://github.com/lecho/hellocharts-android
Charting library for Android compatible with API 8+(Android 2.2).
Apache License 2.0
#UI #Chart
https://github.com/lecho/hellocharts-android
This media is not supported in your browser
VIEW IN TELEGRAM
GraphView
GraphView is a library for Android to programmatically create flexible and nice-looking diagrams. It is easy to understand, to integrate and to customize.
Supported graph types:
Line Graphs
Bar Graphs
Point Graphs
or implement your own custom types.
License: Apache License V2
#UI #Graph #ApacheLicenseV2
https://github.com/appsthatmatter/GraphView
GraphView is a library for Android to programmatically create flexible and nice-looking diagrams. It is easy to understand, to integrate and to customize.
Supported graph types:
Line Graphs
Bar Graphs
Point Graphs
or implement your own custom types.
License: Apache License V2
#UI #Graph #ApacheLicenseV2
https://github.com/appsthatmatter/GraphView
This media is not supported in your browser
VIEW IN TELEGRAM
PreviewSeekBar (Apache License V2)
A SeekBar suited for showing a preview of something. As seen in Google Play Movies.
#UI #SeekBar
https://github.com/rubensousa/PreviewSeekBar
A SeekBar suited for showing a preview of something. As seen in Google Play Movies.
#UI #SeekBar
https://github.com/rubensousa/PreviewSeekBar
This media is not supported in your browser
VIEW IN TELEGRAM
Curved Bottom Sheet
Curved Bottom Sheet, helps you to display fancy, extraordinary UX with Bottom Sheet Behavior. Even if its name contains Bottom,it also supports Top Sheet.If you bored classic BottomSheet, go on.
License: Apache License V2
#UI #BottomSheet #ApacheLicenseV2
https://github.com/TayfunCesur/CurvedBottomSheet
Curved Bottom Sheet, helps you to display fancy, extraordinary UX with Bottom Sheet Behavior. Even if its name contains Bottom,it also supports Top Sheet.If you bored classic BottomSheet, go on.
License: Apache License V2
#UI #BottomSheet #ApacheLicenseV2
https://github.com/TayfunCesur/CurvedBottomSheet
This media is not supported in your browser
VIEW IN TELEGRAM
ShineButton (MIT)
This is a UI lib for Android. Effects like shining.
#UI #Effect #Button
https://github.com/ChadCSong/ShineButton
This is a UI lib for Android. Effects like shining.
#UI #Effect #Button
https://github.com/ChadCSong/ShineButton
This media is not supported in your browser
VIEW IN TELEGRAM
Submarine (Apache License Version 2.0 )
Fully customizable floating navigation view for listing items dynamically on Android.
License: Apache License Version 2.0
#UI #navigation #ApacheLicenseV2 #kotlin
https://github.com/skydoves/Submarine
Fully customizable floating navigation view for listing items dynamically on Android.
License: Apache License Version 2.0
#UI #navigation #ApacheLicenseV2 #kotlin
https://github.com/skydoves/Submarine
This media is not supported in your browser
VIEW IN TELEGRAM
EmotionRatingView (Apache License Version 2.0)
EmotionRatingApp is a library for Android apps demonstrating emotional response based on selected rating.
#UI #ApacheLicenseV2 #Kotlin
https://github.com/rubygarage/emotion-rating-view
EmotionRatingApp is a library for Android apps demonstrating emotional response based on selected rating.
#UI #ApacheLicenseV2 #Kotlin
https://github.com/rubygarage/emotion-rating-view
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
ArcLayout (Apache License Version 2.0)
With Arc Layout explore new styles and approaches on material design
#ui #layout #ApacheLicenseV2
https://github.com/florent37/ArcLayout/blob/master/README.md
With Arc Layout explore new styles and approaches on material design
#ui #layout #ApacheLicenseV2
https://github.com/florent37/ArcLayout/blob/master/README.md
This media is not supported in your browser
VIEW IN TELEGRAM
AG Skeleton Loading (None)
AG Skeleton Loading is a library to provide a easy way to include skeleton loading.
#UI #Loading #Kotlin
https://github.com/AgnaldoNP/AGSkeletonLoading
AG Skeleton Loading is a library to provide a easy way to include skeleton loading.
#UI #Loading #Kotlin
https://github.com/AgnaldoNP/AGSkeletonLoading
Image processing (None)
Project for the computer mathematics course of the Peruvian University of Applied Sciences - 3rd cycle
#UI #Image #processing #Java
https://github.com/enzoftware/images-processing
Project for the computer mathematics course of the Peruvian University of Applied Sciences - 3rd cycle
#UI #Image #processing #Java
https://github.com/enzoftware/images-processing
RxPermission (Apache License Version 2.0)
This library wraps the Android Runtime Permissions with RxJava 2. It's based on the RxPermissions library and was adjusted with simplicity in mind. Here are a few things that are different:
- API is really small and focused
- Uses a shadowing Activity to request the permission which allows you to use the library within Services, Broadcastreceiver etc.
- Supports the 'Never ask again' case
#RX #Permission #ApacheLicenseV2
https://github.com/vanniktech/RxPermission
This library wraps the Android Runtime Permissions with RxJava 2. It's based on the RxPermissions library and was adjusted with simplicity in mind. Here are a few things that are different:
- API is really small and focused
- Uses a shadowing Activity to request the permission which allows you to use the library within Services, Broadcastreceiver etc.
- Supports the 'Never ask again' case
#RX #Permission #ApacheLicenseV2
https://github.com/vanniktech/RxPermission
Card Form (MIT)
Card Form is a ready made card form layout that can be included in your app making it easy to accept credit and debit cards.
#UI #View #MIT
https://github.com/braintree/android-card-form
Card Form is a ready made card form layout that can be included in your app making it easy to accept credit and debit cards.
#UI #View #MIT
https://github.com/braintree/android-card-form
This media is not supported in your browser
VIEW IN TELEGRAM
DiscreteScrollView (Apache License Version 2.0)
The library uses a custom LayoutManager to adjust items' positions on the screen and handle scroll, however it is not exposed to the client code. All public API is accessible through DiscreteScrollView class, which is a simple descendant of RecyclerView.
If you have ever used RecyclerView - you already know how to use this library. One thing to note - you should NOT set LayoutManager.
Usage:
1. Add DiscreteScrollView to your layout either using xml or code.
2. Create your implementation of RecyclerView.Adapter. Refer to the sample for an example, if you don't know how to do it.
3. Set the adapter.
4. You are done!
#UI #View #ScrollView #RecyclerView #ApacheLicenseV2
https://github.com/yarolegovich/DiscreteScrollView
The library uses a custom LayoutManager to adjust items' positions on the screen and handle scroll, however it is not exposed to the client code. All public API is accessible through DiscreteScrollView class, which is a simple descendant of RecyclerView.
If you have ever used RecyclerView - you already know how to use this library. One thing to note - you should NOT set LayoutManager.
Usage:
1. Add DiscreteScrollView to your layout either using xml or code.
2. Create your implementation of RecyclerView.Adapter. Refer to the sample for an example, if you don't know how to do it.
3. Set the adapter.
4. You are done!
#UI #View #ScrollView #RecyclerView #ApacheLicenseV2
https://github.com/yarolegovich/DiscreteScrollView
RxAnimation (Apache License Version 2.0)
This is an Android library to make a simple way to animate your views on Android with Rx.
#UI #Animation #RX #KOTLIN #ApacheLicenseV2
https://github.com/lopspower/RxAnimation
This is an Android library to make a simple way to animate your views on Android with Rx.
#UI #Animation #RX #KOTLIN #ApacheLicenseV2
https://github.com/lopspower/RxAnimation