Tuesday, November 14, 2017

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 onCreate method! :) I used to try to write all the work with the database in getter!

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.

Tuesday, November 7, 2017

First step (part 2)

I added three text input fields and three buttons to Activity for input data yesterday.

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. :)

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 ...