I have a hybrid app that works through a webview. I have solved the theme of pop-ups for the login of facebook or twitter. However, when you click on the < input type="file" / > nothing opens. I do not understand why. Can someone tell me...
I'm having a problem trying to pass an object or fix from java to a store in my database. What happens is that when I try to pass an attribute that is string, this is being allocated empty in the STRUCT object
the code is as follows
StructDesc...
I have a curl command in the following way:
curl -X POST 'https://xxxxxxxxxxxxx' --digest -u user:pass -H 'Content-Type: application/json' -H 'Accept: application/json' --data-binary $'{"from" : "xxxx", "msg" : "xxxxxx", "frag": null}'
I...
At the moment of executing it does not show me any Bajo . I would like to know how I can return the element.
I attach code.
public Bajo buscar(String nombre, String referencia){
Bajo respuesta= null;
for(int i=0;i< bajos.si...
I have a dynamic HTML table
<TABLE>
<TR>
<TD align="center">ID Interno</TD>
<TD align="center">UID Externo</TD>
<TD align="center">ID Interno</TD>
<TD align="center">UID Ext...
Hi, can someone help me? I do not know why I get this error.
abstract class Uno {
protected int d1,d2;
abstract public int devolver_suma (int x,int y);
}
class Dos extends Uno {
public int devolver_suma(int x,int y) {...
I'm making an Android application that captures images and saves them in the internal memory, but when I save them the images are compressed and I want them to be saved in original size without any kind of understanding.
this is the code I'm...
I have a problem in showing the last inserted code and showing it in my web application as shown in the image when I press the new button. It shows me another window and where it says code I have to show P007 but it shows me 'P0061'. I le...
I am developing a desktop application in Java Swing, which should work like this:
Within the JFrame , there is a JSplitPane object that has a JList within a JSrollPane and a JPanel . The first object must modi...