Difference between revisions of "MAP524/DPS924 - 2014"

From CDOT Wiki
Jump to: navigation, search
(Assignment 1 Q&A)
(Assignment 2 (Fall 2013) - Proposals)
 
(47 intermediate revisions by 16 users not shown)
Line 1: Line 1:
 +
 +
 
Learning goes on after leaving classrooms and computer labs.Let us use this wiki to do collaborative learning and share our excitement and headaches in developing Android applications.
 
Learning goes on after leaving classrooms and computer labs.Let us use this wiki to do collaborative learning and share our excitement and headaches in developing Android applications.
 
Feel free to create new and interesting topics on this wiki page.
 
Feel free to create new and interesting topics on this wiki page.
 +
 +
== [[Internet of Things (IoT)]] ==
 
   
 
   
 
== [[Android Discovery Zone]] ==
 
== [[Android Discovery Zone]] ==
Line 8: Line 12:
 
== [[Resources for Learning Android App Development]] ==
 
== [[Resources for Learning Android App Development]] ==
  
== [[Labs Q&A Fall 2013]] ==
+
== [[Android News]] ==
 
 
* Has anyone run into a problem where the emulator refuses to rotate (at all, never mind the layout of the running app)? I tried Ctrl+f11/f12, f11/f12, but none of them work. And I don't have a number pad on my laptop to try 7/9. --Andrew
 
** I pressed the HOME key (number pad) on my laptop and the emulator's orientation changed from portrait to landscape. (Peter)
 
*** Figured it out - it was already used by the xfce window manager to switch to desktop 11/12, just cleared that binding and now it works as it should with the emulator. --Andrew
 
  
* If my app has an activity (activity1) that starts another activity (activity2), what's the relationship between these two? Is it possible that Android will kill activity1 since activity2 is te current activity? What if activity2 is not full screen, does that make a difference? -- Andrew
+
== [[Working with Android Studio]] ==
  
* How to capture emulator screenshots in Eclipse? [http://stackoverflow.com/questions/2065993/how-to-take-emulator-screenshots-using-eclipse] [http://chicagoandroid.com/profiles/blogs/android-screen-capture-in]
+
== [[Web Programming Within Android Applications]] ==
  
* How to export logging data from LogCat to a text file? [http://stackoverflow.com/questions/6548000/save-data-of-logcat-in-android] [https://sites.google.com/site/androidhowto/how-to-1/save-logcat-to-a-text-file]
+
== [[DPS924 Projects Winter 2015]] ==
  
== [[Assignment 1 Q&A Fall 2013 |Assignment 1 Q&A]]==
+
== [[DPS924 Projects Fall 2014]] ==
  
#Is the relationship between schedule and student/teacher 1:1? (ie: to delete a schedule you can just delete the account that schedule is attached to) -- Dennis
+
== [[Labs Q&A Fall 2013]] ==
 
 
::The assignment specifies we include "validfrom" and "validto" dates. This implies that we could have several schedules for each student/teacher. eg. one for summer, another for fall, etc. However, this being our first assignment I think it would be reasonable to have exactly one timetable per student/teacher. We would then use the "validfrom" and "validto" dates to tell us when the schedule has become outdated.... John
 
 
 
##I did not understand the previous question, therefore the answer was not very useful for me. Can you explain why we would consider specified above relationship schedule and student/teacher? Isn't the schedule is created dynamically by fetching the data form the tables in data base? -- Natalia
 
  
== [[Assignment 2 Q&A Fall 2013 |Assignment 2 Q&A ]]==
+
== [[Working with Github and Android Studio]] ==
  
== [[Project Proposals for A2 Fall 2013 | Project Proposals for A2]] ==
+
== Assignment 2 (Fall 2013) - Proposals ==
 +
*[[ Android: Open Data and Web Services |open data and web services]]
 +
*[[Android: Toronto Festivals and Events (Sukhbir Singh Ghotra)]]
 +
*[[Android: #Hashtag search from the Twitter updates and manipulation of returned data (Imtiaz Latif)]]
 +
*[[Android: Toronto for you - all events, workshops, lectures, festivals, celebrations in Toronto (Natalia Levkevitch)]]
 +
* [[Android: Online Timetable Sharing backend for assignment 1]]
 +
* [[Android: Solid Waste Management Guidelines (Shajinth Pathmakulaseelan)]]
 +
* [[Android: Real Time TTC next vehicle arrival tracker (Dennis Villasenor)]]
 +
* [[Android MAP524: TTC real time tracker (Michael Afidchao)]]
 +
* [[Android: Parks and Recreational Facilities locator (Jose Romasanta)]]
 +
* [[Android: Events in Toronto (R. Gideon Thomas)]]
 +
* [[Android: Medical Log ()]]
 +
* [[Android: Souper Shopper (Stanley Moote)]]

Latest revision as of 10:54, 25 September 2015


Learning goes on after leaving classrooms and computer labs.Let us use this wiki to do collaborative learning and share our excitement and headaches in developing Android applications. Feel free to create new and interesting topics on this wiki page.

Internet of Things (IoT)

Android Discovery Zone

Debugging and Testing Android Code

Resources for Learning Android App Development

Android News

Working with Android Studio

Web Programming Within Android Applications

DPS924 Projects Winter 2015

DPS924 Projects Fall 2014

Labs Q&A Fall 2013

Working with Github and Android Studio

Assignment 2 (Fall 2013) - Proposals