Android代码-利用注解自动生成Gson‘s Model的库

时间:2022-08-26 17:42:00
【文件属性】:
文件名称:Android代码-利用注解自动生成Gson‘s Model的库
文件大小:896KB
文件格式:ZIP
更新时间:2022-08-26 17:42:00
Android代码 JsonAnnotation JsonAnnotation can speed up Android development. It generates gson model class by json string automatically and lets you concentrate on what's really important. Demo 1.Copy url and json string into JsonAnnotation 2.Just write a jsonModel name 3.Build the project (->Make Project) Then you can use UserInfo to do something~ GIF Demo Picture is big,wait a minute... Usage 1.Add apt in project's build.gradle [apt][https://bitbucket.org/hvisser/android-apt] dependencies {
【文件预览】:
JsonAnnotation-master
----.gitignore(975B)
----app()
--------.gitignore(7B)
--------build.gradle(858B)
--------src()
--------proguard-rules.pro(645B)
--------app.iml(8KB)
----settings.gradle(23B)
----build.gradle(502B)
----gradlew(5KB)
----JsonAnnotation.iml(945B)
----README.md(3KB)
----gradlew.bat(2KB)
----demo()
--------code.png(16KB)
--------lib.png(8KB)
--------rgb.jpg(11KB)
--------model.png(12KB)
--------build.png(15KB)
--------jsonModel.png(17KB)
--------json2Model.gif(710KB)
--------api_json.png(15KB)
----gradle()
--------wrapper()
----lib()
--------.gitignore(28B)
--------build.gradle(235B)
--------src()
--------build()
--------lib.iml(2KB)
----Test Results - APIServiceTest.html(43KB)

网友评论