vtx mg

Results 7 comments of vtx mg

@DevPraly I have used this method on activity to set image preview: ``` @Override protected void onActivityResult(int requestCode, int resultCode, Intent data){ super.onActivityResult(requestCode, resultCode, data); image = findViewById(R.id.image); uri =...

@DevPraly @Dhaval2404 I have used below code in my fragment but didn't work. ``` @Override protected void onActivityResult(int requestCode, int resultCode, Intent data){ super.onActivityResult(requestCode, resultCode, data); image = getView().findViewById(R.id.image); uri...

@DevPraly @Dhaval2404 your above code is not working for me. Still can't set image on imageview. ``` @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data);...

@nicolaslopezj plz solve this problem. It is destroying my project.

any updates on the clear option?????