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 development
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 […]