Tencent Weibo Xiaoqingxin client source code download

Tencent Weibo Xiaoqingxin client source code download

Functional category: Social

Supported platforms: Android

Operating environment: Eclipse

Development language: Java

Development tool: Eclipse

Source code size: 7.16MB

Source code download address: http://down..com/data/1975234

Source code introduction

Tencent Weibo Small Fresh Client

Source code running screenshot

  • Run screenshot
  • Run screenshot

Source code snippet

  1. @Override  
  2. public   void onClick(View v) {
  3. if (v.getId() == R.id.button1) {
  4. Builder dialog= new AlertDialog.Builder(homeActivity);
  5. dialog.setTitle( "About" );
  6. dialog.setMessage( "Stupid Weibo, thanks for your support" );
  7. dialog.setNegativeButton( "Cancel" , null );
  8. dialog.show();
  9. } else   if (v.getId() == R.id.button2) {
  10. ImageLoader imageLoader = ImageLoader.getInstance();
  11. imageLoader.clearMemoryCache();
  12. imageLoader.clearDiscCache();
  13. Toast.makeText(homeActivity, "Cleared successfully" , Toast.LENGTH_SHORT).show();
  14. } else   if (v.getId() == R.id.button3) {
  15. // Clear authorization information  
  16. Util.clearSharePersistent(homeActivity.getApplicationContext());
  17. // Jump to LoginActivity  
  18. startActivity( new Intent(homeActivity, LoginActivity. class ));
  19. homeActivity.overridePendingTransition(R.anim.in_from_left,
  20. R.anim.out_to_right);
  21. homeActivity.finish();
  22. } else   if (v.getId() == R.id.button4) {
  23. System.exit( 0 );
  24. }
  25. }

Source code download address: http://down..com/data/1975234

<<:  Google Chrome Remote Desktop is now available on iOS

>>:  Novel Reading Network: How does Tingyun Server ensure the performance of a high-concurrency website with tens of millions of users?

Recommend

After reading 10,000 negative reviews, I reviewed and reflected on my operations

So I thought of taking a look at what the users i...

Don't step on the white block game source code

Source code introduction This project is a game s...

Shanghai, why does we need Lingang?

Looking down on Shanghai from the sky, people can...

Craving some nuts in the morning? Don’t eat stale nuts!

Nuts have always been the first choice of snacks ...

Guangzhou server hosting costs, Guangzhou server rental service providers

In this era of Internet big data, fewer and fewer...

Yutu visits the "Dragon's Back" "Yutu-2 Driving Diary"

Although the back of the moon is vast, there are ...