layouts: update openring data (#35)

Co-authored-by: GitHub Actions <noreply@github.com>
This commit is contained in:
github-actions[bot] 2020-11-01 10:17:03 +05:30 committed by GitHub
parent 48df761ee2
commit eb731b414a
1 changed files with 11 additions and 11 deletions

View File

@ -2,17 +2,6 @@
<h3>Articles from blogs I follow around the net</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://joebirch.co/android/exploring-jetpack-compose-preview-annotation/" target="_blank" rel="noopener">Exploring Jetpack Compose: @Preview annotation</a>
</h4>
<p class="summary">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…</p>
<small class="source">
via <a href="https://joebirch.co">Joe Birch</a>
</small>
<small class="date">October 30, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://fasterthanli.me/articles/whats-in-a-rainbow-table" target="_blank" rel="noopener">What&#39;s in a Rainbow table?</a>
@ -40,6 +29,17 @@ rainbow tables, which was much, much faster.
<small class="date">October 28, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a class="tag__link" href="http://coroutinedispatcher.com/posts/shared-flow/" target="_blank" rel="noopener">Usage of SharedFlow</a>
</h4>
<p class="summary">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…</p>
<small class="source">
via <a href="http://coroutinedispatcher.com/">Coroutinedispatchers&#39; blog</a>
</small>
<small class="date">October 27, 2020</small>
</div>
</section>
<p class="attribution">
Generated by