I want to solve a small problem that I have about a project in java and it is that I have a checkbox in a table but he only shows me the value true or false, I want him to show me his corresponding checkbox someone knows how I can solve it....
Good morning, it happens that I have my Java Swing application .... And I'm going to install them to several clients that want to know and try to know if they like it and decide to buy it ... But how can I make the application? start for a month...
I have the following method that makes a call to a service by volley
public GenericController(boolean flag) {
if(flag) {
objectRequest = new ObjetRequest(1, "", BaseRequest.class, "", new Response.Listener<BaseRequest>...
What I want to do is send the parameters from Form to POST and then through the method GET consult the BBDD for room availability and send that result through Ajax (Vanilla Javascript) to HTML But from...
I have the following code
public void servicio_GET_MOVS(final Context context, String request, final Response.Listener<GetMovements> listener, final Response.ErrorListener errorListener) {
HashMap<String, String> headerParams...
Good afternoon. I'm doing DAW and it starts to get complicated and I'm a bit lost. I paste the part of the statement and I do not understand highlighted in bold:
In this task, a set of classes will be made to model the different types of acco...
The theme is as follows, I have an EditText
<EditText
android:id="@+id/txtBeneficiary"
android:inputType="phone"
android:maxLength="10"
android:layout_width="160dp"...
Hol, I'm creating an android app but I have an error that has me unprepared because I never would have happened this before.
public void UpdateState(final String iddispositivo, final String iduser, final String uubicacion) {
class...
Good day, some days ago I formatted my PC and saved the keys (.jks) to be able to generate my applications from the store again, the problem is that when I try to generate them I get the following message
According to the message I alter o...
I have a mvn project, I have the config.properties in the resources and I want to call it in the main
public class GetProperties {
private Properties prop = new Properties();
public GetProperties() {
InputStream in =
getClas...