We create a web application as solution No. 1, but in the end we want to complement it with a mobile application, but I donβt understand when you use mobile frames (for example, Titanium, PhoneGap, etc.), you just add a mobile compatible level that interacts with the core of the web application? In other words, will the kernel (all my classes, logic, etc.) serve for a mobile application? Or do I need to write a completely separate mobile application (logic and all)? I use MVC for the web application, so I hope I can reuse as much MC as possible and just use the mobile infrastructure for V. All thoughts / help are greatly appreciated. Thanks!
source share