Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Development > Application Development > Developer 101

Developer 101 101 Tutorials



Reply
 
LinkBack Thread Tools
Old November 14th, 2011, 03:41 AM   #1 (permalink)
New Member
 
Join Date: Apr 2011
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation HELP! School Project - Timer Application

Okay, so our teacher has issued us a project to make something (pretty much, anything) that countdown (or up) from 10mins. So most people are doing sand timers etc; However I have chosen to build an application. This is due 18th November... So i do not have much time. I need to know how to start coding the timer. What i need to know is the code involved. (I have learnt some bits and pieces of android development) Any help very much appreciated..

Joshnerd is offline  
Reply With Quote
Sponsors
Old November 15th, 2011, 04:06 PM   #2 (permalink)
New Member
 
Join Date: Jan 2010
Posts: 12
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Assuming you know the basics of creating Android apps, this should be fairly easy with one potentially tricky bit.

- For the layout, you'll need a start and stop button, and a TextView to display the remaining time.

- You'll need two state variables: an integer for the number of seconds remaining, and a boolean to hold the state of the clock. (is it running?)

- Now for the tricky bit. You can't have a loop within the main UI thread counting down the timer, else your app will freeze. You'll need to create a thread that takes 1 away from the remaining seconds variable, and then sleeps for 1 second. You'll also need to make it interruptable when the user presses the Stop and Start buttons. This guide should be a good start for learning about threads.

Those are a few tips that'll help you plan out your app, how you implement that advice is up to you.
DoddyUK is offline  
Reply With Quote
Reply

Bookmarks


Go Back   Android Forums > Android Development > Application Development > Developer 101 User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 08:15 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo