Posts by Felipe De Aquino Nascimento • 43 points
3 posts
-
1
votes1
answer107
viewsQ: httppost is not solved in my class in my application
I can’t import class from org.apache.http.conn on my Eclipse app. This is my class: package br.com.cadastro.cadastrocompleto.suporte; import java.io.IOException; public class WebClient { private…
-
1
votes1
answer112
viewsQ: "Unfortunately, *my app* has stopped" in the data pass to Activity
I’m making an app that formats bibliographic references according to ABNT, but there’s been an error to pass the data typed by the user to the next activity, that displays the formatted data. Follow…
-
-1
votes2
answers331
viewsQ: String Statement
I’m declaring a variable like this: private String[,] soloMarciano; Can you do this in Java? Because I need to read two X and Y positions.