In software applications, it is mostly required to save information for some internal use or off course to provide user to great features depending on the data. And when we talk about android so SQLite is that default feature which is used as a database and also used as a […]
Tag: Android Studio
JSON Parsing in Android using Android Studio
Usually, most of the application require interchanging of data from the server. During interchanging data, well formatted and structured data is required. JSON parsing is good and well structured, lightweight and easy to parse and human readable. In this tutorial, we will focus how to parse to JSON in Android […]
Develop your first android app using Android Studio!
Working with Android Studio In this tutorial, we will learn how to build a basic android application using Android Studio, which will also include some Android Studio basics and android app development basics. Steps to follow for developing your first android app: Create android development environment 1. Download JDK (Java […]
Android custom listview tutorial using volley networkimageview – Android Studio
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 […]
How to use Retrofit in Android – Android Studio Tutorial
Retrofit Tutorial By: Muhammad Daniyal Anwar Retrofit library is created by Square Open Source, it’s a REST client for android and java. By the use of this library, it is easy to request web services of REST with GET, POST, PUT and much more. Now it’s time to start our coding. […]