언어 설정

Menu
Sites
Language
listview 에서 grid 를 사용할 수 있는지

~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.

Responses

2 댓글
Masum Talukder

Hello,

Are you trying to add images in a list view or in a grid view or something else?

For reference regarding List view and Grid View you can visit the below links:

List View: https://developer.tizen.org/dev-guide/2.3.1/org.tizen.web.apireference/html/ui_fw_api/mobile/ns_widget_mobile_Listview.htm

Sample: https://developer.tizen.org/development/sample/web/UI/TAU_UI_Components

 

If you find my post helpful for you, please mark it as the Best Answer to promote this post to others.

Masum Talukder

Hello,

Sorry for my mistake, In Native app development, in my opinion you can use GenList or GenGrid to get this feature as it provides some easy way to implement this features. Otherwise, List also can be used but in that case you have to implement it manually.

For getting more idea, please visit this tutorial: https://developer.tizen.org/development/ui-practices/native-application/efl/ui-containers/creating-form-basic-application-layout

I hope this would help to solve your need.

If you find my post helpful for you, please mark it as the Best Answer to promote this post to others.