Posts by Kelry_fernandes • 11 points
2 posts
-
1
votes0
answers22
viewsQ: Imageview Problems with original size
The ImageView by default comes with the resolution that rounds 90x120, this way the loss of quality is notorious when using the Bitmap bitmap = (Bitmap)bundle.get("data"); There is another way to…
-
0
votes1
answer30
viewsQ: Spinner Json and Arraylist
I’m starting on Android development and I’m having a tense doubt here. I have to return a Json like this: [ { "codTransportadora":295, "NomeTransportadora":"UTILISSIMO", "codEmpresa":3122 }, {…