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 Simple Alarm Clock App in Android

I am starting a series on learntodroid.com that will show how to build different types of apps in Android. These tutorials will be suitable for beginner Android app developers and will give you...

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

How to use Git and GitHub in Android Studio

Using a version control system (VCS) such as Git is useful for many different use cases during Android app development including enabling virtual teams of developers to work independently through...

Continue Reading

29 Jetpack Components That Can Help You Craft Better Android Apps

When we are building our Android apps we want to make sure we are using our time efficiently and not reinventing the wheel by leveraging tools and libraries available to us, and then focusing our...

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

About the Author

Social Accounts

© 2024 Copyright Learn to Droid