Android app to automate several tasks with NFC tags..
c2tap is hosted in the following web site
https://github.com/alsigal/c2tap
If you think the Android project c2tap listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of c2tap.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 17 |
Required Permissions | android.permission.CALL_PHONE android.permission.GET_TASKS android.permission.NFC android.permission.READ_CONTACTS android.permission.READ_PROFILE android.permission.SEND_SMS |
There are 9 image files in c2tap. The names of the image files are listed as follows.
app.png data.png ic_action_call.png ic_action_next.png ic_action_person.png ic_action_play.png ic_action_previous.png text.png web.png
The following screenshort is generated from the image listed above.
c2tap has the following Java source files.
com.ctwoapparel.c2tap.MyActivity.java com.ctwoapparel.c2tap.tasks.AppLaunchTaskActivity.java com.ctwoapparel.c2tap.tasks.CallTaskActivity.java com.ctwoapparel.c2tap.tasks.MusicToggleTaskActivity.java com.ctwoapparel.c2tap.tasks.NextTrackTaskActivity.java com.ctwoapparel.c2tap.tasks.PrevTrackTaskActivity.java com.ctwoapparel.c2tap.tasks.ReadDataTaskActivity.java com.ctwoapparel.c2tap.tasks.SmsTaskActivity.java com.ctwoapparel.c2tap.tasks.TaskActivity.java com.ctwoapparel.c2tap.writers.AppLaunchWriterActivity.java com.ctwoapparel.c2tap.writers.CallWriterActivity.java com.ctwoapparel.c2tap.writers.ContactWriterActivity.java com.ctwoapparel.c2tap.writers.DataWriterActivity.java com.ctwoapparel.c2tap.writers.MusicToggleWriterActivity.java com.ctwoapparel.c2tap.writers.NextTrackWriterActivity.java com.ctwoapparel.c2tap.writers.PreferencesHelper.java com.ctwoapparel.c2tap.writers.PrevTrackWriterActivity.java com.ctwoapparel.c2tap.writers.SmsWriterActivity.java com.ctwoapparel.c2tap.writers.UrlWriterActivity.java com.ctwoapparel.c2tap.writers.WriterActivity.java