Week of September 29 to October 5, 2014

Reading Time: < 1 minutes

 176 total views,  2 views today

Coursera:
1) Programming Cloud Services for Android Handheld Systems: Verified Certificated issued with final grade 99.5. Verified Certificate
2) Usable Security: Watched week 3 video lectures and submitted Week 3 quiz.
3) Mining Massive Datasets: Enrolled into the course late. I have downloaded week 1 and 2 videos but too busy with Poly U homework projects to begin watching them.

Poly U
4) COMP5111 – Database Management:

  1. Set up structure of PHP project
  2. Implement student login and logout functionality
  3. Implement change password function to fulfill update requirement
  4. Add skeleton PHP code to return dummy student history and render the results student page using JQuery Ajax call

5) COMP5122 – E-Commerce fundamental and development:

  1. Use Maven 3 to create a Spring MVC project
  2. Deploy the project to tomcat 6 server in Poly U and it can run successfully

Programming:

6) Order Mama Demo in collaboration with Roger Tang

  1. Can retrieve Facebook posts and show them in endless list adapter
  2. Can display number of likes and comment count for a specific post
  3. Can retrieve Facebook comments and show them in endless list adapter

Week of August 23 to August 31, 2014

Reading Time: < 1 minutes

 160 total views

Coursera:
1) Programming Cloud Services for Android Handheld Systems: Submitted Quiz 6 and Assignment 2 in the past Sunday. The new assignment looked challenging at first after reading the README file and going through the source codes. Fortunately, code examples provided oAuth2 package that could directly use in the Gradle project. Furthermore, no effort to write CRUD methods to retrieve records from database because Spring Framework’s CRUDRespository class generates them automatically. My solution was create a Spring Controller to expose methods to receive HTTP requests from users. Then, the requests were delegated to CRUDRespository subclass to retrieve data and return it to users. Very simple!!!!

Programming:

2) Start my third AngularJS project that adds photo albums to store pictures taken in Open source Workshops and local meetup groups. This time, the project is bootstrap by Yeoman and Gulp because Matthew told me Gulp is better build system than Grunt. After using angular-gulp-generator to generate the skeleton project, I have to agree with his assessment.

Week of August 11 to August 22, 2014

Reading Time: < 1 minutes

 188 total views

Coursera:
1) Reproducible Research: Enroll Signature Track to earn my third Verified Certificate in Data Science Specialization.
2) Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld Systems: Earn my second Verified Certificate in Mobile Cloud Computing with Android Specialization.
3) Advanced Competitive Strategy: Completed all 7 quizzes and open book final examination.
4) Programming Cloud Services for Android Handheld Systems: Submitted 5 quizzes and assignment 1. Assignment 2 was released but I cannot start until I watch all the videos of week 6. This course uses Spring framework to implement cloud services and instructor has covered Spring controller, Spring repository, Spring security, Spring data and Spring Rest.

Programming:

5) Deploy my second AngularJS size project to http://quiet-chamber-1998:herokuapp.com.
Features include:

  1. Show custom markers of pick-up locations on Google Map.
  2. Call Google Map Direction Service to render route.
  3. Allow user to input unlimited addresses to draw route to Hong Kong Science Park
  4. Define simple Restful API in NodeJS + Express Router
  5. Use Yeoman and Grunt to bootstrap AngularJS project.

Week of June 23 to June 29, 2014

Reading Time: < 1 minutes

 174 total views

Coursera:
1) Exploratory Data Analysis: Enrol Signature Track to earn my second Verified Certificate in Data Science Specialization.
2) Reproducible Research: Unfortunately I have to drop the course because of time constraint. I will definitely retake it in July iteration.
3) Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld Systems: Completed Quiz 4 to 7 and Assignment 5 to 7. Assignment 1 to 5 were graded and awarded 100% in all of them. Next week’s plan is to watch Video lectures of week 8 and complete both quiz and assignment.
4) Advanced Competitive Strategy: Week 1 started this week and I have already finished watching all videos.

Programming:

5) Continue to work on my first AngularJS project. The last outstanding item is to call FourSquare API to retrieve photo of the place and display it in the page
6) Follow tutorial to create a simple AngularJS + Firebase application. The link to the tutorial is Angular JS + Firebase tutorial.
6) Plan to use AngularJS + Firebase to plot OOCL shuttle bus routes on Google Map.
1) Show markers of various pick-up location.
2) Show travelling time to Science Park
3) Let user input address and locate the first three nearest pick-up locations
4) Store data in FireBase (Hopefully, I don’t get fired for disclosing company information)

Week of February 24 to March 2, 2014

Reading Time: < 1 minutes

 156 total views

Coursera:
1) Playful, Creative App: Statement of Accomplishment issued on March 1, 2014.
2) Programming Mobile Applications for Android Handheld Systems:  Finished Week 5 lab on March 1 and submitted for autograding. Watched week 6 videos on graphics and animation, touch gesture and multimedia devices.  Week 6 quiz was done today and earned full mark in second try. Week 6 lab will be done sometime this week, so I do not fall behind schedule.

FutureLearn:
3) Beginning Android Game Programming: Setup development environment and able to run the game in emulator and tablet. Not a single line of code is written in week 1.

Programming:
4) Published Heritage on the Go/隨時隨地遊古蹟 Android Application to Google Play Store on February 27 and submitted it to HK Data One App Competition.
5) Use third-party library to implement preference fragment in Android Application that supports sdk level 8. https://github.com/kolavar/android-support-v4-preferencefragment
6) Found a cool android library to draw a route between two locations in Google Map. https://github.com/jd-alexander/Google-Directions-Android
6) Install Scrapy, VirtualEnv, VirtualEnvWrapper and IonicFramework in my ubuntu box.

Week of February 4 to February 9, 2014

Reading Time: < 1 minutes

 173 total views

Coursera:
1) Playful, Creative App: Assignment 3 submitted this morning (Feb 9, 2014). It used quite a lot of concepts covered in wee 6 and 7: ScrollView, LinearLayout, Animation, EditText, TextWatcher, SharedPreference and, save bitmap to public directory and share to friends.
2) Playful, Creative App: I did not realize it is an 8-week until instructor posted week 8 videos and quiz in coursera web page. Sigh!!! One last quiz and peer grading and I can say farewell to this course.
3) Programming Mobile Applications for Android Handheld Systems:  Week 3 covers Intent and Intent-Filter, Permission and Fragment.  Fragment videos are not watched yet and three labs are waiting for me to complete. The due date is Monday February 17, and I still have a little more than a week to tackle them.  Optimistic is the word I would use to describe the current situation.

Programming:
4) Working on Heritage on the Go/隨時隨地遊古蹟 Android Application.
a) Fix bug in Google Map.
b) Add “Show All” button to show markers of all monuments in Google Map
c) Use SharedPreference to record last clicked marker in Google Map
d) Implement listener to respond to click event of InfoWindow and display Place fragment
e) Show English website and image if language of the device is English. Otherwise, Chinese website and image are displayed.
f) (Optional) Generate 2-d QR barcode and show the bitmap in imageview. When other device scans the barcode, useful info is shown, for example, web page url and app’s url.

Week of January 27 to February 3, 2014

Reading Time: < 1 minutes

 180 total views

Coursera:

1) Principles of Reactove Programming: Statement of Accomplishment issued on January 22, 2014.
2) Playful, Creative App: Assignment 2 submitted on January 29, 2014 and self-graded on . Week 4 videos released and this weeks is about media player, style and theme. Finally, instructor teaches things I don’t know and no excuse of fast forwarding videos.
3) Computer Network: Week 2 videos released but I have not watched any yet. Homework 1 is also done and the mark is 4.75/5.0.

Programming:

4) Working on Heritage on the Go/隨時隨地遊古蹟 Android Application. Implementing Around Me feature.

Week of January 13 to January 20, 2014

Reading Time: < 1 minutes

 162 total views

Coursera:

1) Human-Computer Interaction: Statement of Accomplishment issued on January 10, 2014.
2) Playful, Creative App: Assignment 1 submitted on January 13, 2014. Week 4 videos released and this weeks is about media player, style and theme. Finally, instructor teaches things I don’t know and no excuse of fast forwarding videos.
3) Computer Network: Week 2 videos released but I have not watched any yet. Homework 1 is also done and the mark is 4.75/5.0.

Programming:

4) Working on Heritage on the Go/隨時隨地遊古蹟 Android Application. Implementing Around Me function based on Around Me tutorial of Laurent Michenaud. The tutorial can be found at http://www.michenux.net/android-around-me-tutorial-974.html.
5) Concurrently working on 2014 求簽 Android Application as member of Roger Tang’s student group. I assume the role of lead developer; research and implement features such as gesture detector, accelerometer sensor and play audio files with media player.

Week of December 23 to December 29, 2013

Reading Time: < 1 minutes

 168 total views

Coursera:

1) Reactive Programming: Watched week 6 video lectures and submitted assignment 6 that is partially completed.
2) Playful, Creative App: Week 3 videos released. Completed week 1, 2 and 3 quizzes but has not started assignment 1. It looks so simple that I have confidence that I can finish it before due date.

Programming:

4) Uploaded my first Android app to Google play store.
5) Added English and Simplified Chinese translations.
6) Bug fixing phase entered.
6a)Lock screens to portrait mode so video fragment does not crash when device is in landscape mode.
6b) Albums duplicated when gallery fragment is revisited.