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

Category: Android Development

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

How to Use Firebase Authentication in an Android App using MVVM

Firebase Authentication simplifies the process of adding user sign in and registration functionality into your Android app. Firebase Authentication provides a backend and an SDK for managing user...

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

About Us

LearnToDroid is an online resource focused on providing quality content that helps our readers learn how to design, create and market outstanding apps for Android.

Social Accounts

© 2024 Copyright Learn to Droid