All Questions

3
answers

Does Android Studio remove resources that the app does not use or leave them even if they are not used?

I have a question: if I have in my project in Android Studio resources that the application itself does not use (for example, some pictures that are not used in the app) but these are stored in the / drawable folder, when I compile the apk, does...
asked on 14.02.2017 / 14:31
1
answer

Show array in order

By php I have a word list, which I want to appear one by one when I click on JS. Right now with the code that I have I show the words one by one but messy. What I want to do is show them in an orderly way as I have written them in the code....
asked on 06.02.2017 / 11:33
2
answers

PHP Fatal error: Call to a member function bind_param () on boolean

I've looked at it more than 100 times. Somebody sees the error. I'm trying to make an update. public function modificar_producto($datos) { $ok = "false"; $sql = "update productos set " . "codigo_articulo=?," . "titulo_p...
asked on 13.02.2017 / 04:12
1
answer

Disk persistence with Fireblade, avoid calling it twice

I do not think it is necessary to show them code to help me with the following: I have a login with firebase, and I use disk persistence for when I do not have an internet connection and so I can continue using my app, once I log in, the user...
asked on 20.02.2017 / 01:26
1
answer

How to fix a spinner that does not show well on android

I have a problem with two spinners that are not shown correctly, in the interface, in the simulator the last two spinners are shown with a smaller font than the first one that says It's a Workshop, and testing in real devices in some cases the s...
asked on 12.02.2017 / 20:55
1
answer

send mail with test mail server tool

I need to enable the sending of mails by form. It is the first time I do it. I am based on this link: link I installed the mail server test tool to simulate a mail server: link With this, what I do is not send an email but "falsify" a sh...
asked on 16.02.2017 / 16:31
1
answer

ProgressBar within a drawable

With the help of a post from a user here, how to remove the white screen from the "pre-load" before splahScreen I solved the problem, now I would like to know if in this drawable a progressbar can be integrated. I leave th...
asked on 14.02.2017 / 22:54
1
answer

Current date in DatePickerDialog

When I open my DataPickerDialog I get the wrong date, exactly 9/8/21, how can I make it default by today? However in my EditText by default the date of today's date comes out. My code: public class Main2Activity extends AppCom...
asked on 16.02.2017 / 22:01
1
answer

How can I send the data to a post driver without the sent data being lost? MVC

@using (Html.BeginForm("Transactions", "Transactions", FormMethod.Post, new { @class = "formulario" })) { @Html.AntiForgeryToken() <div class="form-group"> <...
asked on 20.02.2017 / 19:54
1
answer

Doubt with sorted when sorting list of integers in the form of strings

I have this list A : A = ['-1', '-2', '-2', '1', '1', '10', '100', '20', '4'] If I put sorted(A) I get this ['1', '1', '-1', '20', '4', '-2', '-2', '10', '100'] I tried this list: lista = ['3', '2', '5', '6', '7'] and...
asked on 31.01.2018 / 04:30