-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
36 lines (27 loc) · 986 Bytes
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<h1>Summary of All Project on My GitHib..</h1>
<h2><h1>Android_DailySelfie</h1></h2>
Demonstrates use of:
- ListView Adapters
- Camera Calls and Dealing with Returns.
- Load/Save to SD Card.
- Bitmap/JPEG Conversions
- Alarm Notifications.
- Simple Button Styling.
<h2>Android_ModernArtUI:</h2>
Demonstrates use of:
- Slider bar to change styling.
- Alert Dialogs
- Opening External activities (opening browser)
<h2>SHP:</h2>
Incomplete version of my Java based dissertation.
<h2>Coursework_Othello:</h2>
- First year university project of the boardgame othello.
Demonstrates:
- Based AI.
- Swing/AWT Java Interfaces.
- Networked gameplay (playable to a set API, allowed interaction with other peoples coursework)
<h2>Coursework_ProtocolBuffers:</h2>
- Use of google's protofol buffers for simple message passing.
<h2>SE_Scrum:</h2>
(early stage of development)
- Simple Django project, Completed using Agile Method. The methodology was the mos important part of this project.