codepath-android-fall16-group-8 / travel

3 stars 3 forks source link

Search autocomplete #17

Closed adikakade31 closed 7 years ago

adikakade31 commented 7 years ago

Added Google autocomplete feature which displays the name and address of searched place. Still yet to define GoogleClientApi hence did not fetch image of place.

P.S- Learning to use github efficiently, so pardon me for the multiple commits.

heyhuyen commented 7 years ago

We'll eventually move this out into the SearchActivity right?

adikakade31 commented 7 years ago

Don't we want the search to be inside Toolbar as soon as the app starts? Thats he reason I kept in HomeActivity.

heyhuyen commented 7 years ago

My understanding from the wireframes was that there is an "Add" button that brings us to a new activity with the search bar (and suggested results). I assumed that your placeholder SearchActivity was going to be that.

adikakade31 commented 7 years ago

Since we are yet to show the profile view or home screen view(with past/current stories) I made this as the default search view. We can move it to SearchActivity later.

heyhuyen commented 7 years ago

Ok, just checking. That's what I was trying to get at in my first comment 😅