collection

  1. carlos7000

    Android Question Is it possible to include a library inside another?

    If I create a library that depends on others, is it possible to include other libraries on which my library depends?
  2. R

    Android Question Exposing Spinner Properties

    Being able to set view properties by collection is so useful. I have a tablet application that has a complicated interface containing many spinners to set parameters. It would be very useful to set properties like this..... Instead by many single lines of code.... For Each V As View In...
Top