A most useful and common View in Android is ListView. In this tutorial, wWe are going to show that how to develop an android custom ListView to suit your needs. This tutorial will also show you how to load images in ListView from server and cache them so they are instantly […]
Tag: tutorial
Android OkHttp Tutorial
OkHttp is a popular library that reduces the amount of code, OkHttp Android is very easy for you to make use of storage on the web for your app. OkHttp also makes it very easy to connect to the internet using Http. It takes care of connecting to the server. […]
Develop Android Auto App using Android Studio
After serving several years of Android OS into mobile phones, Google launches Android platform for vehicles named Android Auto. While driving a car it is a difficult task to get connected with friends and family especially when it is urgent to inform about the meeting plan and so on. By: Ambreen […]
Android RecyclerView Tutorial – Android studio
RecyclerView is a new way to customize and show your data in the list format. Advantage of using Android RecyclerView over listview is that not only you can show data in list format but also as grids having cells of different size color and style. Recycler View is also more […]