Reputation: 1
If there is an already existing Android app and now it has to be turned into hybrid app supporting both Android and iOS, how should I do that?
Upvotes: 0
Views: 23
Reputation: 44516
Native Android apps are written in Java.
Hybrid apps are written in HTML, JS and CSS.
You will need to recreate your logic and UI from scratch.
Upvotes: 1