Widget developpment by JIL SDK

Widget is an application that can be run in the ophone ,You can develop lots of applications, like some logic games,weather forecast and so on.
It must follow the specification of JIL, or it cannot be installed.
Basically, a widget including these things:
   Root:
      | 
      +--css
              |
              --main.css              - (cascading style sheets),define the style of the showing pages.
      +--js
            |
            --widget.js,common.js   - (javascript),implement the function of the widget application
      --config.xml            - all the configurations are setting here
      --Icon.png              - the pic for your application,also defined in config.xml
      --index.html            - welcome page for application,also defined in config.xml

JIL SDK is a Development kit including eclipse and some plugins,doc,phone emulator.
Eclipse and some plugins here is a development role. in my opinion,all the classes files are packaged in plugin.
Doc is the description of all the API that you used for developping.
Phone emulator is lunch when you want to test your widget. after all ,your widget should run in OMS.

Now, the question is what the widget based on? just mean what has the role like JDK when we use java for

developping,(Donot confuse by the JDK and SDK,SDK here like myeclipse in Java).
The answer is APK-(android package).All the API are packaged in *.apk file.
The tree of the API included is:
    Object
       |
       +--Widget
            |
            +--PIM
            +--Messaging
            +--Device
            +--..
When I want to create an short message:

 Widget.Messaging.createMessag(Widget.Messaging.MessageTypes.SMSMessage);

 

If any opinions different,pls say it,thanks.

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值