Posts by Ronaldo Amaral • 21 points
9 posts
-
-1
votes1
answer71
viewsQ: Move Files after FTP Upload
My code uploads all images without folder, and it’s all OK! But what is it that needs to do FTP as images are uploaded to the path: "/storage/emulated/0/PicturesGRP/enviados";, storing the uploaded…
-
0
votes0
answers215
viewsQ: Compress Android Studio File
I’m trying to compress my File which in case is an image but it keeps going with sizes above 4MB someone would help me. Follows code below: @Override protected void onActivityResult(int requestCode,…
-
1
votes1
answer72
viewsQ: Take larger ID and insert Bank
My doubt is the following need to take the ID with higher value and enter the information in it. The PHP file is working but I need it to identify the ID with higher VALUE and insert it instead of…
-
0
votes1
answer42
viewsQ: Insert Mysql Database
I need it to be inserted into the Mysql Database (table fotos) the path that is defined as $target_file_name. I believe the mistake is probably at the moment of INSERT. Filing cabinet conexao.php:…
-
0
votes1
answer677
viewsQ: Convert URI to Bitmap
Good afternoon, I am as a doubt, how can I convert a URI to Bitmap and then convert to Base64 so I can send to the Database. private void abrirCamera() { fileUri = getOutputPictureUri("GRP"); if…
-
0
votes1
answer56
viewsQ: Rename Imageview to Upload
Good morning, I would like to ask a question, my APP so far the guy takes a photo of the phone and is in an Imageview (Ex: img1), I need to be created a name defined by me in an example variable:…
-
0
votes1
answer69
viewsQ: Data from a Selected Recyclerview
Good afternoon, I need that when the person clicks on a take the data from Animeactivity and is passed to Start screen ? insert image description here…
-
0
votes1
answer180
viewsQ: Take parameters from a Recyclerview
I’m developing an APP where shows the user the activities to be done in a RecyclerView. If he wants details of the activity he can click and see more as description, name and etc. Now I have the…
-
0
votes1
answer151
viewsQ: Listview with JSON + PHP
I want you to appear in one ListView all the information of a select I gave. I can do only with txt by displaying information: public void sendjsonrequest() { JsonObjectRequest jsonObjectRequest =…