Skip to main content

Posts

Showing posts from October 20, 2013

Upload Photo to server using Android and .Net

In this example with image we are passing some string also like name and description as well as we have Radio button also which is use too map different upload location . Step by step:- 1>                                                  First will be design which is our XML file name photo_upload.xml <? xml version = "1.0" encoding = "utf-8" ?> < ScrollView xmlns:android = "http://schemas.android.com/apk/res/android"     android:layout_width = "fill_parent"     android:layout_height = "fill_parent"      android:orientation = "vertical"     android:fillViewport = "true" >     < RelativeLayout      ...