Pages

Monday, March 15, 2021

JsonObject==null condition doesnt work and Formater doesnt format the null jsonobject like this {};

solution is

using .isnull method for the if condition and

excecuting the formating only when not null condition and it Works yoo!! 

No comments:

Post a Comment

KeyPoints-Series-1

  The Android architecture has the Main Thread AKA UI thread, which updates the UI after every  16ms  frame.