How to upload audio in soundcloud via my app and i want to send that id also to my server
问题 I fetching audio from soundcloud and i can stream that audio in my app also,Now the things is how to upload audio to soundcloud and then i want to send the id to my server side also. My requirement is using the upload button i want to get the file from external storage directory and then i want to send the upload audio. protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mDbHelper = new GinfyDbAdapter(this); setContentView(R.layout.upload_audiogallery);