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...
Posts by Jarrod Lilkendey
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...
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...
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...
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...
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...