# konmik.github.io **Repository Path**: ouyangpengdev/konmik.github.io ## Basic Information - **Project Name**: konmik.github.io - **Description**: Android development blog - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # konmik.github.io Android development The entire blog has been moved to [wiki](https://github.com/konmik/konmik.github.io/wiki). # Articles *January 06, 2016* ### [Why lambdas matter (even on Android)](https://github.com/konmik/konmik.github.io/wiki/Why-lambdas-matter-(even-on-Android)) A little knowledge exchange from an active lambdas user. ------- *December 08, 2015* ### [RxJava magic (finally) goes away](https://github.com/konmik/konmik.github.io/wiki/RxJava-magic-(finally)-goes-away) There is too much magic inside of RxJava. Docs and tutorials are either too shallow or too complicated. Here is the middle ground that is essential to know before playing with RxJava. ------- *September 19, 2015* ### [How to have a 100% code coverage with tests and be sane](https://github.com/konmik/konmik.github.io/wiki/How-to-have-a-100%25-code-coverage-with-tests-and-be-sane) This article is about an experiment on unit testing that I made aiming to reach 100% unit test coverage that ended with some conclusions on coverage tools and unit testing in general. ------- *March 23, 2015* ### [Introduction to Model-View-Presenter on Android](https://github.com/konmik/konmik.github.io/wiki/Introduction-to-Model-View-Presenter-on-Android) This article is a step-by-step introduction to MVP on Android, from a simplest possible example to best practices. The article also introduces a new library that makes MVP on Android extremely simple. ------- *February 01, 2015* ### [Snorkeling with Dagger 2](https://github.com/konmik/konmik.github.io/wiki/Snorkeling-with-Dagger-2) "Diving" is too deep and hard. I'm going to teach you quickly and easily. :)