layouts: update openring data (#21)

Co-authored-by: msfjarvis <msfjarvis@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-09-15 10:10:21 +05:30 committed by GitHub
parent aa5cdee01d
commit 24bcc057fb
1 changed files with 8 additions and 4 deletions

View File

@ -4,13 +4,17 @@
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://joebirch.co/android/exporing-jetpack-compose-padding-modifier/" target="_blank" rel="noopener">Exploring Jetpack Compose: Padding Modifier</a>
<a class="tag__link" href="https://publicobject.com/2020/09/14/many-correct-answers/" target="_blank" rel="noopener">Many Correct Answers</a>
</h4>
<p class="summary">When it comes to the composition of composables, we may want to apply additional spacing to a composables size constraints. For this we can utilise Padding padding adds this additional space to the specified sides of the composable, essentially making i…</p>
<p class="summary">Lets 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…</p>
<small class="source">
via <a href="https://joebirch.co">Joe Birch</a>
via <a href="https://publicobject.com/">Public Object</a>
</small>
<small class="date">September 11, 2020</small>
<small class="date">September 14, 2020</small>
</div>
<div class="article">