+ 2
Please how do i create my own android app...?
Software & Games
3 Answers
+ 6
I would make one by, copying a tutorial and making one of my own.
https://www.sololearn.com/discuss/823823/?ref=app
+ 1
I recently created my first app and using a combination of Ionic and Angular was a great way to go. Ionic comes with a bunch of example apps to start from. However this requires a working knowledge of HTML and Javascript and a willingness to learn the differences of Angular.
0
The Android SDK has the option to download documentation that includes some tutorials on how to get started (or you can view it online on the Android developer site). It'll guide you to build your first app while teaching you the basics. Or seek out other tutorials & follow along with your own code.