Google announced Kotlin as officially supported programming language for android development in developer conference Google I/O 2017. This is for the first time in
Read MoreCategory: Android Tutorials
How to run Ionic 2 App on Android Devices / Emulators
We have already learn how to develop Ionic 2 Mobile App, now we will learn how to Run Ionic 2 App on Android Devices
Read MoreAndroid Crash Reporting Tutorial Using Google Firebase
If you are not going to use google alpha/beta testing then you will surely face issues in getting error logs from client. There are
Read MoreIntegrating Facebook, Twitter & Google in Android Using Android Studio
In this tutorial, we will learn Integrating Facebook, Twitter and Google in Android for Login in our android app. Let’s start. First, we need
Read MoreAndroid Custom ListView Tutorial Using Volley
TUTORIAL ON CUSTOM LISTVIEW USING VOLLEY IN ANDROID STUDIO. This tutorial will show you how to create an Android Custom ListView Using Volley and
Read MoreRESTful Web Service with Spring for Android
Tutorial for consuming RESTful web services With Spring for Android. In this article, we will be talking about RESTful Web Service with Spring for Android
Read MoreAndroid Recycler View and Card View Tutorial.
Recycler view is a more advanced version of List View. It is used for displaying larger data. You can show your data in list
Read MoreAndroid JSON Parsing Using Android Studio.
In this article, we will be talking about JSON parsing in our android app using Android Studio. But before we dig in, we will
Read MoreAndroid Push Notifications Using Firebase Cloud Messaging FCM.
In this tutorial, we will learn “How to make Android Push Notifications using Firebase Cloud Messaging FCM” First of all, you should know about
Read MoreAndroid XML Parsing Using DOM.
Android XML parsing using DOM Tutorial There are many ways to parse XML, the most popular and widely used is DOM (Document Object Model).
Read More