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

How to Display a Bar Chart in Your Android App

Bar charts are most useful for showing a comparison between different groups of numerical data or to track changes to numerical data over time. MPAndroidChart is the leading open source free to...

Continue Reading

How to Move Between Fragments Using the Navigation Component

Switching between fragments within an activity in Android has been a painful experience in the past. Using the fragment manager and fragment transactions to switch between fragments was never a great...

Continue Reading

What are the differences between RecyclerView and ListView?

If you ever need to show a scrollable list of items in your app you might consider using a RecyclerView or ListView to achieve this. In this article I will summarise the major differences between...

Continue Reading

How to Record Audio in Android Programmatically

There are some great apps on the Android Play Store that use voice recording functionality from your mobile device, some great examples include apps such as Shazam, that listens for a song playing to...

Continue Reading

How to switch between Activities in Android

When making your Android apps you may get to the point where you need to create multiple Activities for different screens within your app. When you have multiple Activities you will need a way to...

Continue Reading

How to Create a Count Down Timer in Android

At the moment I am working on app to help keep me motivated on my goals by using a count down timer to track the time I spend on each of my goals everyday. I have put together this tutorial with...

Continue Reading
« PREV Page 1 … Page 3 Page 4 Page 5 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