Languages

Menu
Sites
Language
search engine in tizen native

Hello developers,

 

I am new to tizen native application. i need to add search engine in my app.

so can anyone help me in this. 

 

Thanks in advance. 

 

 

Regards, 

Pavithra gowda. 

Responses

3 Replies
Yasin Ali

Hi,

You may try with WebView.  WebView API provides functions to display web pages and control web pages. It is based on the Chromium engine, which is one of the most popular layout engines to render web pages.

https://developer.tizen.org/community/tip-tech/webview-native-application

https://developer.tizen.org/development/api-references/native-application?redirect=/dev-guide/2.4.0/org.tizen.native.mobile.apireference/group__WEBVIEW.html

 

Hope it will help you.
If you find my post is helpful for you, please mark it as answer to promote this post to others.

pavithra gowda

Hello Yasin Ali, 

 

Thanks for your reply. 

 

Yeah i tried webview. the same link which you had mentioned. This api will apply for the webpages. 

but i am not working on webpages. 

lets say i have some  10 records in my page. so i want to search for the perticular one. (in native app)

 

 

 

 

Regards, 

Pavithra

Yasin Ali

You may try with Tizen provided Data types and their APs for finding data elements. Another option to use database. It depends on your choice based upon your app design. See below links for these:

 

1. https://developer.tizen.org/development/guides/native-application/user-interface/efl/data-types-and-tools/data-types

2. https://developer.tizen.org/forums/native-application-development/complete-tutorial-sqlite-database-crud-operation-and-data-access-tizen-native-application