找回密码
 立即注册
xUtilsAndroid支持support | android开发 2022-05-21 96 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
实用程序简介

    xUtils 包含许多有用的 android 工具。
    xUtils 最初源自 Afinal 框架,经过大量重构,使得 xUtils 支持大文件上传,更全面的 http 请求协议支持(10 个谓词),更灵活的 ORM,更多事件注解支持且不受混淆影响...
    xUitls 最低兼容 android 2.2 (api level 8)

目前xUtils主要有四个模块:

    DbUtils 模块:

            android中的orm框架,一行代码就可以增删改查;
            支持交易,默认关闭;
            可以通过注解自定义表名、列名、外键、唯一约束、NOT NULL约束、CHECK约束等(混淆时请注解表名和列名);
            支持绑定外键,保存实体时,自动保存或更新外键相关实体;
            自动加载外键相关实体,支持延迟加载;
            支持链式表达查询,查询语义更直观,参考下面的介绍或示例中的示例。

(Introduction to utilities
Xutils contains many useful Android tools.
Xutils originally originated from afinal framework. After a lot of reconstruction, xutils supports large file upload, more comprehensive HTTP request protocol support (10 predicates), more flexible ORM, more event annotation support and is not affected by confusion
Xuitls is at least compatible with Android 2.2 (API level 8)
At present, xutils mainly has four modules:
Dbutils module:
In the ORM framework of Android, you can add, delete, modify and check one line of code;
Transaction is supported and closed by default;
You can customize table name, column name, foreign key, unique constraint, not NULL constraint, check constraint, etc. through annotation (please annotate table name and column name in case of confusion);
Support binding foreign keys, and automatically save or update foreign key related entities when saving entities;
Automatically load foreign key related entities and support delayed loading;
It supports chain expression query, and the query semantics are more intuitive. Refer to the following introduction or examples.)

[下载]13050007249.rar




上一篇:Android应用源码(精)LBS签到应用源码
下一篇:Android应用源码(精)渤海九宫格锁屏模块