Android Question In class module, activity names are added automatically

Sureshv2

Member
Licensed User
In Debug mode, class module contains additional members (for ex. Activity name, Starter) with null value. See the attached screen shot (Image 1 & 2). I cannot store the class object using KeyValueStore and it is throwing null value exception.

Image 1 (person class example)
upload_2019-6-2_0-51-33.png


Image 2 (httputils2service, Main, Starter, TestServerURL contains null value which is not declared in my class module)
upload_2019-6-2_0-50-55.png
 
Top