Android Open Source - App time ChronoCat






Project Summary

Android application to effective time management for programmers..

Web Site / Source Repository

ChronoCat is hosted in the following web site
https://github.com/Demven/ChronoCat

If you think the Android project ChronoCat 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 ChronoCat.

ItemValue
Java File Count28
Supported screen sizes[hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version7
Activity Count1
Fragment Count5
Asset File Namesassets\fonts\arl_narrow.ttf
assets\fonts\brie_light.ttf




Resource Files

There are 24 image files in ChronoCat. The names of the image files are listed as follows.

arrow_left_default.png
arrow_left_selected.png
arrow_right_default.png
arrow_right_selected.png
launch_cat.png
launch_clock.png
launch_hour_arrow.png
launch_minute_arrow.png
launch_title.png
time_tracker_back_default.png
time_tracker_back_selected.png
time_tracker_cancel_default.png
time_tracker_cancel_selected.png
time_tracker_circle.png
time_tracker_list_footer_button_default.png
time_tracker_list_footer_button_selected.png
time_tracker_show_graphs_default.png
time_tracker_show_graphs_selected.png
time_tracker_show_list_default.png
time_tracker_show_list_selected.png
time_tracker_start_default.png
time_tracker_start_selected.png
time_tracker_stop_default.png
time_tracker_stop_selected.png

The following screenshort is generated from the image listed above.

null




Java Source Files

ChronoCat has the following Java source files.

com.demven.chronocat.ChronoCatApplication.java
com.demven.chronocat.data.beans.Category.java
com.demven.chronocat.data.beans.Work.java
com.demven.chronocat.managers.FontManager.java
com.demven.chronocat.receivers.MinuteReceiver.java
com.demven.chronocat.ui.OnClickMethods.java
com.demven.chronocat.ui.activities.MainActivity.java
com.demven.chronocat.ui.adapters.TimeTrackerListAdapter.java
com.demven.chronocat.ui.adapters.WorkListAdapter.java
com.demven.chronocat.ui.fragments.GraphsFragment.java
com.demven.chronocat.ui.fragments.LaunchFragment.java
com.demven.chronocat.ui.fragments.TimeTrackerFragment.java
com.demven.chronocat.ui.fragments.WorkListFragment.java
com.demven.chronocat.ui.selectors.DotSelector.java
com.demven.chronocat.ui.selectors.Selector.java
com.demven.chronocat.ui.selectors.SelectorHolder.java
com.demven.chronocat.ui.selectors.TabSelector.java
com.demven.chronocat.ui.util.FastBlur.java
com.demven.chronocat.ui.util.graphview.BarGraphView.java
com.demven.chronocat.ui.util.graphview.CustomLabelFormatter.java
com.demven.chronocat.ui.util.graphview.GraphView.java
com.demven.chronocat.ui.util.graphview.GraphViewDataInterface.java
com.demven.chronocat.ui.util.graphview.GraphViewSeries.java
com.demven.chronocat.ui.util.graphview.GraphViewStyle.java
com.demven.chronocat.ui.util.graphview.LineGraphView.java
com.demven.chronocat.ui.util.graphview.ValueDependentColor.java
com.demven.chronocat.ui.util.graphview.compatible.RealScaleGestureDetector.java
com.demven.chronocat.ui.util.graphview.compatible.ScaleGestureDetector.java