0

I'm trying to post HTTP in Tizen wearable native, but there is no sample project from their website; there is a code snippet but I don't know how to use the code. On Android the code 'volley' is easier to use and has more resources than Tizen.

https://developer.tizen.org/development/guides/native-application/connectivity-and-wireless/internet-and-contents-downloads/http

0liveradam8
  • 752
  • 4
  • 18

1 Answers1

0

There is a sample app for Curl on Tizen Studio.

File > New > Tizen Project > Sample > Mobile 2.4 > Native App > Network

and select Curl

enter image description here

Iqbal hossain
  • 1,778
  • 3
  • 17
  • 24