]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/udrzavoj/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / udrzavoj / index.mdwn
1 [[!meta title="Udržal Vojtěch"]]
2
3 **Project name and homepage:** [Facebook Fresco Android Image library](https://github.com/facebook/fresco)
4
5 Assignment
6 ======
7
8 I have picked a [task](https://github.com/facebook/fresco/issues/905) 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.
9
10 Links documenting the results of my work
11 ======
12
13 Here, I'll add links similar to the examples below and describe what
14 is being linked. My nick is froxCZ.
15
16 * [[issue] My communication with developers on github](https://github.com/facebook/fresco/issues/905)
17 * [[my cloned repo] Version control repository with the actual state of my work](https://github.com/froxCZ/fresco/tree/SimpleDraweeView_setImageURI_string)
18 * [pull request to merge into master](https://github.com/facebook/fresco/pull/1038)