All Questions

1
answer

Custom InfoWindow marker with data on Android

I'm making an android application that has a map in which clicking on a marker shows the infowindow as follows: But I need the infowindow to look like this and not do it: How can I do it? Some example? Thanks     
asked on 27.09.2016 / 19:26
1
answer

Correct way to show money

I am starting to work on a system that manages money, for the amounts I use the BigDecimal data type, however I have encountered some problems when generating invoices for the final client, since the invoices only have 2 decimals, therefore:...
asked on 04.08.2017 / 22:06
1
answer

Optimize query mysql Sorting result

As the title says, the query I have is this: SELECT id, first_date_order, last_date_order, (SELECT o.created_at FROM orders o WHERE o.customer_id = c.id ORDER BY o.created_a...
asked on 07.03.2017 / 20:01
2
answers

convert ListDocument to json

I have a problem I do not know how to convert the List<document> to json: public static List<Document> d() { conexion c = new conexion(); List<Document> resultados = new ArrayList<>();...
asked on 04.10.2017 / 20:20
2
answers

Change a Textbox from thread and external class? C #

I have the following problem, I have to do a program that checks if X things are active, making queries to a database and showing them in a form. It's something of this style more or less.    Note: I omit some parts of the code because I t...
asked on 21.11.2017 / 15:02
1
answer

Linker does not link

I'm trying to compile a package; specifically, the plugin gkrellm-leds for gkrellm . I downloaded the sources from packages.ubuntu.com/source/zesty/gkrellm-leds . After compiling and installing it, it does not work. The progra...
asked on 29.05.2017 / 05:52
3
answers

Error using Google API to check addresses

I'm using the Google API that suggests street addresses as you type in the address. It works well 99% of the time, but I've run into the following error that I can not control: VIDEO OF THE EXCEPTION: link E/AndroidRuntime: FATAL EXCEPT...
asked on 24.03.2017 / 19:48
2
answers

Pull to a remote branch that does not exist in my local

A co-worker created a branch called feature/validateEmail . I want to do pull or checkout of that branch on my machine to be able to work on it but without waiting for it to do merge a develop or a...
asked on 02.12.2015 / 01:23
2
answers

Problem with backpack problem

I am working with a case of a client in which he applies the algorithm Problem of the backpack . I am using the code that I attached, it works more or less and has errors. The example has 12 packages of different weights (which in their tota...
asked on 27.02.2016 / 03:44
2
answers

Recover array generated in JSON and sent by POST

I create a array with JSON and send it in an encrypted variable in base64 in a form. I recover it by POST , the decrypted and it remains: [ {"idcliente":"1", "id_comercial":"999999", "preciototal":"698.01", "p...
asked on 27.06.2016 / 17:13