shayak_android
shayak_android copied to clipboard
MainActivity RecyclerView now populates with RobotView Items
Screenshot

Changed the isFavourite variable in the RobotViewData class to a Boolean. All robots that are favoured come out on top of the RecyclerView. Used some dummy RobotViewData items to test, and get the screenshot. Am I doing this right?
Moved the Robot List fetcher to the MainActivity Presenter.