Skip to content

A repo of various native Android applications to aid students and those new to mobile development.

License

Notifications You must be signed in to change notification settings

cacticouncil/android-app-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-app-examples

A repo of various native Android applications to aid those new to mobile development.

Attribution

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

Hello World 2

An extension of the Android Studio basic app. This app starts an additional Activity with CalendarView and EditText, which the user can fill out and add to a list of events.

Lotto Ticket

A simple lottery ticket scratch-off demo. Three prizes randomly ordered, "scratchable resin" layer, plays sound per prize, and ability to restart the Activity. Uses SurfaceView, SurfaceHolder and OnTouchListener.

Restaurant Menu

A simple restaurant app with menu items loaded from a JSON file. Food and drink items are sorted separately. Uses Fragment and RecyclerView.

Sensor Survey

A merged version of code from Google Codelabs' Getting Sensor Data tutorial, that simply changes the alpha of an ImageView when the proximity sensor is triggered.

Tic Tac Toe

A simple Tic Tac Toe game, complete with minimax algorithm for the computer player. Somewhat dated, screen transitions are implemented with Activities instead of Fragments.

About

A repo of various native Android applications to aid students and those new to mobile development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages