Android Question Get images in database (mysql)

Douglas Farias

Expert
Licensed User
Longtime User
good day
I made a login in my app with facebook
when the person logs in with facebook it is recorded in my vps in a mysql database.

Now my doubts.

1st how do I get the image path in my database

2nd how can I open this path and take the picture

3rd how can I get this image and put it in a imageview in my app?


i upload a image for example
 

Attachments

  • Sem título.jpg
    Sem título.jpg
    324.9 KB · Views: 202

Douglas Farias

Expert
Licensed User
Longtime User
local

http://74.63.193.55/recebe.php

i send the informations for this php with a pass
if pass is correct take the informations and register in database


i need make a way to user send a image to vps and later he can get this image in app

same of register, send a image a firsth time

later when you log on in the app if you already have account in db and image get this dont need register again

i need to make this for many users

example

erel open the app now

1° register normal later select a picture and click in register

in my vps send to db the informations id name etc etc and make a folder with a selected image


2° erel log off the app

3° erel log on again in the app but now erel is already registered dont need register again, now get image uploaded in firsth time
 
Last edited:
Upvote 0
Top