Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 2.36 KB

Libraries.md

File metadata and controls

54 lines (34 loc) · 2.36 KB

Resources about library

http://alamkanak.github.io/android-libraries-and-resources/

Web Articles

  1. https://medium.freecodecamp.com/30-new-android-libraries-released-in-the-spring-of-2017-which-deserve-your-attention-faea359a1915
  2. https://medium.cobeisfresh.com/top-5-android-libraries-may-2017-3988610b3ce6

Small Libraries/Codes

These Libraries are small in sizes. Eithe using gradle dependency will be easier to use OR Copying related code base file based on usage/modifications required.

android-utils by sagar2093 Features (LocaleHelper,MultipartUtiltity,Util,ViewPagerAdapter,WidgetUtil)

android-utils by nisrlz

android-utils by jaydeepw

AndroidUtilCode

PinchToZoom

PermissionsHelper

android-recipes Features (AudioRuntimePermissions,CopyGalleryPic,FileProviede,Flavors,LauncherScreen,NavDrawerDynamicMenu)

https://github.com/sparrow007/CircularProgressbar

Some Useful Libraries

FinestWebView

AppIntro

FloatingKeyboard

ExcelPanel
An Android's two-dimensional RecyclerView. Not only can load historical data, but also can load future data.

AwesomeBar

MaterialAbout

Creating android library

Follow this link https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en

Other links for only refrences
https://ptyagicodecamp.github.io/how-did-i-publish-android-library-to-jcenter-from-android-studio.html
https://medium.com/@zurche/create-and-distribute-your-own-android-library-after-reading-this-post-c3187a2a0691
https://code.tutsplus.com/tutorials/creating-and-publishing-an-android-library--cms-24582
https://developer.android.com/studio/projects/android-library.html
http://www.vogella.com/tutorials/AndroidLibraryProjects/article.html