Posts by edson safra • 55 points
3 posts
-
0
votes0
answers13
viewsQ: Upload file via an edittext
It is possible to load a direct file already downloaded into the micro through an Edit ? <? $xml = simplexml_load_file("clientes.xml"); print_r($xml); ?> In case the.xml client file would not…
-
5
votes2
answers1800
viewsQ: How to return Activity call data to the one who called it?
I saw several examples of passing data between Activity of a Textview receiving data from a Edittext. Which is the best way to do the reverse, I explain: I have a reader that reads a barcode and…
-
0
votes1
answer139
viewsQ: Write data from a Barcode?
I’m trying to develop an app for reading CT-archiving and for that I need to record the data read in the barcode, I’m using the Zxing library ,but who receives is a textview . @Override protected…
androidasked edson safra 55