from chapters 8-12 next

bates.instructure.com

through chapter five submit assignment in the canvas workspace
remember to turn down the system ram for emulator on windows

target api 17 jelly bean
15 ice cream sandwich
honeycomb 13
gingerbread 9-10
froyo 8
éclair 7


send the whole workspace not just the project files
business references
personal references

so with an activity the os Is keeping the control
fragments allow us to manage the memory in code and choose which pieces of the app are displayed on different target devices

HONEYCOMB WAS BIG
android lint reports build errors for minimum and target vs build

debugging chapter 4 pg 73
the linearlayout class has properties which allow us to choose the orientation of the widgets
we have the perspectives of the ddms on pg 75

the palette is nice and the outline is especially helpful as well

YOU HAVE TO SET THE DEBUGGER TO RUN WITH 512 INSTEAD OF 1024

lets take a moment to go over intents again pg 89
don't forget theres a fragment lifecycle too


 so we go to avd and edit our device to change the memory size for windows to get the settings right to run the

"wrap_content"
"match_parent"

intent extras are used while we are sharing info between activities
difference between sharing information from/between fragments chapter 10
viewpager can be useful
chapter 9 especially take some notes maybe when you get there =}

Popular posts from this blog

ch11 review silberschatz operating systems concepts essentials 2nd ed