Issue #410

栏目: IT技术 · 发布时间: 5年前

Articles & Tutorials

Issue #410 Adventures in Compose - The Doom fire effect

(adambennett.dev)

Adam Bennett takes the fire effect from the iconic game Doom and implements it using Jetpack Compose.

Dark Mode: three Lint checks to help

(dev.to)

Implementing Night Mode in Android can be pretty straightforward unless you're dealing with several-year-old legacy themes. Daniele Bottillo shares a couple lint checks that will help you correct issues in your themes and styles.

Sponsored

Issue #410 Why The Top Apps Rely on Instabug over Crashlytics

(instabug.com)

Catch bugs as soon as they happen and know exactly why a crash occurred. With Instabug you will automatically receive device data, network logs, and reproduction steps with every bug and crash report. It only takes a line of code to integrate. See more detailed features comparison and try Instabug for free here.

Connectivity State on Android 10 and Above

(proandroiddev.com)

A flaky network is something we've all experienced. Some of you may have written code to deal with it and you know that these corner cases always lead to brittle code. In this post you'll learn about NetworkCallback and how to use it in your app.

Sponsored

Issue #410 PathSense Smart Geofence, 6x Faster Than Google

(www.pathsense.com)

PathSense Smart Geofence for Android & iOS is: 6x faster and 6x more accurate than Google Play Geofencing. Reliable in waking up your app from the background. Optimized for Android O, P, and Q. Test the SDK in your App for FREE today!

Kotlin Multiplatform — Firebase + MVVM

(proandroiddev.com)

Javier Arroyo shares an examples of how to write a Kotlin Multiplatform app that communicates with Firebase.

ConstraintLayout: Sized Align - Styling Android

(blog.stylingandroid.com)

Mark Allison continues looking at the extremely powerful ConstraintLayout, this time showing how to adjust the alignment to a group of controls without using container views.

How to Become a Google Developer Expert?

(wajahatkarim.substack.com)

Wajahat Karim describes some of the steps he took to become Pakistan’s first Google Developer Expert in Android.

Build variants in Android

(www.rockandnull.com)

Slightly changing an Android app depending on various configurations is quite a common scenario. Bevan Steele takes a look at build variants to help achieve this.

Callback Hell in Android

(www.techyourchance.com)

In this post, Vasiliy Zukanov explains what Callback Hell is and how to fix it in your code!

Where Should I Put Kotlin Code in an Android Project?

(handstandsam.com)

Sam Edwards answers the question and puts it into perspective.

Database Inspector

(medium.com)

Murat Yener introduces a new tool called Database Inspector which helps you inspect, query, and modify databases in your running app. It's currently available in the latest version of Android Studio 4.1

Exploring Jetpack Compose: Radio Button

(joebirch.co)

Joe Birch's quick intro to using Radio Buttons in Jetpack Compose

Migrating to Material Components for Android

(medium.com)

Nick Rout walks you through the steps needed for moving from Android Support libs to Material Design components versions 1.0.0 and 1.1.0.

Simple Multiplatform RPC with Kotlin Serialization

(jakewharton.com)

Jake Wharton demonstrates how Kotlin Serialization can be used to pass data between Android and Kotlin/JS.

MVI in Kotlin Multiplatform — part 1 of 3

(badootech.badoo.com)

Arkadii Ivanov has found that MVI is a perfect pattern to use when using Kotlin Multi-Platform. In this first part, he examines what MVI is, and how this can be applied in a multi-platform world.

Jobs

Lead Android Developer

(Toulouse, France)

Pictarine is looking for their future Lead Android Developer. Our app is noted 4.8 on the Play Store with 220K ratings. In 2019 alone, we printed more than 50 million pictures in the U.S. Become the 18th member of our passionate team. Stack: Kotlin, Java, AndroidX, Glide, Retrofit, Gson, OkHttp

Libraries & Code

Issue #410 BLTaxi

(github.com)

BL Taxi is a simple app for calling a taxi in the city Banja Luka built using modern Android development tools (100% Kotlin, Android Jetpack, CI pipeline and much more).

Kotlin Coroutines

(github.com)

Nice list by Lukas Lechner about real-world Android Use Cases of Kotlin Coroutines.

Videos & Podcasts

Issue #410 How we've used Kotlin to build a Mobile Design App

(www.youtube.com)

Rebecca Franks describes her experience working on a Kotlin codebase. She covers some of the features in Kotlin used the most, some features eagerly overused and some of the mistakes made along the way.

Going Full Kotlin Multiplatform

(talkingkotlin.com)

Sit down with Jesse and Egor from CashApp (Square) to discuss how they decided to port OKio and OKHttp completely to Kotlin Multiplatform back when Kotlin wasn't even officially supported by Google

Android Developers Backstage: Remoting

(androidbackstage.blogspot.com)

In this episode, Romain, Chet and Tor chat with zero guests about the current work-from-home reality, and about adjustments we've all made as we change the way we work.

Android Jetpack: CameraX Beta

(www.youtube.com)

CameraX is a Jetpack support library created to make camera app development easier. Stay tuned to learn more about the CameraX API and use cases!

Kotlin Companion Objects & Object Expressions

(www.youtube.com)

Nate teaches how to use object expressions to write anonymous inner classes, how to use companion objects to create factories, and how to use an object declaration to implement thread-safe singletons.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

数据压缩导论

数据压缩导论

萨尤得 / 2009-2 / 99.00元

《数据压缩导论(英文版·第3版)》是数据压缩方面的经典著作,介绍了各种类型的压缩模式。书中首先介绍了基本压缩方法(包括无损压缩和有损压缩)中涉及的数学知识,为常见的压缩形式打牢了信息论基础,然后从无损压缩体制开始,依次讲述了霍夫曼编码、算术编码以及字典编码技术等,对于有损压缩,还讨论了使用量化的模式,描述了标量、矢量以及微分编码和分形压缩技术,最后重点介绍了视频加密。《数据压缩导论(英文版·第3版......一起来看看 《数据压缩导论》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具