star-dust

  1. Star-Dust

    Android Code Snippet SD: Spinner with CustomView

    I've created a new class with CistomView to have the same features on the spinner object as ListView. A second line of text and the ability to add an image beside each item. Also there is the ability to put the screen in gray when you click on the spinner. And finally, the ability to represent...
  2. Star-Dust

    Android Code Snippet SD: Switch ios/MaterialDesign Style with CustomView

    I created SwicthView. I have noticed that you have created a similar object already on the ViewEx library.
  3. Star-Dust

    Android Code Snippet SD: Numeric Up/Down with Designer support

    Description: A brief outline of the purpose of the snippet Add a new Custom View class and copy the code below: Event Sub SdUpDown_ChangeValue 'Beep End Sub
  4. Star-Dust

    Android Code Snippet SD: MsgBox re-stylized

    There are many libraries that update and modify MsgBox and all interesting, but no one meets my needs. So I created someone I did. I hope someone else might be useful. It's not a library. Only snippets of code. Does not require any additional library. You can include on your sources or you can...
Top