Questions tagged as 'java'

0
answers

I can not get the URL of the image from a JSON file, although it is done in the same way as other data that is retrieved correctly

I'm developing an application based on another application, in this case the app is a map (provided by the Google Maps APIs) where points are added map and can be clicked to display more information about the location, such data (name, descriptio...
asked by 19.09.2018 / 22:03
1
answer

ListView with JSON + PHP

I want to appear in a ListView all the information of a select that I gave. I can do just with txt appearing an information: public void sendjsonrequest() { JsonObjectRequest jsonObjectRequest = new JsonObjectRequest(Request.Method....
asked by 21.09.2018 / 16:00
0
answers

How to load a chart after the selected date? I'm using JSF with PrimeFaces Chart

I want to load the chart as soon as the date is selected, but I can not get the date value. NOTE: The date is null, giving NPE (Null Pointer Excpetion) And my buttomCommand is only working as a test, to see if it enters the method XHTML: &l...
asked by 21.09.2018 / 17:32
1
answer

Jasper Report Report Not Opening

I have a problem with a report generated by the Jasper Report. I created a screen with parameters of the report that when pressing the button calls the method below. public void imprimir() { try { RpFolhaDePagamentoDAO dao = new Rp...
asked by 24.09.2018 / 18:03
0
answers

I am trying to list the requests of a client but have a DAO error which I can not identify

Button that calls the page that lists the requests: <p:commandButton value="Avançar" id="avancar" action="#{clienteMB.avancarPedido(pedido)}" styleClass="ui-priority-primary" ajax="false"/> Next Request Method in Manageable Bean:...
asked by 18.09.2018 / 17:25
4
answers

How to compare Strings in Java?

The == operator says that the Strings are different, and they store the same literal value, see example: public class TesteString { public static void main(String[] args) { String str1 = "teste"; String str2 = "Otes...
asked by 03.02.2014 / 16:19
0
answers

Optimize code with prime numbers

I have the following problem: I need a program that receives a positive even number from the input and forms a "wheel" with these numbers, so that: All numbers from 1 to n are used in the circle only once. The sum of two consecutive number...
asked by 17.09.2018 / 13:26
0
answers

Upload Image ImageView to DB

How can I send a ImageView to DB? I'm trying to declare it to connect to the WebService and send the data but I'm having this doubt, code follows: // Tirar foto e aparecer numa ImageView chamada: ATESTADO protected void onActivityResul...
asked by 17.09.2018 / 14:40
1
answer

Normal and long click only work after first clicking ImageView

I have a problem that when I click on the image, the first time nothing happens, only after the first click that the simple click function works and long click. XML Code: <ImageView android:id="@+id/idimagem" android:layout_width="wrap...
asked by 16.09.2018 / 17:54
1
answer

Keyboard opens when I call my LoginActivity, how to solve it?

Keyboard opens when I call my LoginActivity, how can I solve this? This is my LoginActivity.java package fabiohcnobre.jhotelcolonialdosnobres; import java.util.ArrayList; import java.util.List; import static android.Manifest.permission.R...
asked by 17.09.2016 / 02:08