Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+15 votes
asked in CSC490_Spring2019 by (1 point)

6 Answers

+4 votes

I added a feature that allows the user to put in the name of the bird. Once that bird name has been put in, the user can't make multiple of the same bird type counter.

answered by (1 point)
+4 votes

I added the ability to track up to 20 birds and select them from a drop down "spinner" which is sorted A-Z or Z-A based on the users preference. You can also increase/decrease/reset the count for each bird (and not go negative). I also implemented a second activity screen that shows top bird counts in order of highest to lowest and all of the bird data is saved into a real-time Firebase database.

answered by (1 point)
+3 votes

I added a feature to decrease the count and made sure that it did not go into the negatives

answered by (1 point)
+3 votes

I added a feature that allows the user to enter as many bird names as they want, and a new counter will be created for each of them.

answered by (1 point)
+2 votes

I added the remove bird ability but didn't really get much further than that...

answered by (1 point)
+2 votes

I added player controls of a 2D sprite as well as animations to go along with the player controls of the 2D sprite.

answered by (1 point)
...