Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

6. Use third part library

林法鑫 edited this page Jul 19, 2016 · 1 revision

JS library

reference the js file in index.html / index_debug.html

Android Library (Java)

You should convert the library source from Java to TypeScript.

AndroidUIX framework's most code was convert from Android 4.4's source code, you can compare them to learn more.

like:

AndroidUIX's FrameLayout code: https://github.com/linfaxin/AndroidUIX/blob/master/src/android/widget/FrameLayout.ts

Android's FrameLayout code: http://androidxref.com/4.4.4_r1/xref/frameworks/base/core/java/android/widget/FrameLayout.java