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

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

How to Send JSON Data in a POST Request in Android

Retrofit2 is a powerful HTTP client library developed by Square used in Android and Java development. I have put together a tutorial with code samples in Java covering how to send JSON data in a HTTP...

Continue Reading
link to How to Create Rounded Corners for a Button in Android

How to Create Rounded Corners for a Button in Android

Making buttons in your Android app look nice is an important part of the user experience. As you design and build your app you are likely to eventually want to create rounded corners for your...

Continue Reading
link to How to Create a Hyperlink Using Android TextView

How to Create a Hyperlink Using Android TextView

The TextView is a widget in Android that allows you to display text to the user. It is also possible to use the Android TextView widget to create a hyperlink which can load a web page in a mobile web...

Continue Reading

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

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
« PREV Page 1 Page 2 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