Posts by Juliano Morche • 116 points
20 posts
-
0
votes1
answer54
viewsQ: Registration confirmation
I am trying to send an email to validate the registration of a user, this and my code. $id = mysql_insert_id($connect); // Criar as variaveis para validar o email $url =sprintf(…
phpasked Juliano Morche 116 -
1
votes2
answers2341
viewsQ: Get name through user ID
I have to take my user id and save in a variable the name related to this id, but it is not working ! function inReg() { global $connect; $id_usuario = $_POST["id_usuario"]; $denuncia =…
-
0
votes0
answers56
viewsQ: Activating Mobile Data
I want a button that activates and deactivates the mobile data through my app. wifi I can already manipulate, but the mobile data did not find the form.
androidasked Juliano Morche 116 -
0
votes1
answer131
viewsQ: Closing app that are in the background
Guys, how do I end an application, not leaving it in the background but rather ending the process!
androidasked Juliano Morche 116 -
0
votes1
answer53
viewsQ: Validation via web service
I need to do a validation in my mysql database if the email you are trying to register already exists in the database, for this I have my following code in the web service: if…
-
0
votes1
answer65
viewsQ: Fragment Android
I’m trying to make an app with the layout Navigation Drawer, but use Fragments, I’m not able to call another screen using Fragments. Login fragment = new Login();…
android-fragmentasked Juliano Morche 116 -
2
votes2
answers120
viewsQ: Problem catching latitude and longitude android 5
My code does not get location on android 5, public void pegaLocalizacao() { LocationManager locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); location =…
androidasked Juliano Morche 116 -
0
votes1
answer143
viewsQ: Trouble catching latitude and longitude
My code was working, I was getting latitude and longitude normally, but it stopped and I’m not getting the location anymore. It only falls on the condition that it was not possible to pick up the…
-
0
votes2
answers416
viewsQ: List always returns only the first row of the sqlite database
I have a list, which shows all the data of the sqlite database, image path, latitude and longitude, but in the list only changes the image path, latitude and longitude always remains those of the…
-
2
votes1
answer205
viewsQ: Set photo size taken by phone camera
I would like a help on the image save on android, I have an application that saves the image in the gallery all right, so I would like to set a size and quality for it to be sent to the server, if…
-
0
votes0
answers27
viewsQ: Save location to image information
I need to take a photo and save it to the gallery and then send it to the database. However, I wanted to know how to save the coordinates along with the image information. Remembering that I can…
-
0
votes2
answers998
viewsQ: Access specific gallery folder
I wonder if it is possible to access a specific folder in the gallery, because I take photos with my app and saved in his folder there in the gallery, but I wanted that when the user went to select…
androidasked Juliano Morche 116 -
0
votes2
answers308
viewsQ: String concatenation in a directory
Good person, I want to concatenate a string, put it at the end of the directory, which will be my path where saved the images, each user has its folder on the server. I’m not able to concatenate due…
phpasked Juliano Morche 116 -
2
votes1
answer3995
viewsA: Mysql server with Xampp to be accessed by another machine?
If I understand your question correctly, you want your database made available on other machines. So in a local network just put the IP of the machine where the installed xammp is. Example…
-
0
votes2
answers609
viewsA: Layout does not fit on the screen after rotation
You can create two layout or use scrool view as below! <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"…
-
1
votes1
answer753
viewsQ: upload images + web service php
Good people, I’m a little behind on my CBT because I can’t upload the image. What I have hj worked and take the photo, save in the gang sqlite the path and latitude and longitude, however I have a…
-
0
votes1
answer31
viewsQ: Send selected photo in the gallery to the bank along with form, using web service php
Good people, I’m kind of terrified, I spent hours trying codes and did not work, send a selected photo of the gallery along with some data of a form on android, if someone can give me a light there…
androidasked Juliano Morche 116 -
0
votes1
answer378
viewsQ: Show Image in Imageview
I have a project that uses Fragments, I have a button that directs me to the image gallery, there I have to select an image and show in an image view, but I’m not getting.…
androidasked Juliano Morche 116 -
0
votes2
answers260
viewsQ: Delete file (photo) from folder when performing update
I’m having trouble with a code. I am creating a form with a profile photo, but when you make a photo change in EDIT, I would like the photo to be deleted from the images folder. Today I can only…
javaasked Juliano Morche 116 -
2
votes1
answer124
viewsQ: Navigation Drawer - Call up camera via Menu
I’m having a problem, take the Layout of Android Studio Navigation Drawer to do my project, but when I want to call the camera class the error. I created another class for the camera, where I have…
androidasked Juliano Morche 116