Explore >> Select a destination


You are here

www.marcogomiero.com
| | adambennett.dev
15.3 parsecs away

Travel
| | 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
10.5 parsecs away

Travel
| | What better way to start the new year than trying out the Kotlin Multiplatform.
| | adambennett.dev
12.4 parsecs away

Travel
| | Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants
| | blog.omega-prime.co.uk
84.2 parsecs away

Travel
| 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.