'[Android] - 위젯.소스/ImageView'에 해당되는 글 1건

  1. 2019.06.18 nexacro.ImageViewer 이미지 연동하기

nexacro.ImageViewer 이미지 연동하기

 

1. web brower에서 만 보여줄 경우

   this.img_nm.set_image("url('/resources/images/cs/test_png')");

   또는

   this.img_nm.set_image("url('http://localhost:8080/resources/images/cs/test_png')");

 

2. nexa 전용 brower에서 보여줄 경우

   this.img_nm.set_image("url('http://localhost:8080/resources/images/cs/test_png')");

   - 반드시 절대 경로가 필요

Posted by 농부지기
,