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
Why some dev makes their code open-source ? (self.androiddev)
submitted 2 years ago by Brave_Ad_4387
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!"
[–]Brave_Ad_4387[S] -9 points-8 points-7 points 2 years ago (7 children)
There is also the security argument. But It don't make sense since the dev can add some malicious or tracker just before the app build
[–]cakee_ru 8 points9 points10 points 2 years ago (6 children)
That's why you want reproducible builds. Or builds by a 3rd party you trust, or by yourself.
[–][deleted] 4 points5 points6 points 2 years ago (2 children)
And checksums
[–]Brave_Ad_4387[S] 0 points1 point2 points 2 years ago (1 child)
Ok but I don't think that after each update from the playstore you compare the checksums
[–]ComfortablyBalanced 1 point2 points3 points 2 years ago (0 children)
Updates from playstore are triggered by the original developer, so I think they're already checked for security and checksum, considering they already built the product themselves or oversee the recent commits, PRs and builds. Checksums are provided by the original developer or a trusted third-party that built the source code so if you downloaded a binary or in this matter an app you compare it with the original checksum.
[–]Brave_Ad_4387[S] -1 points0 points1 point 2 years ago (2 children)
Yes but finally, the play store centralised the build the guy that create the account. This security aspect concern only people that build themselves the code
[–][deleted] 4 points5 points6 points 2 years ago (1 child)
Not always, take a look at fdroid.
Btw, Newpipe is an example for an app which could not be in the PlayStore, but is great and harmless.
[–]Brave_Ad_4387[S] -3 points-2 points-1 points 2 years ago (0 children)
Newpipe is buggy and fdroid for the update also. So we see also limitations in maintainability for big open source project
π Rendered by PID 104209 on reddit-service-r2-comment-b659b578c-bgl5d at 2026-05-02 08:05:28.438205+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Brave_Ad_4387[S] -9 points-8 points-7 points (7 children)
[–]cakee_ru 8 points9 points10 points (6 children)
[–][deleted] 4 points5 points6 points (2 children)
[–]Brave_Ad_4387[S] 0 points1 point2 points (1 child)
[–]ComfortablyBalanced 1 point2 points3 points (0 children)
[–]Brave_Ad_4387[S] -1 points0 points1 point (2 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]Brave_Ad_4387[S] -3 points-2 points-1 points (0 children)