Y-Corner

On the Edge of the Network

Single post

Basic MVVM, Databinding, RxJava 2, Dagger 2 with Guild Wars 2 API

As part of my ongoing research into MVVM architecture, databinding, RxJava 2, and Dagger 2 on Android, I built a small Android app that utilizes the Guild Wars 2 API (https://wiki.guildwars2.com/wiki/API:Main). Right now, there’s only a few API responses being utilized as part of this project, but it has been useful for understanding more about MVVM, RxJava 2, and Dagger 2.

https://github.com/huhx0015/GuildWars2_APIViewer

Overengineered? Yes. A work in progress? Definitely.

Write a Comment