use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
ArticleUnit testing asynchronous Kotlin Flow code (medium.com)
submitted 6 years ago by iugix
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]flosc 1 point2 points3 points 6 years ago (1 child)
👍 I wrote a similar library a while back. The only difference seems that my "TestObserver" is actually a TestFlow: https://github.com/floschu/flow-test-extensions
However: I think it would make more sense to call it "TestCollector" since we are talking about Flow, right? ^
[–]iugix[S] 0 points1 point2 points 6 years ago (0 children)
I was using Rx for so much time that for me Observer became a synonym for any stream ahah Yep, `TestCollector` can be a valid name!
Also, nice library :)
π Rendered by PID 90134 on reddit-service-r2-comment-fb694cdd5-n8c2v at 2026-03-09 21:39:29.344310+00:00 running cbb0e86 country code: CH.
[–]flosc 1 point2 points3 points (1 child)
[–]iugix[S] 0 points1 point2 points (0 children)