cabin33 / LiteApp

LiteApp is a high performance mobile cross-platform implementation, The realization of cross-platform functionality is base on webview and provides different ideas and solutions for improve webview performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

LiteApp

LiteApp is a high performance mobile cross-platform framework. The implementation of its cross-platform functionality is based on webview but improved with novel ideas and solutions for better performance.

LiteApp dedicates to enable developers to use modern web development technology to build applications on both Android and iOS with a single codebase. More specifically, you can use javascript and modern front-end framework Vue.js to develop mobile apps by using LiteApp, with which, productivity and performance can coexist ,application you build will be running on web with performance close to native. We achieve this by decoupling the render engine from the syntax layer, see more detail below.

Requirements

Platform System Notes
iOS iOS 9.0 or later Xcode 9.0 or later
Android Android 4.0 or later n/a
Web n/a n/a

Architecture

系统架构图

Architecture
`

Demo Project

iOS Display

iOS Demo
`

Android Display

Android Demo
`

Features

  • High Performance: Writing on web, have the same performance as the native app
  • Load Fast Fast rendering for all pages , especially for the first time
  • Mobile Cross-platform Build both Android and iOS with a single codebase
  • Asynchronous Threads the render engines are separated from the syntax layer
  • Simple Code Few code but powerful
  • Expandable Proprietary API for extension and it can add more features
  • Complete Documentation Each section has a corresponding document and easy to understand

How To Get Started

Installation

$ git clone https://github.com/iqiyi/LiteApp.git
$ cd liteApp

Communication

  • If you need help, use Email or Github . (Tag 'LiteApp')
  • If you'd like to ask a general question, use Email or Github.
  • If you found a bug, and can provide steps to reliably reproduce it, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Performance Test

LiteApp VS H5 App Results:70% reduction in first load time,Switch Page is 60 FPS

Project Loading Time/ms Switch Page/fps
LiteApp 250-500 ms Perfect/60
HTML5 App > 1000ms White screen for a short time/53

LiteApp

iOS Demo
`

HTML5 App

Android Demo
`

Credits

LiteApp was originally created by Guodong Chen Chen Zhang Jingyuan Zhou Yanqiang Zhang .

LiteApp's logo was designed by Guodong Chen

And most of all, thanks to LiteApp's Contributors

Security Disclosure

If you believe you have identified a security vulnerability with LiteApp, you can contact Guodong Chen as soon as possible. Please do not post it to a public issue tracker.

License

LiteApp is released under the Apache License, Version 2.0. See LICENSE for details.

About

LiteApp is a high performance mobile cross-platform implementation, The realization of cross-platform functionality is base on webview and provides different ideas and solutions for improve webview performance.

License:Other


Languages

Language:JavaScript 62.9%Language:Objective-C 17.5%Language:Java 8.5%Language:C 7.7%Language:C++ 1.1%Language:HTML 1.0%Language:CSS 0.9%Language:TypeScript 0.2%Language:Vue 0.2%Language:Shell 0.1%Language:CMake 0.0%