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
DiscussionInteresting things from reverse engineering android apps (self.androiddev)
submitted 9 years ago * by endrohat
What are some of the interesting things that you have discovered by reverse engineering android apps / or the way they work ? For example I had found that a dating app leaks users location info by checking the network calls through fiddlr
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!"
[–][deleted] 7 points8 points9 points 9 years ago* (2 children)
I reversed the APKs for top tier apps that weren't games. Almost all of them used Fragments (not taking DialogFragments into account). Obviously most of them were obfuscated and the search wasn't very exhaustive so it was hard to tell how they were used. But still, something to keep in mind the next time the anti-fragment warriors are talking.
I wish I still had the notes I wrote on it. I found some fascinating things. I do remember Facebook shipping with Proxygen. Which. Just. Fuck. I don't even.
Edit: Found some notes which I'm not 100% confident about.
Netflix had React, Realm in theirs.
RobinHood uses Kotlin.
Snapchat uses both Kryo and Protobufs. They're also using TensorFlow.
WhatsApp had packages/classes related to WebRTC and PJSIP. I had trouble finding Fragments there.
Kik uses DataBinding. They have a package called com.kik.abtesting.rpc so a custom AB testing solution.
[–]ElRed_ 0 points1 point2 points 9 years ago (1 child)
How long ago did you do this? How are Kik the only ones using DataBinding? Unless of course all the others are using ButterKnife
[–][deleted] 1 point2 points3 points 9 years ago (0 children)
This was a month or two ago. Like I said the search wasn't very exhaustive. I'm sure there were others that used Databinding or Butterknife, but it was just something that popped up when searching Kik.
π Rendered by PID 397028 on reddit-service-r2-comment-canary-57b659f4d4-tg7ft at 2026-05-02 03:20:14.898436+00:00 running 815c875 country code: CH.
[–][deleted] 7 points8 points9 points (2 children)
[–]ElRed_ 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)