Android Open Source - App sample AntTapCounter






Project Summary

An ongoing project aiming to create an Ant build process for the sample app provided at http://www.therealjoshua.com/2011/11/android-architecture-part-1-intro/.

Web Site / Source Repository

AntTapCounter is hosted in the following web site
https://github.com/glenlovett/AntTapCounter

If you think the Android project AntTapCounter listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AntTapCounter.

ItemValue
Java File Count20
Supported screen sizes[mdpi, hdpi]
Minimum SDK Version7
Activity Count3
Required Permissionsandroid.permission.VIBRATE
Raw File Namesres\raw\klik.wav
res\raw\klik_2.wav
res\raw\sound.ogg




Resource Files

There are 19 image files in AntTapCounter. The names of the image files are listed as follows.

btn_lock_off.png
btn_lock_on.png
btn_minus_disabled.png
btn_minus_normal.png
btn_minus_pressed.png
btn_plus_normal.png
btn_plus_pressed.png
menu_add.png
menu_options.png
menu_reset.png
menu_save.png
menu_source.png
menu_taps.png
small_plus.png
tap_counter.png
taps.png
textfield_default.9.png
textfield_disabled.9.png
textfield_selected.9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

AntTapCounter has the following Java source files.

com.organization.tapcounter.TapCounterApp.java
com.organization.tapcounter.activities.PrefsActivity.java
com.organization.tapcounter.activities.TapActivity.java
com.organization.tapcounter.activities.TapListActivity.java
com.organization.tapcounter.controllers.ControllerState.java
com.organization.tapcounter.controllers.LockedState.java
com.organization.tapcounter.controllers.TapController.java
com.organization.tapcounter.controllers.TapListController.java
com.organization.tapcounter.controllers.TapState.java
com.organization.tapcounter.controllers.UnlockedState.java
com.organization.tapcounter.daos.CounterDao.java
com.organization.tapcounter.lists.CounterListAdapter.java
com.organization.tapcounter.preferences.SeekBarPreference.java
com.organization.tapcounter.utils.PixelUtil.java
com.organization.tapcounter.vos.CounterVo.java
com.organization.tapcounter.vos.EasyObservable.java
com.organization.tapcounter.vos.OnChangeListener.java
com.organization.tapcounter.vos.SimpleObservable.java