Posts by Daniel Mello • 11 points
2 posts
-
1
votes1
answer67
viewsA: Storage firebase in android studio
Solved. I looked it up and got it this way. mImageView.setOnClickListener( new View.OnClickListener() { @RequiresApi(api = Build.VERSION_CODES.JELLY_BEAN) @Override public void onClick(View v) {…
-
0
votes1
answer67
viewsQ: Storage firebase in android studio
I’m starting programming for android and I have a project in android studio that creates registration with photo, I added firebase and not how to create the code to send this data with photo,…