B
B
Bogdan2018-12-10 21:40:02
Android
Bogdan, 2018-12-10 21:40:02

How to define a framework?

Hello. Tell me please. And how can you determine the framework from which the application was compiled. The application is already installed on the device. It is known exactly what was written on the js-framework, it seems that there are not so many of them from normal ones: Electron, React-Native, NativeScript, Cordova ... maybe there is information in some file, or there are typical signs for frameworks by which it can be define. Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
grinat, 2018-12-10
@grinat

You take the apk file, and this is a regular archive and unpack it. Further, depending on what kind of files are there, you can determine if there will be .js files, you open them and see what is there. The electron immediately disappears, the electron is dextops.

O
Oleg, 2018-12-11
@402d

https://www.appbrain.com/stats/libraries/details/p...
He knows about cordova.
open the desired application. e.g.
https://www.appbrain.com/app/mymetro/com.nuance.nm...
and read the Development tools block

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question