HeadFirstAndroid
HeadFirstAndroid copied to clipboard
Request to discribe how to let SQLiteOpenHelper work together with fragments
trafficstars
Finaly managed to complete your book and all the projects.. It was a very good course. Now i want to combine the different chapters and this is wat i find: of course i want to use a database so i make a SQLiteOpenHelper class an then i want to make this work together with fragments. guess what, they dont want to work together because fragmens dont accept context. So, pease tell me how to adapt a database to the workout app or to the bitsandpizza app