2016의 게시물 표시

android webpage capture (url 캡쳐하기)

webview를 이용한 캡쳐 방법입니다. 출처 :  http://zettystory.tistory.com/entry/Webpage-%EC%8A%A4%ED%81%AC%EB%A6%B0-%EC%BA%A1%EC%B3%90%ED%95%B4-Bmp%EB%A1%9C-%EC%A0%80%EC%9E%A5%ED%95%98%EA%B8%B0 캡쳐 방법 : webView.setWebChromeClient(new MyWebChromeClient()); ..... /*webViewClient 에 onPageFinished 이벤트가 있지만 테스트해 본 결과 웹페이지가    완전히 로드되지 않았는데도 이벤트가 발생한다.  그래서 아래와 같은 방법으로 웹페이지가   완전히 로드되면 캡쳐를 한다.  그렇치 않으면 완전하 스크린샷을 얻을 수 없다. */ public class MyWebChromeClient extends WebChromeClient{      @Override   public void onProgressChanged(WebView view, int newProgress) {    super.onProgressChanged(view, newProgress);    progressbar.setProgress(newProgress);            if (newProgress == 100){               //screen capture     String url = view.getUrl();      ...

nightwish - elan 가사 & 해석

이미지
Leave the sleep and let the springtime talk In tongues from the time before man Listen to a daffodil tell her tale Let the guest in, walk out, be the first to greet the morn The meadows of heaven await harvest The cliffs unjumped, cold waters untouched The elsewhere creatures yet unseen Finally your number came up, free fall awaits the brave Come Taste the wine, race the blind They will guide you from the light Writing noughts till the end of time Come Surf the clouds, race the dark It feeds from the runs undone Meet me where the cliff greets the sea The answer to the riddle before your eyes Is in dead leaves and fleeting skies Returning swans and sedulous mice Writings on the garden book, in the minute of a lover's look Building a sandcastle close to the shore A house of cards from a worn out deck A home from the fellowship, poise and calm Write a lyric for the song only you can understand Come ...