You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pls reviw my submission for Week 2 assignment - GoogleImageSearch. I have added README.md along with screenshots /cc @nesquena@timothy1ee
Hours spent :
I have easily spent 12-15 hours atleast on this assignment primarily due to the number of issues I had with my emulator + getting ColorDrawable from imageView
Required Features Completed :
User can enter search query that will display grid of images from Google Image API
User can filter search results by clicking Filter
Subsequent results will have filter applied
User can tap on any image to see image full screen
Infinte scroll down on grid view
Optional features completed :
From full image view, user can share image
From grid view, user can long press image to open share menu
From full image view, user can save image to phone
ActionBar SearchView is used instead of EditText
Filter is applied to current search also when it is set
Clear filter by clicking Reset Filter from ActionBar
Toast messages in case of failures such as - No network, cannot share, download failed
Improved styling by using Icons, logo and background image; Filter behaves as a dialog
Issues known :
Share/save doesn't work on emulator at all for me since I get Permission exception on emulator
In full view, some images might not be shareable since sometimes the getDrawable returns a ColorDrawable, in that case we will show Toast message saying Cannot be shared.
Same happens when you try to share in grid view via long press. Most of the times I get ColorDrawable. Stil trying to figure this out.
The text was updated successfully, but these errors were encountered:
Let us know if you have any other thoughts or questions about this assignment. The next assignment (Twitter Client) will be especially important since it introduces the majority of the remaining pieces necessary to build a fully functional API client with complex feeds of data and user creation.
Pls reviw my submission for Week 2 assignment - GoogleImageSearch. I have added README.md along with screenshots /cc @nesquena @timothy1ee
Hours spent :
I have easily spent 12-15 hours atleast on this assignment primarily due to the number of issues I had with my emulator + getting ColorDrawable from imageView
Required Features Completed :
Optional features completed :
Issues known :
The text was updated successfully, but these errors were encountered: