Articles & Tutorials
(medium.com)
Milosz Lewandowski a look at the newly introduced Activity Result APIs, which add an ability to handle requests for Activity result in a type-safe way.
AnimatedIcons: Archive
(blog.stylingandroid.com) Mark Allison modifies a flat animation to take on a three-dimensional appearance. |
(medium.com)
In this post you'll learn about how to dynamically deliver parts of your app (e.g. A/B Tests or country specific code for recognising banking card numbers). You'll learn about how SplitInstallManager does the heavy lifting and what for caveats you have to look out for. Be sure to check out the second part as well.
(badootech.badoo.com)
In this follow up you'll learn a bit about Badoos take on RIB (Router, Interactor & Builder) and how they split up a real world application.
Jetpack Compose: State
(alexzh.com) In this post by Alex Zhukovich you'll learn how to put state in your Jetpack architecture. You'll learn about @Model and @Composable functions and how to use them to declaratively create your UI. |
(www.raywenderlich.com)
In this data privacy tutorial for Android with Kotlin, Kolin Stürt shows how to protect users’ data.
(charlesmuchene.hashnode.dev)
Understanding and using framework callbacks correctly can help mitigate common errors. Charles Muchene shows how to employ tools and libraries such as the Android Studio profiler and LeakCanary to assist in uncovering hidden issues within your code.
(dev.to)
Pin-Sho Feng shows how to leverage the Kotln compiler to ensure that we can only have valid models so that it's impossible to have incorrect cases.
(madhead.me)
This article shows you how to significantly speed up the detekt task in a multi-project Gradle build.
(commonsware.com)
Mark Murphy takes a look at Android R Developer Preview 2
(medium.com)
Mohit shares how to test delays, retries, and errors with Flows. He's also added useful tips and things to watch out for when unit testing.
(joebirch.co)
In this blog post, Joe Birch builds the first Kotlin Multiplatform module which will be used to handle the networking layer of an authentication feature.
(www.giorgosneokleous.com)
Giorgos Neokleous describes full-screen intents, as well as how and when they should be used.
(proandroiddev.com)
A Deep Dive by Somesh Kumar into Motion Transitions with the new update of the Material Design Component Library.
(medium.com)
Oscar Wahltinez provides a brief overview of CameraX Jetpack Library and shares what’s new in Beta.
(proandroiddev.com)
Vipul Asri shows how to use the power of Jetpack Compose to build dynamic screens.
(blog.kotlin-academy.com)
Marcin Moskala enumerates the advantages of both enums and sealed classes.
(www.zacsweers.dev)
Android's build tools come with a few ProGuard facets for your release builds. In this post, Zac Sweers covers what they all are, what's inside 'em, and what you can do with this knowledge!
(medium.com)
In this article, Shreyas Patil explains the basic concepts of the popular Dependency Injection framework Dagger by using a simple example.
(wajahatkarim.com)
Android OS will kill your app in the background to reclaim the resources and memory. Wajahat Karim shows how to handle it as a developer.
Sponsored
Place a sponsored post & reach over 66k Android devs (androidweekly.net) |
Jobs
(New York, NY / Remote)
SCRUFF & Jack'd, two of the largest gay social dating apps on Android with more than 20M members worldwide, are looking for experienced Android developers to work on the next generation of their app.
Libraries & Code
Foodium
(github.com) Foodium is a sample food blog Android application built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components). |
(github.com)
A quick and easy in-app database viewer and manager library for your Room databases.
(github.com)
Some fluent Kotlin expressions for a single if-else statement, nullable and boolean.
News
(goo.gle)
Join us online for the Google for Games Developer Summit on March 23rd and learn how the new Google Play Asset Delivery can help with: flexible delivery modes, texture compression targeting and automatic updates.
Android 11: Developer Preview 2
(android-developers.googleblog.com) Dave Burke, VP of Engineering at Google, shares the next milestone release of Android 11 for you to try. |
Videos & Podcasts
Fundamentals of Kotlin
(www.youtube.com) This video is about the Introduction fundamentals of Kotlin |
(www.youtube.com)
Coroutines in Kotlin simplify asynchronous operations on Android. In this video, we go more in depth about why coroutines are important, how they work under the hood, how a coroutine can suspend without blocking threads, and much more!
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Spring
Bruce Tate、Justin Gehtland / O'Reilly Media, Inc. / 2005-04-12 / USD 29.95
Since development first began on Spring in 2003, there's been a constant buzz about it in Java development publications and corporate IT departments. The reason is clear: Spring is a lightweight Java......一起来看看 《Spring》 这本书的介绍吧!