Articles & Tutorials
The Ultimate Guide to Android Bluetooth Low Energy
(punchthrough.com) Chee Yi Ong goes over the basics of BLE that Android developers need to know, as well as walk through real-world examples of common BLE operations like scanning, connecting, reading, writing and setting up indications or notifications. |
(blog.mindorks.com)
Amit Shekhar compares the RxJava Create and fromCallable operators to help understand when to use each on your use-case.
(medium.com)
Patrick Dattilio describes how to inject persistence into your AndroidX ViewModels.
Sponsored
Build and operate Android apps faster with Bitrise
(www.bitrise.io) From Android-specific solutions to full cross-platform support, we aim to streamline your development process through one, easy-to-use service. Whether you work in Kotlin, React Native, or any other framework, Bitrise is the way to go. Sign up for a free trial today! |
(proandroiddev.com)
Adam Hurwitz compares and contrasts implementing unidirectional data flow in RxJava vs Kotlin Coroutines' Flow.
(ryanharter.com)
Ryan Harter takes a look at some of the existing approaches that allow us to create presenters that will live in the context of our views, and then shares an alternate approach that he's used to ensure presenters are properly bound to their view’s lifecycle.
(antonioleiva.com)
Antonio Leiva describes View Binding, a new view access mechanism that was released in conjunction with Android Studio version 3.6 which has several advantages that make it the most interesting option today.
(medium.com)
In this article, Shreyas Patil shows how to use Kotlin Coroutine StateFlow in Android in place of LiveData.
(proandroiddev.com)
Sometimes when injecting objects using Dagger, things can get tricky if you need a runtime argument to construct your class. Gabor Varadi shows a technique for making this work.
(blog.stylingandroid.com)
Mark Allison shows how we can change the behavior of how Material 2.0 edges are rendered and this provides us with even more possibilities for customizing our shapes. Since we cannot control the edge rendering from XML, we have to start doing things in Kotlin.
(medium.com)
Generics can be limiting when you need to access type info in a generic function, and the compiler tells you the info doesn’t exist! Murat Yener describes how reification helps with this when writing Kotlin code.
(adambennett.dev)
In this post Adam Bennett explains why we need a Result class, how it works, what problems it solves, and shows some examples of how we use it at the end.
Sponsored
Place a sponsored post & reach over 66k Android devs (androidweekly.net) |
Jobs
(Remote)
We build “You Need a Budget”, the best budgeting software around. For more than a decade, people have been buying YNAB and then telling their friends how it changed their lives. We're looking for a Senior Android Developer to join us in helping people gain total control of their money.
Libraries & Code
Decorator
(github.com) Decorator is an Android library that helps creating composable margins and dividers in RecyclerViews |
(github.com)
Easy and consistent setup of static analysis tools for Android and Java projects
(github.com)
Transform into a different view or activity using morphing animations. Using Transformation motions of new material version
News
Say hello to the helpful Firebase Emulator
(firebase.googleblog.com) Google introduces the Emulator UI to the Firebase community, a local web app that allows you to manage local emulators that make up the Firebase Local Emulator Suite. |
Videos & Podcasts
Firebase Hosting, an origin story
(firebasepodcast.googledevelopers.libsynpro.com) In this episode David East tells you the story of how Firebase Hosting got started. You'll hear from the first ever engineer on the product (Chris Raynor), the current technical lead (Michael Bleigh), and even another engineer (Dahlia Salem) will teach you how to run server code on Firebase Hosting. |
(www.youtube.com)
This week's lecture by Nate Ebel will teach you how to implement Fragment navigation in your app using the Navigation Architecture Component from Android Jetpack.
(androidbackstage.blogspot.com)
In this episode, Romain, Chet and Tor talked with Nick Anthony and Alan Viverette from the AndroidX team about... AndroidX. And Jetpack. An
(blog.bitrise.io)
This episode focuses on different aspects of remote work, Mobile DevOps, and how to remain productive from home, featuring special guest: Joe Birch.
以上所述就是小编给大家介绍的《Issue #415》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据挖掘导论
Pang-Ning Tan, Michael Steinbach / 范明 范宏建 / 人民邮电出版社 / 2006-01-01 / 49.00元
本书全面介绍了数据挖掘的理论和方法,旨在为读者提供将数据挖掘应用于实际问题所必需的知识。本书涵盖五个主题:数据、分类、关联分析、聚类和异常检测。除异常检测外,每个主题都包含两章:前面一章讲述基本概念、代表性算法和评估技术,后面一章较深入地讨论高级概念和算法。目的是使读者在透彻地理解数据挖掘基础的同时,还能了解更多重要的高级主题。此外,书中还提供了大量示例、图表和习题。 本书适合作为......一起来看看 《数据挖掘导论》 这本书的介绍吧!