I'm in doubt how to put a spinner in an AlertDialog, I already have the codes ready, just need to insert the spinner.
Array:
<string-array name="categoria_array">
<item>Aeroporto</item>
<item>Bar</item>...
I have an app running with Cordova and Ionic. In this app I would like to perform an action on a certain controller when the keyboard completely closes.
Today I'm using cordova.plugins.Keyboard.close(); . The keyboard normall...
In my project, I need to select an XML file (table) from my tablet and then read its contents and show it in a GridView.
I do not know how to start, does anyone have any idea how?
I think with the start code you can understand what I want...
Good night,
I am developing a Personal Finance APP and in my Category register he has to select a color, and I would like to do the same as the image. Does anyone know how I can do or any tutorial that comes close to this.
Thanks!
I'm trying to create this trigger in SQLite , but I do not know if it's possible.
I have a tabea Remedios and a Manutenção . I want, when I have an insert in the Manutenção table, it does an update depending o...
I need to change the color of the EditText line programmatically, how do I?
I tried to set an xml in the drawable folder, but it does not change the line color anyway ...
I am wondering what is the best method to save the user profile image of the app I am developing, where on the login screen will load the user profile picture and home screen as well. By the research I did have 2 ways:
1st) Save the image in...