DEV Community

Cover image for Android Libraries every Android Developer should know about
Ashish Kumar
Ashish Kumar

Posted on

1

Android Libraries every Android Developer should know about

Android Development is a tough job and libraries tends to make it simpler, this is the list of top android libraries which every developer should use or atleast know about.

1. Chucker

Sometimes it's hard to check the HTTP requests/responses in realtime, Chucker saves you the trouble of opening logcat everytime by displaying a push notification showing a summary of ongoing HTTP activity and Throwables.

Chucker Working

2. Timber

Timber is a logging logging library built on top of Android “Log” class, It allows you to turn logging on or off, set priorities etc. It also supports logging formatted strings and exceptions.

3. Stetho

Stetho is a sophisticated debug bridge for Android applications developed by Facebook. It allows us to look inside Databases, Preference Files, and also see the Network Call etc. all via Chrome Developer Tools.

Stetho

Network Inspection

Alt text of image

4. Calendar View

Calendar View is a highly customizable calendar library, powered by RecyclerView. It written in Kotlin and supports wide range of UI styles.
Features:

  • Single or range selection
  • Week or month mode
  • Boundary dates
  • Custom calendar view
  • Horizontal- or vertical-scrolling mode and many more...

img

5. MPAndroidChart

MPAndroidChart is a powerful Android chart view / graph view library, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, dragging and animations. It is one of the most popular charting library out there which can make the most beautiful Charts.

Alt text of image

Alt text of image

Sentry mobile image

Is your mobile app slow? Improve performance with these key strategies.

Improve performance with key strategies like TTID/TTFD & app start analysis.

Read the blog post

Top comments (0)

Sentry mobile image

Mobile Vitals: A first step to Faster Apps

Slow startup times, UI hangs, and frozen frames frustrate users—but they’re also fixable. Mobile Vitals help you measure and understand these performance issues so you can optimize your app’s speed and responsiveness. Learn how to use them to reduce friction and improve user experience.

Read the guide →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay