From 8237f67d79ebd7a2aaf203f4888c017dee6df442 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 10:10:44 +0530 Subject: [PATCH] layouts: update openring data (#24) Co-authored-by: msfjarvis --- layouts/partials/openring.html | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/layouts/partials/openring.html b/layouts/partials/openring.html index 4b6d73a..0e89c4b 100644 --- a/layouts/partials/openring.html +++ b/layouts/partials/openring.html @@ -4,17 +4,24 @@

- Many Correct Answers + Building on the Wrong Abstraction

-

Let’s copy a file with bad Java I/O: private void copy(File source, File target) throws IOException { - try (InputStream in = new FileInputStream(source); - OutputStream out = new FileOutputStream(target)) { - while (true) { - int b = in.r…

+

Writing sturdy software is hard work. Sometimes it’s very hard work, but it doesn’t need to be.Very Hard Problem: ORMI have a confession: I like Hibernate. The @Version feature is my favorite; it makes optimistic locking easy and safe. I also like how sim…

via Public Object - September 14, 2020 + September 24, 2020 +
+ +
+

+ Exploring Jetpack Compose: Column +

+

The Column Composable provides us with the functionality of displaying a collection of composables in a vertically sequenced format, where each composable is displayed simultaneously one after the other. If you’re enjoying my posts on Jetpack Compose, che…

+ + via Joe Birch + + September 18, 2020
@@ -34,17 +41,6 @@ repo ho…

September 8, 2020
-
-

- Smaller APKs with resource optimization -

-

How many times does the name of a layout file appear in an Android APK? We can build a minimal APK with a single layout file to count the occurrences empirically.

- - via - - September 1, 2020 -
-

Generated by