android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.42k stars 11.63k forks source link

Change createTest to return task ID #928

Closed dturner closed 1 year ago

dturner commented 1 year ago

createTask now returns the newly created task ID as a String, rather than a whole Task. This encourages callers to use the observe methods to get access to the tasks over time. More reactive, less imperative.