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 […]
Android Tutorials
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 […]
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. […]
5 Most Common Android Animations’ Code
Animations changes the visual notation that shows the changes on screen or what’s going on, it also changes the look of an android application and makes it feel better. It can be performed by the XML or by code. let see how to create animations with short piece of code using […]
Android Runtime Permissions in Android M?
Before Android Marshmallow, users had to allow android runtime permissions at the installation time; if the user did not accept all the permissions, the app could not be installed. Android Marshmallow introduced a new mechanism; that it will not ask any of the users to grant any one of the […]
How to Develop Android Wear App?
Developing for Android Wear can be a lot of fun, but there are some things you need to know before you get started. The first thing to know is that developing for Android Wear is not difficult. Since Android is at the core, you can start developing the app just […]
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 […]