I have a activity that stores certain data, and when the user presses the back button (Avd Hardware Button, for example), the application does not go back to the previous screen, but rather opens a dialog screen questioning whether the us...
How do I get the latitude and longitude in Java to Android without using the internet, only with GPS.
I think there is some way to do it, because the "Maps" application of Android does not use the internet.
If anyone knows...
Good evening, I hired a host on the host uol and tried to deploy a java application. I put the .war of my application inside the webapps folder of tomcat, it tries to upload the application and gives the following error:
019-01-03 21:57:51,446...
This exception happens when some tests run on bamboo. The strangest is when squeeze locally it works and are random tests that break. Has anyone gone through this?
The exception is this:
org.openqa.selenium.ElementNotVisibleException: Eleme...
I have a ArrayList whose one of the fields is BigDecimal . I can not do this sum iteratively with a loop. Can anyone give a tip on how to perform this operation?
If it were a% common%, it would do the following, but using the bigde...
I have to store the number 0 in a variable desc and 1 in the variable asc , if one of these values is found in string .
How do I do this?
package testes;
import java.util.ArrayList;
import java.util.Arrays;
impo...
I'm doing the implementation in java, however I have some problems with how to integrate generics and lambda in the deque:
Deque.java :
import java.util.ArrayList;
public class Deque {
private Element head;
private Element tai...
I made a program in java that uses JDateChooser so that the user chooses the date that he wants. It works normally inside Eclipse but when I export the project to a .jar and try to run through the cdm it has the following error:...