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!
Tuesday, November 14, 2017
Saturday, November 11, 2017
Thursday, November 9, 2017
First step (part 4)
Today, I started refactoring. Now I understand why everyone is strongly advised to write the code correctly from the beginning. Hurry does not lead to anything good!
It's good that I wrote so little code. I hope I can manage for a couple of days.
It's good that I wrote so little code. I hope I can manage for a couple of days.
Wednesday, November 8, 2017
Tuesday, November 7, 2017
First step (part 2)
I added three text input fields and three buttons to Activity for input data yesterday.
Monday, November 6, 2017
Sunday, November 5, 2017
First step
I want to create my Android-application in order to monitor the mileage of the car, fuel consumption, maintenance and repair costs.
I have no experience in programming and developing an Android-applications, so I will be happy with any constructive comments and suggestions. :)
I have no experience in programming and developing an Android-applications, so I will be happy with any constructive comments and suggestions. :)
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. :)