+ 3
Can i create an android app if i create its frontend in a language and backend in another language?If yes then how?
For example, if i create backend in C++,Python,Ruby,etc And create frontend in javascript,html,etc. Plz tell me the way to do this.
1 Antwort
+ 5
Yes you can create native C++ and c# app.
Use Visual Studio. And install mobile development component.
It supports android and iOS app development.
Front end or design of app is usually written in XML and by using assets. (Pictures, audio, video)
And back-end you can develop in C++, .NET, Or C#.
Good luck.