Giter Club home page Giter Club logo

androidui4web-helloworld's Introduction

AndroidUI Sample

This is a Hello World WebApp for AndroidUI.

Ensure you has installed nodejs, and run 'npm install' at project dir.

If you want to create a new AndroidUI project, these files you should copy to:

  1. build.sh : to build the project, you should change the 'packageName' defined in the file. Open the file to see detail.
  2. build_res.js : pack resource into js, execute by nodejs, call by build.sh.
  3. tsconfig.json : typescript's convert config.
  4. package.json : node package manager(npm)'s config.

You may need to create these directories:

  1. res : put your resource in this directory, like image, layout, values, they will be packed into .js when build.
  2. src : suggest you to put all your typescript code in this directory.
  3. assets : suggest you to put all your 'not pack in' resources in this directory. Like image, js lib, etc.

These directories will be auto created when build.

  1. gen : resources will build here first.
  2. build : code & resources build result.

It's enough, if your code or resource change, just execute build.sh to rebuild your project.

If you want to put image in 'res', read this for more information.

androidui4web-helloworld's People

Contributors

linfaxin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.