Example #1
0
 protected void onPause() {
   // TODO Auto-generated method stub
   super.onPause();
   MobclickAgent.onPause(this); // BY贺思明 2012-7-24
   if (!toLogin) {
     again();
   }
 }
Example #2
0
 public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   LayoutInflater inflate = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
   view = (LinearLayout) inflate.inflate(R.layout.buy_zixuan_activity_new, null);
   setContentView(view);
   layoutView = (LinearLayout) findViewById(R.id.buy_activity_layout_view);
   initBottom();
 }
Example #3
0
 protected void onStop() {
   // TODO Auto-generated method stub
   super.onStop();
 }
Example #4
0
 protected void onResume() {
   // TODO Auto-generated method stub
   super.onResume();
   MobclickAgent.onResume(this); // BY贺思明 2012-7-24
 }