+ 1
HOW DO I CAN MAKE AN ANDROID APP USING ANDROID?
please tell how do i can make a apk app?
3 Antworten
+ 8
Sketchware is a really useful app. It uses the blockly strategy to help you program the logical part, or the action part. You also use the drag and drop widgets strategy to customize the app. You can also use Android Studio, a pc app that allows you to hand code the app, except the Activities.
+ 1
Android uses java but as a framework, so its little bit different how you code java and java for android! If you really want to learn android then first install android studio and android sdk on it! Other ide are also available! Search google to learn android programming! Head on to google's own tutorial and learn and code!
If you already know android programming, installed android studio and already prepared android project, then to create apk simply click build button on android studio, once complete successfully, it shows you the link to folder location where you will get you apk!
0
thanks