How to install sockets in cordova both backend and frontend Date : 04/09/2019 Introduction Generally Sockets are used for realtime update bidirectionally between client and server. The following will describe how to configure in cordova framework. Sockets are pipeline connection will instantly reflect change other side when connected. You just… Continue Reading How to install sockets in cordova both backend and frontend

How to setup and build cordova application for Android Date : 22/08/2019 Introduction Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies – HTML5, CSS3, and JavaScript for cross-platform development. So we can use it in any kind of platforms. It will come… Continue Reading How to setup and build cordova application for Android

Fundamental things to know in android activity and fragment Date : 12/06/2019 Activity The Activityclass is basically a crucial component of an Android app, and the way activities are launched and put together is a fundamental part of the platform’s application model. Hence an activity provides the window in which… Continue Reading Fundamental things to know in android activity and fragment

How to use checkbox and radio buttons Date : 05/06/2019 step 1 : check box Check boxes allow the user to select one or more options from a set. Typically, you should present each checkbox option in a vertical list. The implementation part is simple that you need to mention… Continue Reading How to use checkbox and radio buttons

How to setup navigation drawer in android application Date : 29/05/2019 Introduction With the navigation drawer one can navigate to many screens or functionalities of the app by clicking on the ‘hamburger’ icon. Swiping from the left is also a way to bring the drawer into view, a screen then… Continue Reading How to setup navigation drawer in android application

How to setup spinner in android application. Date : 23/05/2019 Introduction Spinners provide a quick way to select one value from a set. In the default, a spinner shows its currently selected value. Touching the spinner, it displays a drop down menu with all other available values, from which the… Continue Reading How to setup spinner in android application.

How to implement Recycler view in android Date 16/05/2019 Overview In recyclerview, several component work together to bind the data in the user interface. The main container is the recylerview component in layout file. The single view holder are represented by the views implemented in recyclerview. Then the onBindViewHolder will… Continue Reading How to implement Recycler view in android

How to use Rx-java with Room in android Date : 08/04/2019 Prerequisite If you need to use Rx-java in android, then add the following dependency in your gradle file as depend on the version of Rx-java you use. // RxJava support for Roomimplementation “android.arch.persistence.room:rxjava2:1.0.0-alpha5” Need of Rx-java Rx-java eliminates the… Continue Reading How to use Rx-java with Room in android

How to create a project in FireBase Date posted: 22/04/2019 Prerequisite Make sure that you have API higher than 26 through by Click Tools > SDK Manager. Click the SDK Tools tab. Check the Google Repository checkbox, and click OK. Click OK to install. Step 1 : Find the fire base assistant in your android studio application… Continue Reading How to create a project in FireBase

How to install Android Studio Date posted: 07/03/2019 Step 1 : Prerequisites to install android studio Windows Minimum 3 GB RAM Microsoft Windows 7/8/10 (32-bit or 64-bit) Available Disk Space – 4 GB Resolution – 1280 * 800 Mac 1280 x 800 minimum screen resolution 2 GB of available disk… Continue Reading How to install Android Studio