[안드로이드] 뒤에 배경 흐리게 만들기 - 투명검정 투명한 검정색을 RGB 값으로 주면 바로 설정가능합니다. 굳이 이미지 사용하실 필요없구요 android:background="#AARRGGBB" 형식으로 주시면 됩니다. AA는 알파값으로 투명도를 조절할 수 있는 값입니다. 투명한 검정색은 #77000000 으로 주시면 될것같네요. 더보기 [안드로이드] uri mp3 player source 찾는중에 두개의 블로그를 찾게 되었다. 첫번째는 잘 되는데, 두번째는 안되더라구요.. 첫번째는 uri 만 변경해보세요. 현재 uri 는 잘못되어 있으니까요.. http://www.hrupin.com/2011/02/27/example-of-streaming-mp3-mediafile-with-android-mediaplayer-class http://koreasdram.tistory.com/18 package com.hrupin.streamingmedia; import android.app.Activity; import android.media.MediaPlayer; import android.media.MediaPlayer.OnBufferingUpdateListener; import android.medi.. 더보기 [rss feed] vimeo rss feed vimeo developers / simple API 을 찾아 보았다. http://vimeo.com/api/docs/simple-api making the URL http://vimeo.com/api/v2/username/request.output usernameEither the shortcut URL or ID of the user, an email address will NOT work.requestThe data you want. The different request types are listed below.outputSpecify the output type. We currently offer JSON, PHP, and XML formats. requests you can make 위의 형식.. 더보기 이전 1 ··· 192 193 194 195 196 197 198 ··· 253 다음