GithubHelp home page GithubHelp logo

bahmwechat's Introduction

BAHMWeChat

鸿蒙版微信,内含:组件化方案、自定义组件化路由方案、通讯录实现、朋友圈实现

组件化方案:多 har 模块、动态路由注册…

组件化动态路由方案:用插件实现 har 模块自动动态注册路由

通讯录实现:通讯录 group 列表、动态 index 索引列表、列表索引联动

朋友圈实现:本地JSON文件读取数据、JSON->model、动态cell自适应高度、多行文字展开收回、评论

后期会有:搜索、JSON 解析、网络解析、本地缓存…

[TOC]

1、应用截图

通讯录

发现

朋友圈

个人中心

2、工程结构模型

├── AppScope                  //全局公共资源
├── Features                  //各个组件
│   ├── BAAddressBookModule   //通讯录模块
│       └── src-main-ets      //ets代码
│           └── generated     //动态路由配置-自动生成
│           └── pages         //页面代码
│           └── view          
│           └── viewmodel
│   ├── BACommonModule        //公共组件
│   ├── BADiscoverModule      //发现模块
│           └── PYQ           //朋友圈         
│   ├── BAHomeModule          //主页模块
│   └── BAMineModule          //个人中心模块
│   └── BARouterModule        //动态路由模块
├── Product                   //主工程模块
│   └── entry                 //入口
├── hvigor                    //插件
├── libs                      //第三方库及插件
├── images                    //图片展示
└── oh_modules                

bahmwechat's People

Contributors

boai avatar

Stargazers

 avatar wfs avatar  avatar  avatar  avatar

Watchers

 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.