We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
You have to assign the floating action button an id so: "android/id/"fab"
Sorry, something went wrong.
No branches or pull requests
https://github.com/Cloufish/LearningProjects/tree/master/Android_Apps/ToDoList
It seems like I've got an error
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?
The text was updated successfully, but these errors were encountered: