All Questions
2 questions
1
vote
2
answers
2k
views
Using decorator and strategy pattern for dynamically generating SQL queries
This is a link to my application that actually runs on the design specified in the image.
The idea behind the image is that the SubjectInfoViewer behaves as the ...
1
vote
2
answers
721
views
Properly structuring SQLite classes/operations in Android
I am new to Android development and I want to ensure I'm learning decent practices for doing things. Right now this is my database class, which currently allows me to make a new instance of the ...