You are here |
www.marcogomiero.com | ||
| | | |
adambennett.dev
|
|
| | | | Google has finally released the new Activity Result APIs, which are something I've been looking forward to for a very long time. In this post I'll run through the basics, how you can create your own contracts, and how this allows us to abstract away even more responsibilities from your UI. The basics As I'm sure you're aware, when you want to request data from another activity (say for instance, requesting an image from a camera), you would override onActivityResult. This works absolutely fine but has a ... | |
| | | |
whackylabs.com
|
|
| | | | What better way to start the new year than trying out the Kotlin Multiplatform. | |
| | | |
adambennett.dev
|
|
| | | | Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants | |
| | | |
blog.omega-prime.co.uk
|
|
| | I recently released my first open source library for Java, MDBI. I learnt a lot about the Java open-source ecosystem as part of this process, and this blog summarises that in the hope that it will be useful to others. Specifically, the post will explain how to set up a project using the modern Gradle build system to build code and deploy it to the standard Maven Central repository from the command line really easily. |