How to setup animation in android Date : 20/06/2019 Introduction Animation in android application are used to remove raw motions in android. However without an animation there can’t be good user experience so, we used. As a simple you can write an animation in XML file and use in your… Continue Reading How to setup animation in android

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