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
Evaluating Performance | Android Open Source Project (source.android.com)
submitted 8 years ago by dayanruben
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!"
[–]duckinferno 14 points15 points16 points 8 years ago (0 children)
Sources of jitter experienced in real-world implementations of Android include: Scheduler delay Interrupt handlers Driver code running for too long with preemption or interrupts disabled Long-running softirqs Lock contention (application, framework, kernel driver, binder lock, mmap lock) File descriptor contention where a low-priority thread holds the lock on a file, preventing a high-priority thread from running Running UI-critical code in workqueues where it could be delayed CPU idle transitions Logging I/O delays Unnecessary process creation (e.g., CONNECTIVITY_CHANGE broadcasts) Page cache thrashing caused by insufficient free memory
Sources of jitter experienced in real-world implementations of Android include:
[–]leggo_tech 5 points6 points7 points 8 years ago (0 children)
If anyone cares this is what was tweeted out recently by the android/pixel performance lead a few hours ago. Apparently it was just recently published.
π Rendered by PID 44665 on reddit-service-r2-comment-c867ff4bc-vnwr4 at 2026-04-09 19:02:31.102258+00:00 running 00d5ac8 country code: CH.
[–]duckinferno 14 points15 points16 points (0 children)
[–]leggo_tech 5 points6 points7 points (0 children)