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 Tik Tok Media Advertising in Q4 2019

The short video industry still has great potentia...

Tangmao M2 experience: 4G+Wi-Fi video calls are more practical than Apple Watch

This year, the third-generation Apple Watch suppo...

How to analyze data in product operations?

Today we will talk about the last element of the ...

Cloud platform promotes the breakthrough of smart home industry

In the past two years, with the development of va...

Microplastics that may threaten health are already in the air we breathe

Microplastics, as the name suggests, refer to ext...

Why does bottled water expire but well/tap water doesn't?

In our impression, water has always existed on th...

Zhou Fan | Turning Life 365 to Build a New Self Online Course 24 Video Lessons

Zhou Fan | Turning Life 365 to Build a New Self O...

Event operation and promotion, growth fission from 0 to 1!

1. Ideas for fission activities from 0 to 1 I bel...

Different ways to deal with girls acting like a spoiled child

[[142718]] Qt public void Hyper::Girl Acting Coqu...