Published inProAndroidDev·Jun 1, 2019How to return two possible types with a centralised error handler on AndroidAs you might notice, functional programming paradigm is being used more and more in Android world. Some developers try to use a closer implementation to the pure functional programming paradigm (e.g. …Kotlin4 min readKotlin4 min read
Published inAndroidPub·Jan 15, 2018Have code quality analysis in your Android ProjectDevelopers should be proud of doing good code. But how can a developer recognises if it’s good enough? And if a tool can help you with: Percentage/Number of duplication of code Size and Complexity of your code Possible issues/code smell in your code Test coverage of your Unit Tests Most…Android4 min readAndroid4 min read
Published inAndroidPub·Oct 17, 2017Basics of Unit TestingA lot of times, unit testing is discarded because of lack of time, lack of knowledge, or just because the client didn’t ask for it. …Unit Testing5 min readUnit Testing5 min read
Published inAndroidPub·Oct 11, 2016Automate everything you can in your development processEveryday we try consciously or unconsciously make our life easier to have more time to do things that we like but why we don’t do the same with development process? Or if we do, why we don’t apply this “lazy style” for everything? Let’s suppose that this is your developing…Continuous Integration4 min readContinuous Integration4 min read