Android Wear example for 'Signals and Microinteractions for Smartwatches' (IBM Developerworks article) - uses extensions to the Notification framework to monitor your bids on trademe (www.trademe.co.nz).
bidwatcher is hosted in the following web site
https://github.com/joshnewnham/bidwatcher
If you think the Android project bidwatcher 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 bidwatcher.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 20 |
Minimum SDK Version | 19 |
Activity Count | 2 |
jar files used | android-support-v4.jar signpost-commonshttp4-1.2.1.2.jar signpost-core-1.2.1.2.jar |
Required Permissions | android.permission.INTERNET android.permission.WAKE_LOCK |
There are 2 image files in bidwatcher. The names of the image files are listed as follows.
notification_background.png small_icon.png
The following screenshort is generated from the image listed above.
bidwatcher has the following Java source files.
com.play.bidwatcher.MainActivity.java com.play.bidwatcher.OAuthActivity.java com.play.bidwatcher.dal.OAuthManager.java com.play.bidwatcher.model.WatchListItem.java com.play.bidwatcher.service.BidWatcherService.java com.play.bidwatcher.task.BidTask.java com.play.bidwatcher.task.OAuthRequestTokenTask.java com.play.bidwatcher.task.RetrieveAccessTokenTask.java com.play.bidwatcher.task.RetrieveWatchListTask.java com.play.bidwatcher.trademe.TradeMeApi.java