How to post an image to server in android
问题 How do I upload an image to the Server? Both MultiPArtEntity and MultiPartEntityBuilder classes are deprecated in API level 23. Can we do this using HTTPUrlConnection or volley? 回答1: I suggest that you use OkHttp. More details about it you can find at the following: OkHttp - An HTTP & SPDY client for Android and Java applications Please refer to my basic sample code that uploads a PNG file from drawable folder to remote web service. Hope this helps! ... mTextView = (TextView) findViewById(R