[Android] - 위젯.소스/ImageView

nexacro.ImageViewer 이미지 연동하기

농부지기 2019. 6. 18. 16:06

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')");

   - 반드시 절대 경로가 필요