Explore >> Select a destination


You are here

firebase.blog
| | blog.screenshotbot.io
10.2 parsecs away

Travel
| | We're super excited to see Google announce Compose Preview Screenshot Tests. With this, screenshot testing is officially part of the Android ecosystem, and is now the recommended way to test your adaptive layouts across multiple device configuration. If you missed the announcement, here's the Google IO talk: https://www.youtube.com/watch?v=wBc6oMVAP60 You might have questions on how to...
| | codingwithmohit.com
12.0 parsecs away

Travel
| | In this article, we'll learn about similarities and differences of Jetpack Compose and SwiftUI.
| | andreabergia.com
12.0 parsecs away

Travel
| | In this short series, we are going to dig a bit in how one writes a gradle plugin. Our plugins won't do anything useful except some println; however I hope to manage to explain some concept and to save you some time in case you have to write one. The source code for this tutorial is available on github at https://github.com/andreabergia/sample-gradle-plugin. Our first plugin Link to heading The repository is split in two projects: gradleplugin and usage. Quite obviously, gradleplugin defines our plugin, ...
| | prashamhtrivedi.in
71.7 parsecs away

Travel
| Sharing code from Private libraries is a difficult task. In this post we will see how we can use BitBucket as Private Maven Repository.