摘要: SmartFox对象在Activity中的传递无法使用Bundle,可以写一个SFSController类来解决,类中有一个私有静态SmartFox对象和一个公有静态线程同步的方法来传递SmartFox对象,因为静态方法和静态对象是全局统一的 在所有的Activity中都不要去new SmartFo 阅读全文
posted @ 2017-05-27 05:27 火热火热7 阅读(219) 评论(0) 推荐(0)
摘要: package com.mazingtec.dealtool; import android.graphics.Color; import android.support.design.widget.Snackbar; import android.view.Gravity; import android.view.LayoutInflater; import android.view.Vie... 阅读全文
posted @ 2017-05-27 03:33 火热火热7 阅读(404) 评论(0) 推荐(0)