janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
4.44k stars 1.24k forks source link

(Enhancement) View should not get data from presenter. #7

Closed thanhsontube closed 7 years ago

janishar commented 7 years ago

@thanhsontube

Remove TextUtils from the mainpresenter because that is a part of android api.

thanhsontube commented 7 years ago

Updated.

amitshekhariitbhu commented 7 years ago

@thanhsontube Thanks for your contribution

thanhsontube commented 7 years ago

Thanks for great article ;)