I am very new to android and am practising in adding class object to file using toJson and fromJson. I managed to write my object to the txt file but I don't know how to get it back from there using fromJson. All code is below: initialization inside onCreate method:I am very new to android and am practising in a