classes

  1. J

    Android Question B4x Best Practice for downloading and parsing Objects

    This is a generic question about the responsibility of a class in downloading and parsing it's own members and if this is considered good practice. I have a now large program that downloads multiple objects from the internet and saves them into lists I am trying to keep my main class as "clean"...
  2. MarkusR

    Wish Optional .Initialize()

    the normal syntax is Dim Obj As MyClass Obj.Initialize() but i think this part can be optional if the developer will reset/create a new object Obj.Initialize() so the default code would be Dim Obj As MyClass and i saw that if me using a library .Initialize() it not necessary how about a...
Top