Posts by lfrancatto • 71 points
4 posts
-
0
votes1
answer595
viewsQ: How to treat a high resolution image
I am facing a problem when trying to send a high resolution image to a WS. I capture the image,pick up her path and send as a parameter to another Activity in which send to WS. Before sending the…
-
1
votes1
answer538
viewsQ: How to import MDB file read and write to SQL
I am trying to import a MDB file, read this file and write to SQL. I’m already able to import the file and read, I just can’t yet take this data and write to SQL. If you notice the code I even…
-
4
votes6
answers14835
viewsA: Android app development: what are the tools and language to start a project?
There are several Ide for Android development. I use the Eclipse with plugin for Android, below some I know: Xamarin Studio Visual Studio Eclipse Android Studio Monodroid is today one of the best…
-
2
votes2
answers694
viewsQ: Running on Multiple Screens
How to define a layout to run on multiple screens without creating multiple Layouts? It is possible or would have to create specific Layouts?