I'm working on a mobile project where you need to migrate a legacy application that was developed for Windows Mobile 6.1 , Android strong>.
This application was developed using C # , with 3-tier architecture, divided into View , Business and Data (winemms), BLL, and DAL ).
When migrating to Android , is it feasible, or recommended to use this type of architecture as well, or can there be problems? Or is there some better recommended architectural pattern for large applications in android?