~Tizen wearable 2.3.1 sdk를 이용하여 native app을 개발하고 있는 초보 개발자입니다
그리드를 안쓰면 콜백함수를 사용해 화면을 전환했을때, 이전의 이미지가 그대로 남는 문제 때문에 그리드를 사용하려고 합니다.
그래서 리스트뷰에 그리드를 추가하고, 이미지를 삽입하려고 하는데 elm_naviframe_item_push 함수로 리스트뷰와 그리드 두개를 추가하면 하얀 화면만 나옵니다.
리스트 뷰에서는 어떻게 그리드를 추가해야 하는지 알고싶습니다.
Ansseugo the grid insert an image , and when you switch the screen by using a callback function attempts to use the grid due to problems of the previous image remains intact.
So add a grid and a list view , grid view and list Adding two functions elm_naviframe_item_push trying to insert an image into a blank screen appears .
In list view, I would like to know whether you need to add the grid.