I get a NullpointerException error when I click my button. The logcat indicates that the error is in the line 62 String Titre = Title.getText().toString(); I think it’s because my EditTexts are not initialized, that’s why I created the initFields() method, but I still don’t know where to call it because wherever I call it […]
The post NullPointerException on button click appeared first on BlogoSfera.