-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GthanosAI edited this page Dec 13, 2018
·
3 revisions
[config] #工程配置
projectDir=/output/ #路径
package=com.ifog.demo #包名
project=Demo #项目名称
[api] #retrofit 接口
domain=[dom1,dom2,dom3]
method=p #p:post, g:get, d:delete, p:put, 请求方法
param=r[body]|s[id]|i[ps]|l[machineId], #r:request body, s:string, i:int, l:long 请求参数
#subPackage=home[c] c:normal, p:pull refresh, m:pull up and down,
#model=HomeData
#type=[a] a:adapter, mvp:mvp
#view=HomeView[fdr] [f:fragment, a:activity, v:layout], [d/c:dataBinding, c:normal] ,[r:recycleView, c:normal]
#presenter=HomePresenter
[page1]
subPackage=demo.TestFragment
type=|mvp|a|
view="Lc[i,i,r,i,i],i],c[i,i" #xml view
itemModel=model.test.TestBean
itemView=[l[c[i,t]]]
adapterName=LocalCabBean
未完成待续。。。