Project name and homepage: Facebook Fresco Android Image library

Assignment

I have picked a task to enhance SimpleDraweeView (ImageView) class by adding 2 methods for easier usage. The SimpleDraweeView accepts only Uri containing url of image to load. However, in order to create Uri, function Uri.parse(String) must be used. That function throws exception if null is passed in. Therefore, I have created a method SimpleDraweeView.setImageURI(String), that creates Uri or sets it to null without throwing exception.

Links documenting the results of my work

Here, I’ll add links similar to the examples below and describe what is being linked. My nick is froxCZ.

Presentations