Languages

Menu
Sites
Language
SearchView Filter for List View

In tizen 2.3 how to implement the  search filter for   list view application.... 

Edited by: ezhilarasan b on 16 Feb, 2015

Responses

3 Replies
Alex Dem

Hi,
Regarding how to find elements in list , maybe try to look here:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/data_type_structures.htm
see, Lists -> 'Finding elements in a list' section.
Alexey.

Alex Dem

Hi, 
It was wrong above from me, for UI you could use UI Widgets->List
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/widget_list.htm 
But there is no flexible api for search/filtering.
Alexey.

Alex Ashirov

Hi,

I am not sure about what exactly you need. Most probably there are no existing UI widgets which meet your requirements. In this case you need to implement such custom widget manually. You can base on List widget as mentioned by Alexey and customize it:

https://developer.tizen.org/documentation/mobile-native-app-programming/programming-guide/ui-creating-application-ui/widgets/widget-customization