Can i create an android app if i create its frontend in a language and backend in another language?If yes then how? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

2nd Jul 2019, 2:08 PM
Syed Sajeel Rize
Syed Sajeel Rize - avatar
1 Answer
+ 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.
2nd Jul 2019, 2:18 PM
C ++
C ++ - avatar