Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 749 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 749 Bytes

NewsWorld

In these application i am using a different Application Architecture.You will find these as a clean architecture , i tried to achieve seperation of concerns too. I am using LifeCylceOwner the new Architecture Companant, Glide for displaying the images, ButterKnife, ConstraintLayout and many more things.

The architecture of the application is design in such a way so that we can achieve the loose coupling between views and controller.Further more these application includes : A class which provides all the dependencies, a Router which will take care of Navigation of the application, a UseCase whose soulfull purpose is to provide data from the server.

It includes some of the third party libraries Retrofit with OkHttp, Glide.