Hyun Chul's Utopia
Android 유용한 라이브러리 모음 본문
Android 에서 유용하게 사용할 수 있는 Library를 모아보고자 합니다.
비 정기적으로 새로운 라이브러리를 찾을 때 마다 추가해 보려 합니다.
과연.. 얼마나 찾을 수 있을지는 모르겠지만요...
UI
Android Image Cropper
Powerful (Zoom, Rotation, Multi-Source), customizable (Shape, Limits, Style), optimized (Async, Sampling, Matrix) and simple image cropping library for Android.
Link : https://github.com/ArthurHub/Android-Image-Cropper
Preview
uCrop - Image Cropping Library for Android
This project aims to provide an ultimate and flexible image cropping experience. Made in Yalantis
Link : https://github.com/Yalantis/uCrop
RealParallaxAndroid
RealParallaxAndroid is a View Pager with a Real Parallax Android Effect
Link : https://github.com/mallethugo/realparallaxandroid
Preview
SlidingTutorial
Simple library that helps developers to create awesome sliding android app tutorial.
Link : https://github.com/Cleveroad/slidingtutorial-android
ReadMoreTextView
A Custom TextView with trim text
Link : https://github.com/borjabravo10/ReadMoreTextView
Preview
BlurLockView
Lock view with blur effect. Easy to customise.
Link : https://github.com/Nightonke/BlurLockView
Preview
FoldingCell for Android
Link : https://github.com/Ramotion/folding-cell-android
Preview
RecyclerView-FastScroll
A simple FastScroller for Android's RecyclerView.
Supports vertical RecyclerViews using either LinearLayoutManager or GridLayoutManager (including multiple spans).
The style is loosely based on the ListView FastScroller from whatever the last version of Lollipop was. This library borrows heavily from Google's Launcher3 FastScroller
Link : https://github.com/timusus/RecyclerView-FastScroll
Preview
FastAdapter
The FastAdapter is here to simplify this process. You don't have to worry about the adapter anymore. Just write the logic for how your view/item should look like, and you are done. This library has a fast and highly optimized core which provides core functionality, most apps require. It also prevents common mistakes by taking away those steps from the devs. Beside being blazing fast, minimizing the code you need to write, it is also really easy to extend. Just provide another adapter implementation, hook into the adapter chain, custom select / deselection behaviors. Everything is possible.
Link : https://github.com/mikepenz/FastAdapter
Preview
Android-Iconics
If you are an app developer you will know the problem. You start an app but require many different icons, in different sizes (ldpi, mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi), different colors, and different variants. If you get the icons as vector (.svg) or there are many changes over the time, you will always have to get the correct drawables again.
Link : https://github.com/mikepenz/Android-Iconics
Preview
Floating Search View
An implementation of a floating search box with search suggestions.
Link : https://github.com/arimorty/floatingsearchview
Preview
Android Week View
Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Link : https://github.com/alamkanak/Android-Week-View
Preview
CircularFillableLoaders
This is an Android project allowing to realize a beautiful circular fillable loaders to be used for splashscreen for example.
Link : https://github.com/lopspower/CircularFillableLoaders
Preview
Hashtags
Layout example for arrange children views in multiple rows depending on their width.
- Unknown size list of children views
- Any children view is wrap content.
- Children view that doesn't fit to row, will be in the next row.
- Layout can be centered or any other gravity option.
- Any children view is clickable
Link : https://github.com/davidbeloo/Hashtags
Preview
Blurry
Blurry is an easy blur library for Android.
Link : https://github.com/wasabeef/Blurry
Preview
NavigationTabBar
Navigation tab bar with colorful interactions.
Link : https://github.com/DevLight-Mobile-Agency/NavigationTabBar
Preview
'프로그래밍 > Android' 카테고리의 다른 글
Android KitKat 에서 xml drawable 적용시Resources$NotFoundException (0) | 2016.11.15 |
---|---|
Gradle 배포 저장소 (0) | 2016.01.19 |
Android 빌드시 Proguard에서 Log 출력 제거시 발생하는 문제점. assumenosideeffects (0) | 2015.08.12 |
Android WebView에서 SSL인증을 제대로 수행 못할때 CertPathValidatorException (1) | 2015.03.11 |
Android Studio 빌드시 UNEXPECTED TOP-LEVEL ERROR 에러 (0) | 2015.01.11 |