Back to project page Assignment1.
The source code is released under:
GNU General Public License
If you think the Android project Assignment1 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.kwicento_count; import java.util.Date; public class Counts { protected Date timestamp = new Date(System.currentTimeMillis()) ; }