Answer the question
In order to leave comments, you need to log in
How to upload photos to the application?
It is necessary to load an image in ImageView from already taken photos in Android Studio.
Answer the question
In order to leave comments, you need to log in
throw photos in asssets and show them with
Picasso square.github.io/picasso
for
example
Picasso.with(context).load("file:///android_asset/DvpvklR.png").into(imageView2);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question