nishantkp/berry-interactions

Move onclick methods from activity to adapter using presenter and dataBinding

Closed this issue · 1 comments

Move onclick methods from activity to adapter using presenter and dataBinding

Set callbacks to start new activity from presenters.
Move FriendsRequest adapter's onClick methods from Adapter to RequestPresenter with the help of DataBinding.