Monday, November 6, 2017

First step (part 1)

Yesterday I prepared the first screens.

Boot screen

Now when the application starts, the download screen opens. It contains an animated progress bar and a text field with a countdown. The countdown goes from 10 to 0. When I run the application, these elements are not visible for some reason, but in the console I see that the process is running. If I click on the "Back" button on the next screen, then these items are displayed. I will solve this problem later. If you have ideas how to solve this problem, write in the comments.
After this screen, the Menu screen is displayed.

Menu screen

Here everything is simple. On this screen, there is one button, by clicking which I can go to the next Activity for input data.

Activity for input data

There is nothing yet. Today I will add the input fields and the save button to the database.

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