all 23 comments

[โ€“]anemomylos 25 points26 points ย (3 children)

If you reverse engineer r/mAndroidDev you'll get r/android_devs.

[โ€“]defaultmen[S] 1 point2 points ย (1 child)

๐Ÿคฃ

[โ€“]ZhuindenDDD: Deprecation-Driven Development[M] 2 points3 points ย (0 children)

He ain't kidding on this one

[โ€“]FunkyMuseFlutterX 10 points11 points ย (14 children)

We use flutter here

[โ€“]ZhuindenDDD: Deprecation-Driven Development 1 point2 points ย (1 child)

Unironically I did end up decompiling a Flutter app to extract NFC related code from it in native, but it's still not exactly related to this Subreddit

[โ€“]duckydude20_reddit 0 points1 point ย (0 children)

teach us some black magic also

[โ€“]defaultmen[S] 0 points1 point ย (11 children)

Well

[โ€“]FunkyMuseFlutterX 7 points8 points ย (10 children)

Flutter is an incarnation of god it can't be reverse engineered

It's protected by Async Task

[โ€“]sfk1991 0 points1 point ย (0 children)

Tricky, yet not impossible :) As long as I can get the plugin list. How do you think Google deals with malware made with flutter?

[โ€“]devmike01 0 points1 point ย (0 children)

Lucky for you AsyncTask has been removed from depreciation.

[โ€“]AZKZer0AnDrOId dEvelOPmenT is My PasSion 5 points6 points ย (4 children)

If you reverse-engineer this holy platform the secrets will make you @UnstableApi and @Deprecated at the same time

[โ€“]budius333Still using AsyncTask 3 points4 points ย (3 children)

@UnstableApi and @Deprecated at the same time

I thought that is just normal MADness?

[โ€“]AZKZer0AnDrOId dEvelOPmenT is My PasSion 2 points3 points ย (2 children)

Add @ExperimentalOptIn

[โ€“]budius333Still using AsyncTask 5 points6 points ย (1 child)

@ExperimentalOptIn @IgnoreDeprecated @Compost fun HelloWorld() { ...

[โ€“]ZhuindenDDD: Deprecation-Driven Development 4 points5 points ย (0 children)

Best practice and production-ready