Z-P-J / ZToast

A Android toast library. Android 吐司框架。开发中...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZToast(开发中...)

APILicense

A Android toast library. Android 吐司框架。开发中...

一、Install

Latest Version:Download

    implementation 'com.zpj.toast:ZToast:latest_version'

二、How To Use(查看 demo

ZToast.normal("消息");
ZToast.success("成功");
ZToast.error("出错了");
ZToast.warning("警告");
ZToast.normal(strId);
ZToast.success(strId);
ZToast.error(strId);
ZToast.warning(strId);

三、License

   Copyright 2019 Z-P-J

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

About

A Android toast library. Android 吐司框架。开发中...

License:Apache License 2.0


Languages

Language:Java 100.0%