NFC interface adaptation, reading and writing tags (Note and Galaxy series)

NFC interface adaptation, reading and writing tags (Note and Galaxy series)

Source code introduction

For NFC models, you can read and write tags.
Source code running screenshot

y

Source code snippet

  1. /Write content
  2. toWBtn=(Button)findViewById(R.id.toWBtn);
  3. toWBtn.setOnClickListener( new OnClickListener() {
  4. @Override  
  5. public   void onClick(View arg0) {
  6. // TODO Auto-generated method stub  
  7. Intent intent= new Intent(MainActivity. this ,Write2Nfc. class );
  8. startActivity(intent);
  9. }
  10. });
  11. //NFC adapter, all NFC operations are performed from this adapter  
  12. nfcAdapter = NfcAdapter.getDefaultAdapter( this );
  13. if (!ifNFCUse()){
  14. return ;
  15. }
  16. //The Intent to be called, used to repeat the jump to be executed after being triggered by the Intent  
  17. pendingIntent = PendingIntent.getActivity( this , 0 , new Intent( this ,
  18. getClass()).addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP), 0 );
  19. //Set the tag action to be filtered. Only ACTION_NDEF_DISCOVERED type is accepted here.  
  20. ndef = new IntentFilter(NfcAdapter.ACTION_NDEF_DISCOVERED);
  21. ndef.addCategory( "*/*" );
  22. mFilters = new IntentFilter[] { ndef }; // Filter  
  23. mTechLists = new String[][] { new String[] { NfcA. class .getName() },
  24. new String[] { NfcF. class .getName() },
  25. new String[] { NfcB. class .getName() },
  26. new String[] { NfcV. class .getName() } }; // Tag types allowed to be scanned  
  27.          

Source code link: http://download..com/data/1978596

<<:  BlackBerry CEO: It's unfair that Apple doesn't develop apps for us

>>:  Nine-grid password lock entry program

Recommend

Uncle Kai's Children's Financial Quotient Enlightenment Course

Uncle Kai's Children's Financial Quotient...

Get the complete version of search engine (SEM) marketing promotion methodology!

Search engine marketing (SEM) may be a concept th...

Use community operation thinking to operate core users!

For mature products with a large number of users,...

B station’s precise traffic diversion strategy!

The sharing value of this article is huge, and it...

Form costs reduced by 30%, home decoration advertising case!

With the further deepening of regulation and cont...

What exactly is this high-end “brand tone”?

At the last meeting, the boss brought up the conc...

How to plan a successful and beautiful event?

This article mainly talks about how to develop a ...

How to fully plan a screen-sweeping event?

“Behind every successful case, there is a methodo...

How to place ads on Zhihu information flow?

For Zhihu information flow advertising , three ma...

Who did Apple kill this time?

[[267204]] This article is authorized to be publi...

Monetization activities: How to make users willingly pay for your products?

Below, let’s start with the premise of monetizati...

5 tips for brand live streaming marketing!

Marketing should go where consumers' attentio...

Why are your new users worthless?

Mastering how to organize activities is one of th...