I would like to be able to obtain the keys that the user is clicking within an activity to know when he has written a specific word on the Android keyboard. So far I have used the onKeyDown method without much success:
@Override
public boolean...
I have a list of .rar files in a network unit which are generated automatically one per day.
What I'm trying to do is generate a .bat that goes to that network unit and copy the most recent file according to the date of modific...
I have some problems with closing my SearchView
The first: SOLVED
When I search in my listview and enter the Activity that it finds, when I go back my SearchView is still open How can I make it close automat...
I have 2 arrangements of objects
The first one called data :
const data = [
{
id: 1,
nombre: 'Piero',
},
{
id: 4,
nombre: 'Nelson',
},
{
id: 7,
nombre: 'Diego'
},
]
and the second one called subs :...
I need to link two containers, my main container contains django and the secondary tensorflow, I am creating the two containers with docker-compose, both are created correctly, but I need to enter the container with django and when running pytho...
I have the following procedure (select) that gives me some information:
SELECT id_accion, accion_tomada, CAST(fec_inicio AS VARCHAR) AS fecha_ini,
CAST(fec_fin AS VARCHAR) AS fecha_fin, estatus
FROM detalles WHERE id_downtime = @id_dt...
I have this situation:
1.- Register my data and at the moment of clicking on Accept; records are saved and a PDF document is created with FPDF without any problem
<div class="row">
<div class="text-center">
<div clas...
I would like you to give me an explanation of each of the properties that the transition property has (ease, linear, ease-in, ease-out, ease-in-out) and in which case or situations it is convenient to use one or the other , in the case of the "l...
I have the following code. The moment I run in the browser it tells me the only error:
odbc_exec () expects parameter 1 to be resource, string given in C: \ AppServ \ www \ central \ index.php on line 64
line 64 is as follows:
$resul...
I have a problem I can not save a complete insert in a txt, I save it but it saves the parameters not the real values, this is my code
if (!dao.success) throw new Exception(dao.message);
//Leer metadatos: Tabla y Campos
stri...