It was done! In the end, I understood why getters and setters are needed. And also, that the auxiliary class logic should be passed to the onCreate method! :) I used to try to write all the work with the database in getter!
MyCarLog
Tuesday, November 14, 2017
Saturday, November 11, 2017
Subscribe to:
Posts (Atom)
First step (part 6)
It was done! In the end, I understood why getters and setters are needed. And also, that the auxiliary class logic should be passed to the ...
-
It was done! In the end, I understood why getters and setters are needed. And also, that the auxiliary class logic should be passed to the ...
-
I want to create my Android-application in order to monitor the mileage of the car, fuel consumption, maintenance and repair costs. I have...
-
So, I'm stuck in the refactoring process. :)