Tuesday, November 7, 2017

First step (part 2)

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

Now there is a field for entering the date, as well fields for entering the readings of the kilometer counter.
The buttons have this functionality:

  • writing data to the database
  • output all records to the log
  • deleting all records from the database
These are temporary elements. Gradually I will expand the functionality.


No comments:

Post a Comment

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