Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
1f045e4
came up with a workaround for Android 7+ devices
acarteas Jan 31, 2018
aa26403
Update Useful Links.md
acarteas Jan 31, 2018
1f7b818
Update Useful Links.md
acarteas Jan 31, 2018
e5a58e1
commented out line that would create black images (TODO: fix)
acarteas Feb 5, 2018
1680e75
fixed remove red effect example
acarteas Feb 5, 2018
a3f837c
Update Useful Links.md
acarteas Feb 6, 2018
9d06c2d
Merge pull request #26 from acarteas/2018-Spring
acarteas Feb 7, 2018
0b03bec
Revert "2018 spring"
acarteas Feb 7, 2018
8e4aa13
Merge pull request #38 from acarteas/revert-26-2018-Spring
acarteas Feb 7, 2018
6b076ea
-Reverted messed up pull request.
acarteas Feb 7, 2018
ed3a7ed
Merge branch 'master' of https://github.com/acarteas/Teaching-MobileApps
acarteas Feb 7, 2018
2d5e181
manually copied everything over from spring branch because I messed u…
acarteas Feb 7, 2018
9f76bc3
Added PA3 folder to repo.
acarteas Feb 12, 2018
56b8c1a
updated camera example to use a scaled bitmap
acarteas Feb 13, 2018
e55606b
added example on writing to file system.
acarteas Feb 13, 2018
6809030
Added google API example project to repository.
acarteas Feb 14, 2018
11fbddb
Added steps needed to get google developer console working.
acarteas Feb 20, 2018
efc0182
added Internet permission in project.
acarteas Feb 20, 2018
50fc55a
Merge branch 'master' of https://github.com/acarteas/Teaching-MobileApps
acarteas Feb 20, 2018
8763272
added semi-complete example pitch.
acarteas Feb 21, 2018
3e06478
Merge branch 'master' of https://github.com/acarteas/Teaching-MobileApps
acarteas Feb 21, 2018
30e5e03
-Added workaround for loading high-res files and saving them to the g…
acarteas Feb 25, 2018
f12b50d
updated calendar with new pa3 & pa4 due dates.
acarteas Feb 26, 2018
3017f4f
updated whiteboarding signups
acarteas Mar 6, 2018
e79ad5f
Added Monday's project pitches.
acarteas Mar 6, 2018
dbef256
uploaded students' project proposals
acarteas Mar 7, 2018
eaf25bd
added project teams
acarteas Mar 7, 2018
b264159
added github and trello URLs for final project.
acarteas Mar 19, 2018
e6ee0f2
updated final projec teams.xlsx to include all trello URLs
acarteas Mar 20, 2018
e203af6
removed hyperlinks from teams file
acarteas Mar 26, 2018
0ef966a
updated team urls
acarteas Mar 28, 2018
d9e9778
added information for final project presentation.
acarteas Apr 18, 2018
13aabed
added presentation days for each team
acarteas Apr 23, 2018
b2be18c
removed last year's materials.
acarteas Jan 21, 2019
8006b20
added new syllabus, calendar, and github example.
acarteas Jan 21, 2019
c7f7550
got rid of old github example.
acarteas Jan 21, 2019
d0f70d4
corrected name on syllabus.
acarteas Feb 7, 2019
9b61764
Added project pitches from last semester.
acarteas Feb 22, 2019
3d4e962
Merge branch 'master' of https://github.com/acarteas/Teaching-MobileApps
acarteas Feb 22, 2019
3afa0b9
updated course calendar to be more accurate.
acarteas Feb 27, 2019
2569522
added whiteboarding and project pitch schedules to the repository.
acarteas Mar 6, 2019
eaf54a5
added all real project pitches for this semester.
acarteas Mar 13, 2019
2987f23
added project teams.
acarteas Mar 14, 2019
4a5658a
updated github links
acarteas Mar 26, 2019
74a34ab
updated github links for all teams
acarteas Mar 27, 2019
8185707
Merge branch 'master' of https://github.com/acarteas/Teaching-MobileApps
acarteas Mar 27, 2019
0047e7b
updated team repository.
acarteas Apr 17, 2019
564614f
added additional team repos.
acarteas Apr 24, 2019
bb99ee1
added project presentation explanation
acarteas May 1, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
Binary file not shown.
10 changes: 0 additions & 10 deletions agendas/2018-01-16 introduction/README.md

This file was deleted.

Binary file removed class resources/2018 - CS 480 - Course Calendar.docx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed class resources/2018 - Spring - CS 480 Syllabus.docx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions class resources/Useful Links.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Layouts in Xamarin
* https://developer.xamarin.com/guides/android/user_interface/layouts/
* https://developer.android.com/guide/topics/resources/more-resources.html#Dimension
* [Using multiple layouts](https://developer.xamarin.com/guides/android/getting_started/hello,android_multiscreen/)

# Using Android Themes
* http://www.grapecity.com/en/blogs/how-to-change-the-android-theme-for-xamarin-apps

# Misc
* [Image manipulation](https://xjaphx.wordpress.com/learning/tutorials/)

# Android Basics
* [Activities](https://developer.xamarin.com/guides/android/application_fundamentals/activity_lifecycle/)
Binary file added class resources/Using GitHub.docx
Binary file not shown.
14 changes: 0 additions & 14 deletions class resources/how to pull changes.md

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions examples/Calculator/Calculator.Library/Models/Calculator.cs

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions examples/Calculator/Calculator.Library/ViewModels/ViewModelBase.cs

This file was deleted.

6 changes: 0 additions & 6 deletions examples/Calculator/Calculator.WPF/App.config

This file was deleted.

9 changes: 0 additions & 9 deletions examples/Calculator/Calculator.WPF/App.xaml

This file was deleted.

17 changes: 0 additions & 17 deletions examples/Calculator/Calculator.WPF/App.xaml.cs

This file was deleted.

103 changes: 0 additions & 103 deletions examples/Calculator/Calculator.WPF/Calculator.WPF.csproj

This file was deleted.

Loading