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

Should a beginner learn Java or Kotlin for Android app development?

Before you get started in Android app development you will need select a programming language you will use to write your Android app. While Android app development can be done in many different...

Continue Reading

Save Time Automating Android App Build, Test and Release with Jenkins

As you build new features into your app that your users are craving you want to be able to release them to production as quickly as possible while maintaining a strong level of quality to keep your...

Continue Reading

15 Reasons to Use Firebase in Your Mobile App

As you start to build more complex mobile apps that require a back-end that you control to enable functionality within your app, you will need to make a decision on where all the infrastructure for...

Continue Reading

Consuming a REST API using Retrofit2 with the MVVM Pattern in Android

Design patterns are important to help us create cleaner more extensible code with a clear separation of concerns. Understanding how all the Android Jetpack architecture components fit together in the...

Continue Reading

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
« PREV Page 1 … Page 4 Page 5 Page 6 Page 7 Page 8 NEXT »

About the Author

Social Accounts

© 2024 Copyright Learn to Droid