Andhie Wong

Results 10 issues of Andhie Wong

Due to styling in values-21 theme set to transparent for statusbar, activities such as Settings and About screen are not themed properly

Installed AndroidTool via brew cask. but when tried to take screenshot or record video. it has permission failure when creating desktop folder and getting screenshot. i tried using the screenshot...

...after user clicks on Retry [](https://reviewable.io/reviews/dmytrodanylyk/circular-progress-button/58)

when scrolling the demo app in Now Animation mode, when the card is being placed and user scrolling away, the animation draws over the Actionbar. seems invalidating the Actionbar can...

The spacing of the text between image and text in list item. they seems a little far, may be confusing due to the text might related to the top or...

The image size should be in ratio. the recommended ratios are 16:9, 3:2, 4:3. the garden fragment items can be taller to support more text (e.g. 4:3 ?) while plant...

Doing transition animation to detail activity via the hero image Work to do: Use `ActivityOptionsCompat#makeSceneTransitionAnimation()`. for the animation by passing in activity and the imageview. Each list item in Plant...

enhancement

1. define an interface `OnPlantClickedListener(View view, Plant plant)`. the view can be used for transition animation later. 2. implement in `Fragment` with the Navigation logic 3. In the XML of...

The current API to create a HashMap and manually adding each key and value pair. This method is simple but creates few issues in consuming the API. 1. Current method...