2
I am working on a mobile project where it is necessary to migrate a legacy application, which was developed to Windows Mobile 6.1 (handheld), to the Android.
This application has been developed using C#, with architecture in 3 layers, divided into groups of classes of View, Business and Data (winForms, BLL and DAL).
When migrating to the Android, is feasible, or recommended to use this type of architecture as well, or could there be problems? Or is there any architecture standard better recommended for large applications, on android?
Cool, the architecture I mentioned already does that. My doubt was in question to Android even, if I had any better recommended, as I’m starting on Android, I had no knowledge about.
– Erico Souza
using the MVC model makes code maintenance much easier
– Arubu