-
Notifications
You must be signed in to change notification settings - Fork 2
User Case
maqiangddb edited this page Dec 26, 2012
·
4 revisions
- enter home page
- enter distance shoplist
- enter local shoplist
- enter local couponlist
- enter local groupbuylist
- check device state//like network connection, location provider connection
- set basic preference//like basic city
- enter home page UI
check network connection//this is very importent, because app can't use if haven't network check location provider// if location is ok, sent data to internet and get city and districts. if not ok, set city and districts by hander
- in ShopList UI, didn't bind spinner UI. To solve this problem, if is distance shoplist context, need distance array, category array and order array. if is district shoplist context, need district array, category array and order array.
- in ShopDetail UI, didn't bind head button UI. I want change this button to tabHost UI.
- The phone button didn't bind function In android system, if you want dial tele number and ext tele number together, you just need add "," between them. I test this in the real phone, don't know if this can work in code.