Imitation mall app

Imitation mall app

Source code introduction: 1. It has the function of online login verification and login status maintenance. 2. It has JSON parsing. 3. Add shopping cart. 4. Automatic carousel. 5. Basic usage of SharedPreferences. Most functions of this app are done by this method and bundle transfer. 6. TabHost tabs are nested in Fragment. 7. QQ left slide menu application. 8. Automatic text completion can be used as a reference for beginners.

Source code effect:

Source code snippet:

  1. Stay logged in
  2. @Override  
  3. protected   void onRestart() {
  4. super .onRestart();
  5. quUser();
  6. }
  7.   
  8. public   void quUser() {
  9. SharedPreferences ps = getSharedPreferences( "isLogin" , Context.MODE_PRIVATE);
  10. str = ps.getBoolean( "isLogin" , false );
  11. name = ps.getString( "username" , "" );
  12. dengji = ps.getString( "dengji" , "" );
  13. if (str) {
  14. info = new ResideMenuInfo( this , R.drawable.ic_launcher1, name, dengji);
  15. } else {
  16. info = new ResideMenuInfo( this , R.drawable.ic_launcher, "Please log in" , "" );
  17. }
  18. }

Download address: http://download..com/data/2125291

<<:  I'm tired of waiting and found out that iOS 9.2 beta4 is the official version

>>:  Mobile phone ordering project source code

Recommend

Analysis of WeChat Reading Products

This series of articles may reach nearly 50,000 w...

iOS15 Beta5 update, many new improvements, but not recommended

The update package is 6.0.5GB, which may vary sli...

How to report crash logs when iOS App crashes continuously

To ensure the user experience of online apps, we ...

Google Tasks launches on Android and iOS

It may not be a secret that Google has its own to...

iOS 14 tips: How to get bike directions in Apple Maps

Google Maps has been offering detailed bike route...

Follow these 5 steps to run your event, and you won’t go wrong!

If you can’t even grasp the complete process of an...

The legendary terminator of plastic pollution may cause more serious pollution

As global demand for plastics continues to surge,...

"Help me up!" New research: Even at 60, your brain is still alive

Written by: Hao Jing: Editor: Kou Jianchao Layout...

How to create explosive and screen-sweeping content marketing?

As online marketing becomes more mobile, traffic ...

How to design a complete operation plan?

This article hopes to help entry-level product ma...

Analysis of oCPC delivery plans and strategies in the medical beauty industry!

Today let’s take a look at an oCPC case in the me...