vendredi 29 avril 2016

Can I execute a java code like this in B4A?

Code:
  Intent intent = new Intent();
intent.setType("image/*"); intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(
Intent.createChooser(intent, "Select Picture"), SELECT_IMAGE);


from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/26AKmNX
via IFTTT

Aucun commentaire:

Enregistrer un commentaire