Skip to content
/ memory Public

Simple memory game for android. The app is built using MVP architecture, Koin for DI and RxJava for async calls

License

Notifications You must be signed in to change notification settings

pruh/memory

Repository files navigation

memory

Simple memory game for android. The app is built using MVP architecture, Koin for DI and RxJava for async calls. The purpose of the app is to show how to use MVP pattern to separete views from business logic. Using MVP we can test most non-view classes on the host machine with no need to start the app on the device or emulator. For reference, take a look at GamePresenterImplTest on how to test non-view classes.

Set up

Flickr API key needs to be generated in order ti use the app. After you obtain the key put it in your local.properties and rebuild the app:

flickr_api_key=YOUR_KEY_GOES_HERE
memory

About

Simple memory game for android. The app is built using MVP architecture, Koin for DI and RxJava for async calls

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages