I have a couple of questions about developing apps for Android [closed]

0

I started recently in the programming, but I'm very interested in the development of apps for smartphones and I want to start with android, but I have some doubts.

I have seen that it is advisable to program in Java but that it is also possible to do it in C ++, until now I feel much more comfortable using C ++ ', will it be an inconvenience if I use it to program in Android?

How did I develop a user interface to my Android application? How complex is this last?

    
asked by Just Half 16.03.2017 в 20:25
source

1 answer

1

Check out the ndk for android to be able to program in c ++ on android, link

If you want to go with c ++ you should look for information about ndk instead of sdk

It must be said that as much as in java with in C ++ it is not properly Java or pure C ++, so a native application in C ++ would have to adapt for Android

    
answered by 16.03.2017 в 20:32