I have been working on a new native Android application. Recommender is an application to store, organize and share personal recommendations: music, films, books, apps, web sites, restaurants – pretty much anything.

Its designed to be used in person where you want to pass on a recommendation to a friend. There is no web service, there is no need to register you details anywhere. This is not an anonymous crowd sourced opinion its intended for low volume but high value recommendations.

All data is stored on your device, it can be shared or backed up into a common textual interchange format (JSON).

You can share recommendations with anyone via email. Though it is a more straightforward process if the other person also has Recommender installed.

2015-10-06 05.37.40

The source code is also publically available. It uses Dagger2 IoC, an MVP pattern and make extensive use of Junit tests to verify the business logic.