Languages

Menu
Sites
Language
How to use NFC Reader? NFC 기능 구현하는 방법 문의드립니다

안녕하십니까?

기어S2 에서도 NFC 를 사용할수 있는 것으로 알고 있습니다.
SDK 예제나 Help 에서는 Native 로 구현하는 NFC 관련 자료를 찾을수 없었습니다.
 
NFC 태그를 인식할수 있는 앱을 개발해야 하는데 구현 방법이나 예제가 있으면 
공유 부탁드립니다.
 
시원한 7월 보내시기 바랍니다.

=============================================

I want to use NFC reader in Gear S2.

But I cann't find any Sample app or Document in SDK.

How can I use NFC Reader in Gear S2.

 

 

하십니까?
기어S2 에서도 NFC 를 사용할수 있는 것으로 알고 있습니다.
 
NFC 태그를 인식할수 있는 앱을 개발해야 하는데 구현 방법이나 예제가 있으면 
공유 부탁드립니다.
 
시원한 7월 보내시기 바랍니다.
Edited by: Jeong-hwan BliexSoft on 18 Jul, 2016

Responses

3 Replies
Mehedi Alamgir

The following article demonstrates  NFC on Tizen device along with a  sample app. Please check

https://developer.tizen.org/community/tip-tech/close-range-data-sharing-nfc-on-tizen

Also check this link for managing and detecting NFC tags and peer

https://developer.tizen.org/development/tutorials/web-application/tizen-features/network/nfc

Native API for NFC Tag related issues

https://developer.tizen.org/dev-guide/2.4/org.tizen.native.mobile.apireference/group__CAPI__NETWORK__NFC__TAG__MODULE.html

 

Hope these articles will help you.

Dong-Geun Jung

Thank you for kind answer.

Your first and second link is about Web API.

And 3rd link is Native NFC API.

I am looking for native NFC sample.

Is there native sample?

GEUNSOO KIM

check the following link

https://developer.tizen.org/development/guides/native-application/connectivity-and-wireless/nfc

it is not a full code sample, but has major part codes.