All Questions

1
answer

Read data from an external JSON API with PHP

I am reading a file json external (Through a URL ) and I can get the values of the first content without problem, but the second content does not, I imagine that the problem is due to the brackets "[ ] "at the beginning and end....
asked on 28.07.2017 / 21:37
1
answer

Spinners with check box as elements

I want to implement a spinner that contains an array of check boxes, I've seen some applications that have it but I have not. Does anyone know how to do it?     
asked on 01.05.2016 / 20:30
1
answer

Format an asp.net c # PDF with iTextSharp

Good afternoon. I'm doing an export to pdf for that I'm using iTextSharp so what I would like is the header be centered by the one who already does it: NumeroCuota Expiration Date quota AmortizacionCapital Interesting...
asked on 16.06.2017 / 00:58
1
answer

If sequence? Recursivity?

I HIGHLIGHT THAT I'M JUST IN PR2 AND THERE ARE MANY THINGS THAT I STILL DO NOT, APOLOGIZE MY IGNORANCE (It has to be resolved with recursion) Good this is my code in which I try to solve the problem of the image above, which I do...
asked on 28.05.2016 / 02:17
1
answer

Disable holidays on a datepicker

How can you specify some days of the datepicker to disable them? for example, Christmas days, holidays or any other? I have the code for now like this: <script> function nDates(date){ var nFechas = false; $.a...
asked on 16.08.2017 / 22:17
1
answer

Scroll listview and add edittext data

I am developing an application that consumes web services ( Web Services ), it is already advanced and I am now filling a ListView through a custom adapter a detail which brings information such as the balance and balance due, and a Ed...
asked on 10.05.2016 / 23:26
2
answers

Doubt about stderr and fprintf

Hi, I have a question and I do not know how to use stderr from the stdio.h library and fprintf () of string.h . For example I have this: fprintf(stderr, "Error en planta de Centro: %d\n", numeroPlantas); Where numberPlants is a int...
asked on 16.05.2016 / 18:16
1
answer

Problem with SearchView Actionbar Android

I want to see if you can help me with another problem, what happens is that in my Activity where I show Clients in a listView custom, integrate in the part of ActionBar a SearchView for users Can I search the client,...
asked on 19.05.2016 / 18:17
1
answer

Error consuming webservice with SoapClient PHP

I am trying to consume a web service with SoapClient PHP, I have made several tests but the only answer I get is the following error:    The server was unable to process the request due to an internal error.   For more information about the e...
asked on 06.06.2016 / 18:15
1
answer

How can I reuse the django permissions in django rest framework?

I have already asked this question and it can be a song but I hope that someone will help me, I am currently doing a project with django restframework, in which I will have two groups (Teachers, Students, School) and these already have their per...
asked on 24.05.2016 / 00:24