I'm developing a simple program in Java
Desktop using SqLite
to store local data, I would like to know which design pattern I can use to reuse Java
to develop the same application for Android
in my project I'm using the MVC
pattern.
Is this the most appropriate for this situation?
I have an intermediate knowledge in Java for Android, Cycle of Activitys, Views, BaseAdapter, Handlers, AsyncTask, Persistence with sqlite and etc.