Posts by vandrebr1 • 105 points
8 posts
-
0
votes1
answer149
viewsQ: How to insert a data list using Volley
My application saves all position information within the table. This table has a column called "SENT". I have to make a select by returning all positions that were not sent and sending to a…
-
-1
votes1
answer754
viewsQ: Exception in thread "AWT-Eventqueue-0" java.lang.Classcastexception: [Ljava.lang.Object; cannot be cast to [Lbr.com.jcom.modelo.Brand;
I’m making the following mistake : Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lbr.com.jcom.modelo.Marca; at…
-
0
votes1
answer256
viewsQ: Is Generic stabbing possible?
Good afternoon I’m studying by object orientation, and in the middle of the studies appeared various patterns and with them a lot of confusion My doubt is it’s possible to have a generic FACADE. or…
-
0
votes3
answers3586
viewsQ: It is possible to assign the value of a Javascript variable to an ASP
I wonder if it is possible to assign a variable in Javascript for ASP? Example: Dim ASP var JS; ASP = 1 JS = 2; ASP = JS Response.Write ASP ' saida deveria ser 2 e…
-
1
votes1
answer380
viewsQ: Write file in . ASP with JAVASCRIPT conditions
How do I write a file. ASP if a condition in JAVASCRIPT? NOTE: I can already write files in . ASP quiet. Below the font piece as example: <script> if(1 == 2) { // ISSO É FALSO, PORTANTE ELE…
-
2
votes3
answers422
viewsQ: Doubt about extends Application
Developing for android I can create a class that extends Application. How would I do it in java? There is this or tagging?
-
4
votes1
answer123
viewsQ: How should I communicate with DB? Technology recommendations
I’m with an Android project, in which I’m trying to do everything using free platform. I need the devices in the field to communicate with the database, and I heard something about JSON and Web…
-
2
votes1
answer73
viewsQ: Difficulty to understand "extends Application"
Good night, I’m having trouble understanding an example I’ll try to explain without posting the entire font I think will be easier to understand I have a class called GLOBAL that extends Application…