spinner

  1. T

    Android Question Overriding themes in manifest file for spinner

    Hi All, I have just started trying to target my app builds to newer version of Android in order to put them on Google Play, previously they were targeted at sdk 4. This has caused my apps to change appearance, so I trying to get them looking how I want using themes and overriding where...
  2. I

    Italian [RISOLTO] - B4A - Spinner in ACToolbar

    Ciao, come da oggetto, se si, come? Sto diventando matto.. :D --> Immagine della disperazione Oppure altre soluzioni che ora la stanchezza non mi da. Grazie mille a tutti!
  3. K

    Android Question sqlite and spinner

    Can I add all record of cursor to spinner without using spinner.add(cursor.getstring("accode"))
  4. K

    Android Question two column spinner

    i want spinner with two columns like : abcd |1 efgh |2 ijkl |3 mnop |4 qrst |5 thanks
  5. FERNANDO SILVEIRA

    Android Question Have NULL as first element of an spinner loaded with SQL

    Hello Guys, I'm loading a spinner from SQL database but I'd like to have the very 1st spinner element as NULL (or space) and give the chance the user to pick up NULL if none of the existing values applies to him. What is the best aproach? To have DBUtils.ExecuteSpinner load spinner and then...
  6. Maodge

    Android Question Why does it have a different appearance (first question)

    hello, I'm learning B4A now. In the case of Oscilloscope, link here (https://www.b4x.com/android/forum/threads/oscilloscope.13759/#content), when it runs,spinners looks like 11.jpg. I create a project, include spinner views. But it looks like 22.jpg. I compared all the settings of them. but no...
  7. Star-Dust

    B4A Library SD: ViewExtra

    This library adds some elements of view. SwitchView: Android and IOS SD_Spinner: Animated spinner with images UpDown: A view that allows you to increase or decrease a number within the set limits AlfabeticListView: A ListView that places the items in alphabetical order and a separator for each...
  8. 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...
Top