Code examples

These guidelines also cohere with the other themes, so the examples will also return in the other themes.

Architecture Example

This application is a note list or TODO list. On the frontpage all the notes can be seen. Clicking on the plus button takes you to the add note form. Where you can create your new note. Whenever the new note is added, the notelist is automatically updated.

RxJavaRetrofitGithub Example

This applicaton uses RxJava and performs multiple requests from my github page. And retrieves the contributors from each repository and shows for each contributor the amount of contributions in that repository.