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

Prepare for 618! The latest guide to Tencent information flow & QQ advertising!

The biggest e-commerce promotion in the first hal...

Tips you need to know about live streaming

In 2019, "Li Jiaqi" and "Viya"...

"Wi-Fi.HK" free wireless network throughout Hong Kong

This year, the Hong Kong government will work with...

Resource post | A must-have tool for excellent Internet operators!

If you want to do your work well, you must first ...

In the dark forest, have we been exposed?

In 1920, General Motors hired American inventor C...

What pitfalls might a “star” fall into on his journey?

After a flight of 10 minutes or more, the launch ...

8 Keys for Startups to Find the Best Investors

In the past two years, the relationship between e...

Android apk anti-decompilation technology Part 1 - Packing technology

I have been working on Android framework for near...

How to make your advertisement popular on Tik Tok?

Everyone knows how popular TikTok is today. If yo...