A post (sent by @lounvh) on improving the performance of
#recycler #rendering #ui
RecyclerView. The idea of using a scheduler for UI operations is nice.#recycler #rendering #ui
Medium
Smooth RecyclerView Scrolling in Android
Tips for using complex views without skipping frames
@istima reminds us:
- From November 1, 2019, app updates must target at least Android 9.0. Until this date, app updates must target at least Android 8.0 (API level 26).
- Starting December 1, 2019, versions 1 and 2 of the Google Play Developer API will no longer be available so you need to update to version 3 ahead of this date.
#play #target #sdk
- From November 1, 2019, app updates must target at least Android 9.0. Until this date, app updates must target at least Android 8.0 (API level 26).
- Starting December 1, 2019, versions 1 and 2 of the Google Play Developer API will no longer be available so you need to update to version 3 ahead of this date.
#play #target #sdk
Android Developers Blog
Changes to the Google Play Developer API
Posted by Vlad Radu, Product Manager and Nicholas Lativy, Software Engineer The Google Play Developer API allows you to automate your...
Awesome list of broken vendor-specific battery saver, doze mode, etc. behaviours and hints on how to workaround them.
#doze #battery #optimize
#doze #battery #optimize
Stable ViewPager2 release (1.0.0 - nice try, Google) is out. Migration guide looks nice, by the way.
#viewpager #fragment #recycler
#viewpager #fragment #recycler
Android Developers
ViewPager2 | Jetpack | Android Developers
Google has released Android Code Search. It’s a tool for searching Android (and libraries) source code. It also knows how to navigate from one part of the code to another.
#aosp #code #search
#aosp #code #search
Android Developers Blog
Code Search with Cross References for the Android Open Source Project
Posted by Jeff Bailey , AOSP Engineering Manager; Ally Sillins , AOSP Program Manager; Kris Hildrum, Open Source Code Search Tech Lead...
Google introduced the Recorder app for Pixel devices. This post says that the app is capable of on-device text and music recognition. We’ll see if this app is really that good.
#google #speech #recognition
#google #speech #recognition
Google Play
Recorder - Apps on Google Play
Your audio, now with the power of AI
A nice post on Unicode related Github vulnerability. This thing allowed an attacker to receive a reset password link for a Github account. That’s kinda fun!
#cybersec #unicode #vulnerability
#cybersec #unicode #vulnerability
@Harmonizr recommended a great talk by Jonathan Blow - game designer of Braid and The Witness. The main point is that it’s easy to lose the knowledge, and it’s happening right now in the software industry.
#talk #language #gamedev
#talk #language #gamedev
YouTube
Jonathan Blow - Preventing the Collapse of Civilization (English only)
Jonathan's talk from DevGAMM 2019.
https://www.youtube.com/c/DevGAMMchannel
https://www.youtube.com/c/DevGAMMchannel
@etolstoy shared with us Kotlin Census 2019 survey. It’ll take ~20 minutes of your time. Good luck! :)
#survey #kotlin
#survey #kotlin
Jetbrains
Kotlin Census 2019
Kotlin Census 2019.
A funny post appeared on Android Developers blog: they’ve launched a site that can flash certain devices with an AOSP build over WebUSB.
#aosp #usb
#aosp #usb
Android Developers Blog
Flashing Builds from the Android Open Source Project
Posted by Mitchell Wills, Android Build Software Engineer AOSP has been around for a while, but flashing builds onto a development de...
Nice! Dark mode support for WebView is coming. It’s still an alpha but good for them!
#webview #dark #theme
#webview #dark #theme
Joe Birch
Enabling dark theme in Android WebViews
So your apps just implemented a shiny new dark theme and it's looking 👌 And if you haven't yet, maybe it's in the pipeline for you to work on sometime in the future! There are lots of benefits to having a dark theme in your application, and having it consistent…