Verification code countdown

Verification code countdown


Source code introduction

Verification code related: 1. Countdown of the button that sends the SMS verification code 2. Parallel monitoring of the button 3. After finish, the background thread still counts down [Note:] This source code is completely different from Zihao’s previous mechanism, so it is not a duplicate code and you can download it with confidence!
Source code screenshot

Source code snippet:

  1. public   class TestMainActivity extends Activity implements OnClickListener {
  2.   
  3. private MyCodeButton v;
  4.   
  5. @Override  
  6. protected   void onCreate(Bundle savedInstanceState) {
  7. super .onCreate(savedInstanceState);
  8. setContentView(R.layout.activity_main);
  9. v = (MyCodeButton) findViewById(R.id.button1);
  10. v.onCreate(savedInstanceState);
  11. v.setTextAfter( "retrieve after s" ).setTextBefore( "get verification code" ).setLenght( 60 * 1000 );
  12. v.setOnClickListener( this );
  13. }
  14.   
  15. @Override  
  16. public   void onClick(View v) {
  17. // TODO Auto-generated method stub  
  18. Toast.makeText(TestMainActivity. this , "Process click events in parallel..." ,
  19. Toast.LENGTH_SHORT).show();
  20. }
  21.   
  22. @Override  
  23. protected   void onDestroy() {
  24. // TODO Auto-generated method stub  
  25. v.onDestroy();
  26. super .onDestroy();
  27. }
  28. }

Source code link: http://download..com/upload

<<:  Android source code warehouse management

>>:  Automatically fill in the SMS verification code received

Recommend

A different kind of "rocket" can also take plastic bags to the sky

Review expert: Qian Hang, aerospace science exper...

Baidu Netdisk Super 0 Tutorial Course Materials

Baidu Netdisk Super 0 Tutorial Course Materials 1...

Theory + practice comprehensive live streaming technology

Theory + practice Comprehensive practical live st...

How effective is the Momo information flow advertising for micro loans?

We can see a lot of micro-loan advertisements on ...

Why I don’t use Apple Music: Refreshing the bottom line of difficulty

If I remember correctly, Apple Music service was o...

Pollen and catkins season, these drugs are more life-saving than loratadine

【Appendix】Tips for using loratadine 1. Although l...

18 ways to monetize short videos

18 ways to monetize short videos The course is 60...

A collection of Father’s Day poster copywriting, Durex is the best! !

For the upcoming Father's Day, many brands wi...

Global Handwashing Day | How did humans discover that handwashing is so useful?

According to the United Nations, more than 500,00...

Jack Trading Academy JTA Professional Harmonic Patterns

Jack Trading Academy JTA Professional Harmonic Pa...