diff --git a/layouts/partials/openring.html b/layouts/partials/openring.html index d6d0f20..e5bd7e0 100644 --- a/layouts/partials/openring.html +++ b/layouts/partials/openring.html @@ -2,17 +2,6 @@

Articles from blogs I follow around the net

-
-

- Exploring Jetpack Compose: @Preview annotation -

-

The ability to Preview Jetpack Compose composables within Android Studio is possibly one of my favorite things about this new way of building apps. Previews allow us to build, style and polish our composables without needing to run our app. The annotation…

- - via Joe Birch - - October 30, 2020 -
-

What's in a Rainbow table? @@ -40,6 +29,17 @@ rainbow tables, which was much, much faster. October 28, 2020

+
+

+ Usage of SharedFlow +

+

onCreate With the 1.4 Update, kotlin coroutines brought us a lot of features and improvements. One of them was the introduction of SharedFlow. Basically, what I would like to call it, is simply a “Single Event StateFlow”. Remember single event LiveData wo…

+ + via Coroutinedispatchers' blog + + October 27, 2020 +
+

Generated by