I have a FrameLayout that contains the list of courses with image of the respective courses, all defined in XML, but the error occurs.
There are several images, around 15, with about 1280 x 1024 each.
<ImageView
android:layou...
How to check from a regular expression if there is a certain value between two strings, for example, the tags <code> and </code> ?
I want, for example, to know if there is a value between "03" between the two tags. Ho...
I have a code that is giving me problems because it is generating errors in execution. I need XML to convert or replace characters but I do not know how to do this at runtime. I'm trying to do this but to no avail.
<?php
// Receberá...
Hello, I have all the base scripts in postgreSQL and I wanted to transform into Liquibase xml to use on my server. Is it possible or do I have to manually convert scripts?
I have several files that have this type of "problem" (exemplified below), in which a file has more than one table with different structures. I'm using an XML file to read these tables, but I wonder if you do not have an automated way of doing t...
In this code all the XML records are read, but in the Mysql database only the last XML record block is written.
I know that reading each record over-writes the previous one but the strange thing is that I gave an ECHO and checked that the foreac...
How can I generate an xml file in java, from a class that receives an ArrayList as an attribute. I am not able to access the Arraylist indices when I move to the string that will be saved in xml.
At first I found this question Run PHP without updating the whole page , which gave me a notion, but it did not help me solve the problem. It is the following: In the page pag_mensagens.php will be loaded all contacts of the user, clicking...
I made a program in C# that signs the XML in batch of the legal note of Porto Alegre. Now the company I work in has opened a branch office in São Paulo and I need to sign the batch XML of the invoice from São Paulo to declare servi...