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

How to Create a Wallpaper App for Android Tutorial with Code

For my second app in the series of posts on how to create different types of apps from scratch, I have put together a tutorial on how to build a wallpaper app for Android. In addition to showing...

Continue Reading

Android File IO Tutorial with Internal and External Storage

In this tutorial I will cover how to create files in various methods in Android such as Internal Storage, External Storage, the MediaStore API and the Storage Access Framework. I will explain the...

Continue Reading

Android Glide Tutorial with Examples in Java

Glide is an open source library for Android that is best known for making loading images from the internet into an ImageView a breeze. It also offers a cache for loading images to improve the...

Continue Reading

Android Radio Button and Radio Group Tutorial with Examples

RadioButton and RadioGroup are widgets used in Android development for when the user needs to capture a single option from a set of options that are all displayed at the once in the user...

Continue Reading

Android AutoCompleteTextView Tutorial with Examples

AutoCompleteTextView in Android development is an editable text field that once a certain number of characters are entered, displays a drop down list showing auto-completion results that the user can...

Continue Reading

11 Useful Testing Tools, Libraries and Frameworks for Android

There is a large selection of different testing tools, libraries and frameworks available for Android. It is hard to understand which tool to use for what type of tests whether that is unit testing,...

Continue Reading
« PREV Page 1 Page 2 Page 3 Page 4 Page 5 Page 6 … Page 8 NEXT »

About the Author

Social Accounts

© 2024 Copyright Learn to Droid