Skip to content

cho-zhang/android-course

Repository files navigation

This repository contains the code for assignments and labs from my Android course:

####hw1-Eight-Queens 8-Queens Puzzle Game: https://github.com/danuzclaudes/android-course/tree/master/hw1-Eight-Queens/java/edu/unc/chongrui/assignment1/MainActivity.java

  1. place 8 chess queens on an 8 x 8 chess board so that no two queens threaten each other

  2. detects and reports wrong moves;

  3. If the person gives up in the middle of the game, the program automatically finishes the puzzle, from where the person left the game;

  4. Extra: show total number of valid solutions when the “give up” button is pressed and an option to choose which solution we want to see.

####lab2 Building Apps: Layouts, Buttons, Images, and Event Handling.

####hw2-RealTime-SensorPlotter

####hw3-GoogleLocationService-MediaPlayer

####hw4-BeanTimerReader-Analytics

About

This is the repository for all labs and programming assignments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages