Using Retrofit with ActiveAndroid
In a previous article I talked about a smart way to use Retrofit library. This is a great library but recently I had to manage offline data and I thought 'Hey, it would be great to download data and save it into a database to create some sort of cache :)'. I found a lot of ORM library such as GreenDAO, OrmLite, SugarORM and ActiveAndroid. I wanted a simple and powerful library. I've chosen ActiveAndroid library and I will explain how to use it with Retrofit.