Changes between Version 3 and Version 4 of pcgroupcommon


Ignore:
Timestamp:
09/04/2014 04:01:26 PM (12 years ago)
Author:
longchangchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcgroupcommon

    v3 v4  
    44  1,browser 
    55    1)model: 
    6       Account:账户类 
    7       MJsonObject:封装JsonObject以便放在Intent中传送数据。需要实现Parcelable接口 
    8       ReadHistory:暂时没有用到 
     6      1>Account:账户类 
     7      2>MJsonObject:封装JsonObject以便放在Intent中传送数据。需要实现Parcelable接口 
     8      3>ReadHistory:暂时没有用到 
    99    2)module: 
    1010      BaseFragment:继承于Fragment,对Fragment的进一步封装,以便实现背景图片占用内存的释放等等,应用中的Fragment尽量继承它