Adding line charts to your Android app offers a great way to present data that is changing over time to your users. MPAndroidChart is the leading open source, free to use, Android native charting...
Category: Android Development
JavaScript Object Notation (JSON) is a popular text file format used in many applications including in Android app development. In this Android JSON tutorial post I will cover how to perform...
How to Use the Jetpack Navigation Component with Bottom Navigation
Bars containing icons and text that run along the bottom of the screen are common when implementing navigation in an Android app. This kind of navigation can be achieved using the Android material...
In this tutorial I will cover how to create files in various methods in Android such as Internal Storage, External Storage, the MediaStore API and the Storage Access Framework. I will explain the...
Glide is an open source library for Android that is best known for making loading images from the internet into an ImageView a breeze. It also offers a cache for loading images to improve the...
RadioButton and RadioGroup are widgets used in Android development for when the user needs to capture a single option from a set of options that are all displayed at the once in the user...