On Thu, 2012-09-06 at 20:31 +0900, Journeyer J. Joh wrote: > Hello list, > > I found one posting - Tutorial on writing native EFL apps using the > 1.0 SDK - from 'The Application-dev Archives'. > (https://lists.tizen.org/pipermail/application-dev/2012-July/000164.html) > And it's very new. > I guess this might be what I vary much wanted. > > But from the irc chat, I've been told that there is no way to support > features like JNI at this stage of Tizen.
Hi Journeyer, That article is about writing purely native apps for Tizen, it doesn't cover the case where you wish to implement new APIs that are then accessible to a web application in javascript, which I believe is what you're after. Unfortunately there doesn't seem to be any word on how this can be done officially. It might be possible to do what you're looking for if you try investigating the way that the official web app APIs are implemented, but its anyone's guess whether anything like that could be officially distributed through any future app store mechanism (its currently not even clear if pure native apps will be acceptable or not). Cheers, Mike. _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
