0
Can anyone tell me if I can translate my code into apk?
2 odpowiedzi
0
You can. ( If you want your web code to be converted to APK ) There are Frameworks like React Native ,Cordova and Flutter that uses a single code base to convert that code base into an application (APK or iOS). React Native and Cordova with Phonegap uses Javascript and Flutter uses Dart which is closely similar to Javascript. I recommend you start with Flutter or React Native to create applications with JavaScript :)
0
tranks🤙