|
Entries this day: Do_Today
Work
Do Today
8:24am JST Thursday 9 June 2011 (day 15051)
... continued from yesterday's entry
To do today:
extract the core layout xml into their own mergable xml files:
- main menu
- japanese language menu
- menu with pagination
- other language menu
create a go home class and layout that looks like the bottom buttons class
create a wrapper menu with a home button, like the one with bottom buttons
tell the info/about/other menus to use that instead of bottom buttons
tell the main menu to use its new layout
tell the japanese language menu to
- extend MenuWithHomeButton
- expell resulting useless code
- use its new layout
- expell resulting useless code
tell the pagination menu to
- extend MenuWithHomeButton
- expell resulting useless code
- use its new layout
- expell resulting useless code
tell the other language menu to
- extend MenuWithHomeButton
- expell resulting useless code
- use its new layout
- expell resulting useless code
wipe out the old system of doing things
go to lunch
save my work
compile and test
join the recording industry
- confirm with Nate the layout of menus
- design those menus using techniques above
- code + build + test
- tweak main menu to display play if recordings exist
- design system for record/review/save audio
permalink
Work
7:37pm JST Thursday 9 June 2011 (day 15051)
Well, crapdogs. I got through nearly my entire list in record time, but then for some reason
the English version of the app stopped working. Gah. And then the layout started to go wonky. I
didn't touch that part of the code, did I?
I think English hasn't been used since I put country codes in the app, but I think I accounted
for that.... It's just like, "oh we can't find the default resource for any of your
drawables." BUT They're all right there!!!!!!
11:49am JST Friday 10 June 2011 (day 15052)
I think the issue was some *other* drawables were *not* in the default folder though they were in
the default-ja folder. The error was about some resources that *were* in it, so they were confusing
me.
permalink
|