Код: Выделить всё
HttpUriRequest request = new HttpGet("https://gdata.youtube.com/feeds/api/videos?author="+username+"&v=2&alt=jsonc");
Подробнее здесь: https://stackoverflow.com/questions/189 ... droid-apps
Код: Выделить всё
HttpUriRequest request = new HttpGet("https://gdata.youtube.com/feeds/api/videos?author="+username+"&v=2&alt=jsonc");