Giter Site home page Giter Site logo

aafwk_frameworks_kits_ability_lite's Introduction

AbilityKit - ability development kit

Introduction

The cpp file is the implementation of AbilityKit class.

Features

  • provides methods for users to write their own applications.
  • manage slices of the ability in an application
  • create the application main thread and display the window

Directions


.
└── ability_lite
    ├── BUILD.gn
    ├── include
    │   ├── ability_env_impl.h                # implementation of ability_env.h
    │   ├── ability_scheduler.h               # execute ability task from ability manager service
    │   ├── ability_service_manager.h         # manage the ability of service
    │   ├── ability_slice_manager.h           # manage the slice of the ability
    │   ├── ability_slice_route.h             # manage the entry of an ability
    │   ├── ability_slice_scheduler.h         # scheduler the slices of an ability
    │   ├── ability_slice_stack.h             # store all the slices in an ability and supply method to operate them
    │   ├── ability_thread.h                  # the main thread of the kit
    │   ├── ability_window.h                  # handle the window during a whole ability lifecycle
    │   └── app_info.h                        # a struct that records the information of an application
    ├── README.md
    └── src
        ├── ability.cpp
        ├── ability_context.cpp
        ├── ability_env.cpp
        ├── ability_env_impl.cpp
        ├── ability_loader.cpp
        ├── ability_manager.cpp
        ├── ability_scheduler.cpp
        ├── ability_service_manager.cpp
        ├── ability_slice.cpp
        ├── ability_slice_manager.cpp
        ├── ability_slice_route.cpp
        ├── ability_slice_scheduler.cpp
        ├── ability_slice_stack.cpp
        ├── ability_thread.cpp
        ├── ability_window.cpp
        └── main.cpp

aafwk_frameworks_kits_ability_lite's People

Contributors

minshi123 avatar wengchangcheng avatar

Watchers

 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.