Timer

buzztouch plugin: Timer
Version: v2.0
A simple iOS and Android stopwatch to add a little fun to your apps. Useful for all types of apps, especially when adding more native functionality for iOS approval.
works on iOS iOS
works on Android Android
Developer Info
Latest Review
PointerATRAIN53 | 04/25/14 (v1.6)
Make your own customizable time/stopwatch for your app. Greta tool and a bargain price at $4 - esp since it's DUAL platform!
Screenshots
More Information
Timer Plugin Info
---------

A simple iOS and Android stopwatch to add a little fun to your apps. Useful for all
types of apps, especially when adding more native functionality for iOS approval.



Icon by: (http://www.aha-soft.com/free-icons/free-dark-blue-cloud-icons)

ANDROID: BE SURE TO ADD THE ITEMS LISTED BELOW TO THE STRINGS.XML FILE IN YOUR ANDROID PROJECT.

-----------------
CHANGELOG
-----------------

v.2.0

- Added accessibility labels and descriptions to Android and iOS plugins.
- iOS the border around the button is back for better visibility for iOS7 and above
- Removed folders "source-android" & "source-ios"

v.1.7

- New icon

v.1.6

- Updated to allow the timer to continue to count in the background. Code update by Angry Ninja

v.1.5

- Updated to comply with server changes


v.1.4
- Added support for BT Core 3.0 - iOS & Android
- Added changelog

v.1.2
- Added support for BT Core 2.0

v.1.1

- Added ability to use search plugin
- Added support for iADs


iOS Project Files
------------------------

Timer.h - Main header file
Timer.m - Main implementation file
Timer.xib - iPhone Controller view (editable in Inteface Builder)
Time~ipad.xib - iPad Controller view (editable in Interface Builder)


Android Project Files
------------------------

Timer.Java - Main implementation screen file
screen_timer.xml - Layout file associated

strings.xml - You will have to add the following lines to this end of the strings.xml file located in the res/layout/values folder

<string name="menu_settings">Settings</string>
<string name="Start">Start</string>
<string name="Pause">Pause</string>
<string name="Stop">Stop</string>
<string name="Chronometer">Chronometer</string>
<string name="Reset">Reset</string>


Sample JSON Data
------------------------

{"itemId":"123456789", "itemType":"Timer", "itemNickname":"Timer",
"navBarTitleText":"Time Me", "navBarBackgroundColor":"#000000",
"backgroundColor":"#CC0000"}