Zhongtang / Foodie

Feed some food
0 stars 0 forks source link

added the marker to the map with marker listener. changed to call moveCa... #22

Closed stoneliyi closed 10 years ago

stoneliyi commented 10 years ago

...mera() as it is instantaneous for better experience.

stoneliyi commented 10 years ago

I added a placeholder for OnMarkerClickListener. the idea is if you click the marker, it would pop up the friend list fragment and you can choose friends, set time and send invite from there. Of course, you can also click the actionbar for the same feature. my 2 cents.

RockStone commented 10 years ago

merge PR though I personally don't lean to using marker as to trigger friend list as it confuses the UX.

stoneliyi commented 10 years ago

it is now a placeholder only. we can do anything we want with the marker.

why it would confuse the UX? As a user, what would you expect when clicking the marker in the detail activity in which infos like rating, images, prices etc have already be shown?

RockStone commented 10 years ago

my thought was to show nothing to make the ui clean. but nvm. only my preference. could be a good feature though. let's try implement it and see how it works. thanks man~