1
I’m creating a project and I’m using 3 layers.. presentation, logic and data access! In my data class I need to access the DAO(sqlite) however I need the context to use my DAO, but I cannot use the context in that class because the context belongs to the presentation layer! how can I solve this problem?