#WorkManager
I call this look USCSS Nostromo chic.
August 18, 2025 at 8:40 AM
Compose 1.8.0 is out today alongside a bunch of other #JetpackReleaseNotes including Transition 1.6.0 and bug fixes in DataStore 1.1.5, ExifInterface 1.4.1, Room 2.7.1, and WorkManager 2.10.1.
developer.android.com/jetpack/andr...
Stable Releases  |  Jetpack  |  Android Developers
developer.android.com
April 24, 2025 at 1:39 AM
I also added resizable and configurable Android widgets, which adapt to your Home Screen Material Theme 🎨🖌️
I used Glance, flutter workmanager and isolates to keep the weather on the widget up to date.
yetanotherweather.app

#buildinpublic #flutterdev
January 11, 2025 at 10:43 AM
More #JetpackReleaseNotes are out today with bug fix releases in Room 2.7.2, WorkManager 2.10.2, and Compose 1.8.3 alongside Compose 1.9.0-beta01 and brand new Compose integrations in Ink 1.0.0-alpha05 and NavigationEvent 1.0.0-alpha03.
developer.android.com/jetpack/andr...
Recent Release Notes  |  Android Developers
developer.android.com
June 18, 2025 at 10:46 PM
WorkManager 2.11.0 raises the minSdk from 21 to 23. That change meant that the team could remove 3,739 lines of code and the AlarmManager based scheduler used to support older versions of Android. Welcome to a leaner WorkManager!

developer.android.com/jetpack/andr...
WorkManager  |  Jetpack  |  Android Developers
developer.android.com
October 24, 2025 at 9:11 PM
WorkManager 2.10.2 is available today with a number of fixes around work with network constraints.
developer.android.com/jetpack/andr...
WorkManager  |  Jetpack  |  Android Developers
developer.android.com
June 18, 2025 at 10:46 PM
Let me introduce myself. Hi I am Rahul 👋. I work on the Android Toolkit team at Google. I have worked on libraries like:

👷WorkManager - Background processing on Android.
🔘Jetpack App Startup
November 22, 2024 at 10:40 AM
KMP WorkManager - Production-ready Kotlin Multiplatform library for scheduling and managing background tasks on Android and iOS with a unified API. github.com/brewkits/kmp...

Haven't tried it yet but looks very interesting. Kudos as well for comprehensive docs provided.
GitHub - brewkits/kmpworkmanager: KMP WorkManager - Unified API for scheduling and managing background tasks—one‑off, periodic, exact and chained jobs—featuring advanced triggers, structured logging, ...
KMP WorkManager - Unified API for scheduling and managing background tasks—one‑off, periodic, exact and chained jobs—featuring advanced triggers, structured logging, event‑driven completion, demo U...
github.com
January 15, 2026 at 8:26 AM
Today's #JetpackReleaseNotes include Benchmark 1.4.0, Browser 1.9.0, Security Crypto's final deprecation in 1.1.0 stable, bug fixes in Navigation 2.9.3 and WorkManager 2.10.3, Compose 1.9.0-rc01, new alphas for Lifecycle+SavedState, plus a ton of XR updates!
developer.android.com/jetpack/andr...
Recent Release Notes  |  Android Developers
developer.android.com
July 30, 2025 at 11:22 PM
This week's #JetpackReleaseNotes includes Window 1.5.0, Compose Material3 1.4.0 plus bug fixes in Compose 1.9.2, Navigation 2.9.5, Room 2.8.1, Sqlite 2.6.1, Wear Compose 1.5.2, and WorkManager 2.10.5.
developer.android.com/jetpack/andr...
Recent Release Notes  |  Android Developers
developer.android.com
September 26, 2025 at 4:10 AM
Update: koin-androidx-startup doesn't depend on WorkManager anymore 🥳
github.com/InsertKoinIO...
Remove unnecessary workmanager dependency by MycroftWong · Pull Request #2151 · InsertKoinIO/koin
Use startup to replace workmanager, as workmanager is unnecessary dependency.
github.com
March 27, 2025 at 9:12 AM
I finally get to delete the AlarmManager based implementation for work scheduling in WorkManager (after the minSdkVersion update to 23).

This was the first _big_ task when I joined the UI Toolkit team in 2018, so it feels like end of an era.

android-review.googlesource.com/c/platform/f...
Gerrit Code Review
android-review.googlesource.com
August 2, 2025 at 12:08 AM
New Version of home_widget released!

Interactive Homescreen Widgets on Android now use Workmanager under the hood making it a lot more responsive/reliable especially on Android 15.

pub.dev/packages/hom...

1/4
home_widget | Flutter package
A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
pub.dev
October 15, 2025 at 9:32 PM
🚀 AndroidX updates are here!

Compose Material 3 1.5.0-alpha29, Navigation 2.10.2, WorkManager 2.12.0, WebKit 1.18.0-alpha02 & XR Compose 1.0.0-beta01.

🔗 developer.android.com/jetpack/andr...

#AndroidDev #AndroidX #JetpackCompose
September 23, 2026 at 6:17 PM
Thank you, Android library code, for providing such clear and actionable documentation. 🙄
February 22, 2026 at 10:56 PM
#flutterDev
Workmanager should be part of the isolate package and taught alongside Isolates. I see so many online posts asking "How to access the local database within Workmanager" and not a single reply I've seen mentions to utilize the ReceivePort and SendPort mechanisms via IsolateNameServer.
June 29, 2025 at 12:44 PM
Ugh, the truth. It burns

WorkManager does indeed render you vulnerable to these problems. As does any persistent storage
February 28, 2026 at 2:46 PM
⭐ Progress on my Quotes App (Jetpack compose + MVVM)

✅Fixed WorkManager bug that made it stop scheduling
✅Widget now refresh every 24 hours

#buildinpublic #kotlin #java #androiddev #developers #programming #Github #JetpackCompose #AndroidDev #AndroidDevelopment #letsconnect
Was building a minimalistic quotes app for a long time using jetpack compose...

Still work in progress ...🧑‍🏭

github.com/shalenMathew...

#buildinpublic #kotlin #java #androiddev #developers #programming #Github #JetpackCompose #AndroidDev #AndroidDevelopment #letsconnect
March 29, 2025 at 4:30 PM
Trying to get background updates to run every 30 min for a weather homescreen widget in flutter is work manager obsolete now?

github.com/fluttercommu...

Any suggestions?

#flutterDev #buildInPublic
🐞[Workmanager package not compatible with latest flutter version in android and ios] · Issue #599 · fluttercommunity/flutter_workmanager
[✓] I have read the README [✓] I have done the setup for Android [✓] I have done the setup for iOS [✓] I have ran the sample app and it does not work there Version Technology Version Workmanager ve...
github.com
May 20, 2025 at 6:52 PM
Quotes v4.3 is live 🚀

✅notification revamp
✅widget fetches data from liked
✅now users can edit their custom quotes
✅workmanager bug fixes
✅added troubleshoot section

Checkout 👇
github.com/shalenMathew...

#buildinpublic #kotlin #JetpackCompose #AndroidDev #JavaScript #ReactJS
April 7, 2026 at 5:54 AM
🚀 New AndroidX updates (June 18, 2025)!

Includes:
🔹 Compose 1.8.3 & 1.9.0-beta01
🔹 Activity 1.12.0-alpha03
🔹 WorkManager 2.10.2
🔹 Room 2.7.2
🔹 Navigation3 & more!

Stay updated 👉 developer.android.com/jetpack/andr...

#AndroidDev #Android #AndroidXReleases #JetpackCompose
June 19, 2025 at 3:38 AM
⭐ Progress on my Quotes App (Jetpack compose + MVVM)

- Added a widget using Glance to display quotes.
- Now working on refreshing the widget every 24 hours using WorkManager.

#buildinpublic #kotlin #java #androiddev #developers #JetpackCompose #AndroidDev #AndroidDevelopment
March 22, 2025 at 1:40 PM
Vandaag lekker geknutseld met de Android WorkManager en background processen.
Hoe was jullie dag?
March 17, 2024 at 5:35 PM
And finally: koin-androidx-startup depends on the WorkManager library instead of androidx-startup. I have no idea why, it's probably a bug. As a result, your app will take longer to start because it will load WorkManager even if you don't use it.
Please correct me if I missed anything.
(5/5)
March 16, 2025 at 12:10 AM