Changes between Version 7 and Version 8 of pcgroupcommon


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcgroupcommon

    v7 v8  
    1 一.com.jeremyfeinstein.slidingmenu.lib 第三方的类,对SlidingMenu的封装。  链接地址http://download.csdn.net/download/u012210388/6303833[[BR]] 
     1一.com.jeremyfeinstein.slidingmenu.lib 第三方的类,对SlidingMenu的封装。  链接地址http://download.csdn.net/download/u012210388/6303833 
    22  注意事项:[[BR]] 
    33    1),主类继承SlingFragmentActivity [[BR]] 
     
    77  1,browser 
    88    1)model:[[BR]] 
    9       1>Account:账户类[[BR]] 
    10       2>MJsonObject:封装JsonObject以便放在Intent中传送数据。需要实现Parcelable接口[[BR]] 
    11       3>ReadHistory:暂时没有用到[[BR]] 
     9      Account:账户类[[BR]] 
     10      MJsonObject:封装JsonObject以便放在Intent中传送数据。需要实现Parcelable接口[[BR]] 
     11      ReadHistory:暂时没有用到[[BR]] 
    1212    2)module: 
    1313      BaseFragment:继承于Fragment,对Fragment的进一步封装,以便实现背景图片占用内存的释放等等,应用中的Fragment尽量继承它