Retrofit Android Get JSON From REST API Tutorial
Hi folks! Today I will share about Retrofit Android, how to get JSON data from REST API. Retrofit is one of REST API clients for Android development. This library helps to make development tasks...
Hi folks! Today I will share about Retrofit Android, how to get JSON data from REST API. Retrofit is one of REST API clients for Android development. This library helps to make development tasks...
Today I wanna show you how easy to build a simple Android Image Gallery using Kotlin and Glide library. Building an image gallery is one of a must step for beginner Android developers (also...
Learning to use RecyclerView in Android development is very crucial for every programmers. It is one of powerful widgets to display a list of data in Android. Well in this chance I will give...
More