Bachelor's Degree: Industrial Training
Experiences - WEEK 4
September 22, 2014 (Mon)
·
Continue with ToDO List modification
-
To make the edit interface scrollable, as we discovered, the interface is
hidden under the keyboard
- Things to research:
- ScrollView
-
To open the edit screen when pressing the notification
- Things to research:
-
How to extract the parameter passed from the notification (get intent extras)
- To show the edit screen
(showEditFragment method)
September 23, 2014 (Tue)
- Teach Shahir how to add Alarm Receiver into the App.
- At the sometime try to install Xcode. Before install the Xcode needs to update / install new OS.
- Take a long time to install, maybe because the internet connection problem
·
After that, keep explore what is Xcode.
- Xcode is an integrated development environment (IDE)
containing a suite of software development tools developed by Apple for
developing software for OS X and iOS.
September 24, 2014 (Wed)
- Before lunch break keep searching how to open the edit screen when pressing the notification. (Got stuck don’t know how to solve it)
- Keep research:
-
How
to extract the parameter passed from the notification (get intent extras)
-
Mr.
Ilhami help to get the id. He add the following code into MainActivity.java
Intent i = getIntent();
if
(i != null) {
Bundle b = i.getExtras();
if (b != null) {
long id =
b.getLong("todoedit_id", -1);
Log.d("MainActivity",
"got id: " + id);
}
- · After that he ask to search how to open the edit screen when pressing the notification.
- To show the edit screen refer (showEditFragment
method)
September 25, 2014 (Thu)
- Accompany Kak. Wani to help Kak Dura delivery meals order from A Good Maid to the customers.
- Delivery to:
-
KLiUC
-
TM Cyberjaya
-
Wisma DELL
-
LHDN
-
Sri Bangi
·
After lunch break, writing weekly report.
September 26, 2014 (Fri)
- Explore about Maintenance
tracker for iOS, got during attend Mobile App Development (19-20
September): http://bit.ly/greatapp14
- Show to Arif the iOS Apps and
ask him how to learn about Xcode.
- He opens the iTunes and shows me that I can
learn from the Stanford
CS193p
Developing
Applications for iOS - slide and video.
- Finished
work on writing weekly report (week 3 and 4)