TieWay59/ACP_SecondsCounter


This project is for our Android course final assignment.

Language: Java


ACP_SecondsCounter

This project is for our Android course final assignment.

Project 3: Seconds Counter Project description: This android app supplies a counter service that decreases a counter every second. Clicking different buttons in the MainActivity will get the timer service started to count, read the counter’s values, or stop counting. Function modules:

  1. CounterService
  • counter=10 ;
  • decrease counter by 1 every 1 second;
  1. MainActivity that can
  • get CounterService started to count;
  • get CounterService stop counting;
  • get and show counter’s value from CounterService.
  1. CounterReceiver that can
  • receive the “Time Up” broadcast sent by CounterService;
  • stops the CounterService.
  1. reinforce MainActivity and CounterService, so that
  • register the receiver in MainActivity;
  • send “Time Up” broadcast when counter=0 in CounterService;

Project Statistics

Sourcerank 2
Repository Size 213 KB
Stars 0
Forks 0
Watchers 0
Open issues 0
Dependencies 0
Contributors 1
Tags 0
Created
Last updated
Last pushed

Top Contributors See all

tieway59

Something wrong with this page? Make a suggestion

Last synced: 2020-01-23 11:43:42 UTC

Login to resync this repository