Hi ,I'm new to start learning Tizen development. Now we have a chat app (like WhatsApp ,facebook message) to migrate to this platform.
The app consists of follow function:
1. instance Message and push notification
2. support rich message type (gif ,scan qrcode, Doodle ,record short voice and video ,crop and compress image from local media picture or camera)
3. voice and video call ( use webrtc lib)
4. map location service
As far as I know ,native can use c+ xml technology, and web use html5+ javascript,and third way hybrib(web use native service ). But we don't know which one we should choose because of the above functions. So ,anyone who give a help would be thankful.