Changes between Version 6 and Version 7 of pcgroupcommon


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcgroupcommon

    v6 v7  
    22  注意事项:[[BR]] 
    33    1),主类继承SlingFragmentActivity [[BR]] 
    4     2),OnCreate方法要public权限  
     4    2),OnCreate方法要public权限 [[BR]] 
    55    3),需要在onPostCreate之前设置setBehindContentView[[BR]] 
    66二.cn.com.pcgroup.android 
    77  1,browser 
    8     1)model: 
     8    1)model:[[BR]] 
    99      1>Account:账户类[[BR]] 
    1010      2>MJsonObject:封装JsonObject以便放在Intent中传送数据。需要实现Parcelable接口[[BR]]