@istima sent a great link: looks like Google accidentally published Android 11 landing page on Developer Preview site and then quickly removed it.
#android #google
#android #google
Redmond Pie
Google Accidentally Outs Android 11 Ahead Of Time
Google has accidentally outed the next version of Android - Android 11. This happened after a landing page on the company's developer portal was updated to include details about the update.
Android 11 Developer Preview is now available. What a surprise! :)
The most interesting updates are dedicated section for conversations in the notifications shade and single session permissions. The link sent by @Remych04
#google #android #preview
The most interesting updates are dedicated section for conversations in the notifications shade and single session permissions. The link sent by @Remych04
#google #android #preview
Android Developers Blog
Turning it up to 11: the first Developer Preview of Android 11
Posted by Dave Burke, VP of Engineering Android has led the way towards the future of mobile, with new technologies like 5G to folda...
Looks like we'll be able to handle keyboard visibility via Insets more casually. And a bit more on that on Twitter.
#android #insets #keyboard
#android #insets #keyboard
@Atetc shared a link on a new release of Kakao - DSL for Espresso. They've updated libraries' versions, added ViewPager2 and several other Views support.
#test #library #espresso
#test #library #espresso
GitHub
Release 2.3.0 release · agoda-com/Kakao
Kotlin updated to 1.3.61
appcompat artifact from AndroidX updated to 1.1.0
recyclerview artifact from AndroidX updated to 1.1.0
swiperefreshlayout artifact from AndroidX has been added at version 1...
appcompat artifact from AndroidX updated to 1.1.0
recyclerview artifact from AndroidX updated to 1.1.0
swiperefreshlayout artifact from AndroidX has been added at version 1...
Good one: this document describes which languages Fuchsia supports. Short summary:
- C - platform ✅, end-developers ✅
- C++ - platform ✅, end-developers ✅
- Dart - platform ✅, end-developers ✅
- Rust - platform ✅, end-developers ❌
- Go - platform ❌, end-developers ❌
- Python - platform ✅, end-developers ❌
#fuchsia #google #language
- C - platform ✅, end-developers ✅
- C++ - platform ✅, end-developers ✅
- Dart - platform ✅, end-developers ✅
- Rust - platform ✅, end-developers ❌
- Go - platform ❌, end-developers ❌
- Python - platform ✅, end-developers ❌
#fuchsia #google #language
@lndmflngs sent us a link on his
#library #textview #drawable
compound-text-view library. It provides a TextView that knows how to change drawables gravity. Check it out!#library #textview #drawable
GitHub
GitHub - imbeerus/compound-text-view: Change gravity of Image Drawable in TextView 🌌
Change gravity of Image Drawable in TextView 🌌. Contribute to imbeerus/compound-text-view development by creating an account on GitHub.
@MightySeal shared an interesting link: looks like a much more convenient and typesafe wrapper for the whole startActivityForResult thing is coming soon.
#activity #google
#activity #google
A nice overview of what and how we can do with the keyboard and WindowInsets starting with Android 11.
#keyboard #android #insets
#keyboard #android #insets
Medium
Exploring WindowInsets on Android 11
Android 11 Developer Preview 2 introduced a long-awaited feature: the ability to synchronize the app’s content with the IME (soft…
Check out this JEP. They propose to enhance
#java #jep #instanceof
instanceof so it can be used like this:if (obj instanceof String s) {
// can use s here
} else {
// can't use s here
}#java #jep #instanceof
In this strange post author explores what happens when you try to close your app via System.exit(). It's not clear why would anyone want to do this, but it's always fun to know.
#system #jvm #activity
#system #jvm #activity
Medium
A cautionary tale on Android: do not call System.exit()
Once upon a time… there was an issue that was hidden in plain sight! It lived freely for years without no one noticing it. Until one day…
An entertaining post on changes that happened to programming over the last 20 years.
#programming #humor
#programming #humor
Medium
How is computer programming different today than 20 years ago?
I saw a question on Quora asking this and I started to write an answer. But it got so long that I converted into a post here.
Good news, everyone! Microsoft introduces the new multiplatform framework .NET MAUI. It works on Android, iOS, macOS and Windows and is built on top of Xamarin.Forms.
#microsoft #dotnet #maui
#microsoft #dotnet #maui
Microsoft News
Introducing .NET Multi-platform App UI
You can build anything with .NET. It’s one of the main reasons millions of developers choose .NET as the platform for their careers, and companies invest for their businesses. With .NET 5 we begin our journey of unifying the .NET platform, bringing .NET Core…
Check out the current state of Project Loom (lightweight threads, "virtual threads" as they call them) in Java.
#java #loom #coroutine
#java #loom #coroutine
A short post on using
#view #handler
post and postDelayed to remind you that there is also the removeCallbacks method and a thing called ViewTreeObserver.#view #handler
Medium
Stop Using Post/PostDelayed in Your Android Views
Prevent avoidable crashes