Posts by uiltonsantos • 101 points
1 post
-
0
votes1
answer105
viewsA: Error while extracting fragmented Edittext data using a Helper class
Within your Helper class, you need to instantiate Edittext. That’s why it’s returning Null. And when you try to access the gettext method of something Null, the App pops.