Posts by Gabriel Manuel • 153 points
16 posts
-
0
votes1
answer67
viewsA: Java Jersey HTTP, cannot receive browser parameters
Hello consigui do implementation, Thanks for the help. package mz.webservice.testar; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import…
-
0
votes1
answer67
viewsQ: Java Jersey HTTP, cannot receive browser parameters
Hello I would like to receive a parameter from the browser and print using webservices with Jersey, however the parameter does not reach my method, it is not to be printed. XML <?xml…
-
0
votes0
answers193
viewsQ: I am learning Open GL and I want to be able to draw the image below, can anyone help in the code?
My biggest difficulty is being able to represent several images in different positions on the screen I would like to move the image by clicking a button on the keyboard. I currently have the…
openglasked Gabriel Manuel 153 -
0
votes1
answer99
viewsQ: How can I turn a bootstrap(html,css,javasript ) template into a . Zul (Views of the Zk framework)
I am programming in Zk, I would like to take a Bootstrap template and turn to a ZK Views.
-
2
votes1
answer633
viewsQ: How do I allow accentuation feedback in JSON using PHP?
Attached the photo of my return JSON I have following code: <?php header("Content-Type: text/html; charset=UTF-8",true); $array1 = array(); $contador = 0; $estado="online"; if (!$enlace =…
-
0
votes1
answer72
viewsQ: Extract apk to put in playstore
I’m having problems with XML of my colors. When I try to finish the extraction, is giving error, but the application runs on my phone, I’ve done clean and build and that’s okay, but on the other…
-
2
votes1
answer238
viewsQ: How can I make my Gridview images to have different sizes
I’d like gridview to stay that way…
-
2
votes1
answer43
viewsQ: How can I have that blue mask on my application?
I would like to know how to implement this Marketing in my app?…
androidasked Gabriel Manuel 153 -
1
votes0
answers54
viewsQ: I’m having trouble accessing my phpmyadmin using my Android, I’m using Wampserver
When putting the ip of my computer in the mobile browser, says that I am not allowed to access, I ask for help.…
androidasked Gabriel Manuel 153 -
0
votes3
answers533
viewsA: Pure Java and Android App
Look, actually your knowledge in java will count a lot, you have to have some knowledge of concepts like object orientation. I advise first to read about life cycle and threads for Android.…
-
1
votes2
answers171
viewsA: How to find the path between two markers on Android?
Thanks I ended up being able to implode with the data links above, using Polyline and google api. I had to create two classes the first one was to have the coordernadas and through Asynktask and the…
androidanswered Gabriel Manuel 153 -
1
votes2
answers171
viewsQ: How to find the path between two markers on Android?
I have two Markers placed on the map. I would like to insert a route between them. How can I do this? //No metodo onde implemento os markers tenho o seguninte codigo //Tenho a baixo o primeiro Maker…
androidasked Gabriel Manuel 153 -
0
votes1
answer69
viewsQ: How to run a notification when setting off the alarm?
There I have my class MainActivty and ReceberAlarm, the class receberAlarm is the class that must fire the notification, I ask for help. public class MainActivity extends ActionBarActivity { static…
androidasked Gabriel Manuel 153 -
2
votes1
answer1125
viewsQ: I would like to find the distance in km between two markers how can I do?
I have two markers in this code and I want to find the distance in miles between them. private void setUpMap() { Database_Congregacao database_congregacao = new Database_Congregacao(this); int…
-
3
votes1
answer535
viewsQ: Notification at a certain time with no need to open the program
package com.example.dell.notification; import android.annotation.TargetApi; import android.media.RingtoneManager; import android.net.Uri; import android.os.Build; import android.os.Bundle; import…
-
0
votes1
answer56
viewsQ: Android Problems with R
All Layouts of my project are not accepting to be called in Android Studio. What can I do?
android-layoutasked Gabriel Manuel 153