All of the code samples in this post are available on GitHub.
Recent Posts
Randomness is required in a wide variety of different Android applications. For example, if you wanted your Android app to roll a die, flip a coin, or draw a card from a shuffled deck of cards, you...
As a part of the series for creating apps from scratch, I have put together a tutorial on how to build a BMI calculator app for Android. In this tutorial, we will build a BMI calculator app for...