https://github.com/Cloufish/LearningProjects/tree/master/Android_Apps/ToDoList
It seems like I've got an error
error: cannot find symbol
fab = findViewById(R.id.fab);
And I think that I've declared it correctly by:
private FloatingActionButton fab;
before findViewById method.
I'm a beginner in programming, could you give me a hint on how to solve this issue?