Kindle SDK Language/Platform

前端 未结 5 1580
别那么骄傲
别那么骄傲 2021-01-31 04:36

Does anyone know what language/platform the new Kindle SDK will support?

5条回答
  •  滥情空心
    2021-01-31 05:09

    The Kindle Development Kit (KDK) is Java-based. From the FAQ:

    What APIs are available to me in the KDK?

    The KDK is comprised of two sets of APIs:

    • Java version 1.4 Personal Basis Profile (PBP) APIs for mobile devices. PBP JavaDocs can be found at http://java.sun.com/javame/reference/apis/jsr217/.
    • Kindle custom APIs which complement the PBP APIs and provide UI components, JSON and XML parsers, HTTP and HTTPS networking, secure storage, and other features. Other APIs like audio and dictionary access will be available in a future release of the KDK. KDK JavaDocs can be found at http://kdk-javadocs.s3.amazonaws.com/index.html.

提交回复
热议问题