Android Open Source - Framework notify bidwatcher






Project Summary

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).

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of bidwatcher.

ItemValue
Java File Count10
Target SDK Version20
Minimum SDK Version19
Activity Count2
jar files usedandroid-support-v4.jar
signpost-commonshttp4-1.2.1.2.jar
signpost-core-1.2.1.2.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WAKE_LOCK




Resource Files

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.

null

Java Source Files

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