Posts by Bruno SIlva • 13 points
4 posts
-
0
votes1
answer43
viewsQ: Return an address
I’m finalizing a project where will open a alertDialog. Once the user presses OK he will make a confirmation and his location will be informed by a Toast. I would like to know how I can return the…
-
0
votes1
answer72
viewsQ: Take photo in android application and save in a folder within the project (No drawable for example)
I’m new in android programming and I’m developing a simple project where the user takes a photo of any. Once the photo is taken and the user has confirmed, he wanted to save it in a folder within…
-
0
votes1
answer206
viewsQ: Datepicker date return problems
I’m using a datepicker for an application that will be used in the course, but when I convert it from int to Date, it returns the date 29/03/2018 as follows: Wed Sep 08 00:00:00 GMT 34 Code that is…
-
0
votes0
answers41
viewsQ: Date return on Datepicker in another format
I’m new in android development, and tried to work with the datepicker for a job, but when I see the date returned is returned so: Sun Mar 01 00:00:00 GMT 2020 I would like to stay 01/03/2020 to…