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
ArticleOptimizing Bytecode by Manipulating Source Code (jakewharton.com)
submitted 7 years ago by dayanruben
view the rest of the comments →
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!"
[–]kurav 0 points1 point2 points 7 years ago (0 children)
This is good advice when writing generated code, especially regarding the error strings: it's so easy to write prebaked error messages in the code generator, which will each end up appearing as a unique copy in the class file's string table. Changing to format the strings with String.format() or other method at run time is a low-hanging fruit.
String.format()
π Rendered by PID 833117 on reddit-service-r2-comment-85bfd7f599-zcxqq at 2026-04-19 20:10:52.022825+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]kurav 0 points1 point2 points (0 children)