+ 4
Needing more details about android development
I'm just wondering if it's possible to download an apk and find out what was used to create that specific app or game on playstore, I need it to tell me if it's made by unity,phonegap,android studio,ect ect, Somtimes I come across somthing and like how it looks but never know what it was made with which is makes no sense because theres so many ways to make an app. thanks
3 odpowiedzi
+ 1
https://www.wappalyzer.com/lookup
May this helps.. I bookmarked it But don't know it is work for app test..
+ 1
Actually there's a way to figure out whether an app is developed with native languages(Java/Kotlin) or using hybrid Tecnology(phonegap/react native).
If you use an Android device than just go to Developer Options from Settings and turn on Show Layout bounds. And then launch your app and see the layout highlighted. If there are lots of rectangle highlighted, it's native(must be written in Java/Kotlin). Or there are none it's hybrid, because it's just a webview(phonegap/react native/flutter).
However it's not become clear which tools they used, but it's a decent way to differentiate native from other sources.