Skip to content
Learn to Droid Logo
Search
  • Android Development
  • Testing
  • Create an App From Scratch
  • Jetpack
  • Development Tools
  • Android Game Development
  • About Us

Posts by Jarrod Lilkendey

Generating Random Numbers in Kotlin for Android

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...

Continue Reading

How to Create a Pie Chart in an Android App with MPAndroidChart

https://www.youtube.com/watch?v=S3zqxVoIUig All of the code samples in this post are available on GitHub. Code Samples Project Level Build.Gradle File App Level Build.Gradle...

Continue Reading

How to Create a BMI Calculator Android App

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...

Continue Reading

How to Add a Gradient Background to an Android App

Adding a gradient as a background color to your an Android app can add extra interest and style and provide a great user experience. In this post, I will walk you through the steps of how to add a...

Continue Reading

How to Use IBM’s Watson Speech to Text Service in an Android App

There are a number of different speech to text APIs that exist today. I experiment with IBM's Watson Speech to Text service to see how easy it is to integrate with an Android app and the accuracy of...

Continue Reading

How to Use IBM’s Watson Text to Speech Service in an Android App

I was playing around with a demo I found online that uses the Watson Text to Speech platform from IBM and I was really impressed with the quality of speech that was generated. Following that, I...

Continue Reading
Page 1 Page 2 Page 3 … Page 8 NEXT »

About the Author

Social Accounts

© 2024 Copyright Learn to Droid