Subscribe: Apple Podcasts | Spotify | Android Mia Reyes, Director of Foundational Security at Microsoft started working in tech after several years of experience in foreign policy. We talked about how her past experience relates to her role in security product management. Mia also gave a general overview on what built in security is and […]
Chris Heivly released Build the Fort: The Startup Community Builder’s Field Guide. I encourage you to get Chris’s book if you are a startup community builder or are interested in startup communities. When Ian Hathaway and I started working on The Startup Community Way: Evolving an Entrepreneurial Ecosystem, we initially talked to Chris about writing […]
19 Dec 2022 • 1 min read IntelliJ and Android Studio try to constantly reload Gradle projects by default, disabling that behavior can improve your workflow. Android Studio and IntelliJ have some annoying defaults around auto-reloading Gradle projects when they (believe) build files have changed. While I can see why it seems like a […]
Most mobile teams understand and appreciate the benefits of fast build times. Being able to quickly compile and test your code means quicker development and iteration, which in turn allows your team to ship more regularly and efficiently. But actually achieving fast build times, and implementing a long-term solution that keeps build times fast as […]
Build on latest Java, test through lowest Java 17 May 2022 In the past, when a new version of Java was released, I would add that version to our open source project’s CI builds. strategy: matrix: java-version: – 8 – 9 ⋮ – 17 + – 18 This ensures that each project can be built […]
23 Jul 2021 • 7 min read Kotlin build times are often slow, this is a laundry list of common issues and what you can or can’t do about them. An actual white whale Kotlin, strictly speaking, is awesome. Kotlin build times, strictly speaking, are not awesome. While many developers have weighed these and […]
In our previous article about Jetpack Compose, we shared our initial impressions and recommended some learning resources. This time, we’ll take Compose out for a spin by building a basic chat UI implementation with it! Stream now provides a native Jetpack Compose Chat SDK instead of the approach you see in this article. Check out […]
Hi, Here is the list of good content for you. Creating Different Build Variants in Android Jetpack Compose Tutorial — Step by Step Guide Jetpack Compose: Navigation Pagination in Jetpack Compose Understanding ExifInterface Thanks Team MindOrks Creating Different Build Variants in Android was originally published in MindOrks on Medium, where people are continuing the conversation by highlighting and responding to this […]
droidcon SF 2018 – Improving Android Build performance Source link
droidcon SF 2018 – How to Build a Performance Testing Pipeline from Scratch Source link