A custom stopwatch android application: The App will use spotify and Facebook API. For each countdown timer the app will find songs on current user's spotify play list and match the exact time demanded with songs. Music stops playing to signify end of timer.
CustomStopWatch is hosted in the following web site
https://github.com/albertowusuasare/CustomStopWatch
If you think the Android project CustomStopWatch 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 CustomStopWatch.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 3 |
Required Permissions | android.permission.INTERNET |
CustomStopWatch has the following Java source files.
com.example.customstopwatch.MainActivity.java com.example.customstopwatch.MainFragment.java com.example.customstopwatch.TimerActivity.java com.example.customstopwatch.TimerFragment.java com.example.customstopwatch.Utlitity.java