Home / 2017 / September

Monthly Archives: September 2017

How to make custom listener using interface

How-to-make-custom-listener-using-interface

We are familiar with android listeners… Listeners are used to listen user’s interaction.. As like when a user click a button we use “onClikListener” to listen the button click and do things which are depends on the button click.. Some times we need to capture other components as like visibility …

Read More »