3 Star 1 Fork 0

Many Peaks / core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Zlib

core

介绍

核心包

软件版本

使用说明

  1. webView与js相互调用。

        EventManager.getInstance()
            .addEvent("clickOnScan", new Event() {
                @Override
                public String execute(String params) {
                    ToastUtils.showShort("调研扫一扫");
                    return null;
                }
            })
            .addEvent("clickOnImage", new Event() {
                @Override
                public String execute(String params) {
                    ToastUtils.showShort("选择图片");
                    return null;
                }
            })
            .addEvent("clickOnFile", new Event() {
                @Override
                public String execute(String params) {
                    ToastUtils.showShort("选择文件");
                    return null;
                }
            })
            .addEvent("callPhone", new Event() {
                @Override
                public String execute(String params) {
                    final String phone = JsonUtils.getString(params, "phone");
                    callPhone(phone);
                    return null;
                }
            });
  2. webView与js相互调用。

zlib License (C) 2021 钎凨 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution.

简介

核心包(发布版本时,组织比个人稳定) 展开 收起
Java 等 3 种语言
Zlib
取消

发行版 (96)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/manypeaks/coreLib.git
git@gitee.com:manypeaks/coreLib.git
manypeaks
coreLib
core
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891