The embedded YouTube video below shows how to create a login form in Android Studio that generates a Toast message on the selection of the login button. The video tutorial on YouTube uses the...
Posts by Jarrod Lilkendey
The material design library for Android offers two components MaterialButtonToggleGroup and MaterialButton that can be used to create a group of buttons can toggled on or off while having only a...
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...
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...
A lot of the most successful Android apps on the Google Play Store are games. Getting started with Android game development and building your first game can be daunting as there are many game engines...