]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/udrzavoj/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / udrzavoj / index.mdwn
index 873e883030199a19b3fa7d9247e2ce18f3443863..ebd1a8c330203ae224eaeb07c527bf211c6506dd 100644 (file)
@@ -5,7 +5,7 @@
 Assignment
 ======
 
-I have picked a task to enhance SimpleDraweeView (ImageView) class by adding 2 methods for easier usage.
+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.
 
 Links documenting the results of my work
 ======
@@ -13,6 +13,8 @@ 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.
 
-* [[issue] My communication with developers on github](https://github.com/facebook/fresco/issues/905
+* [[issue] My communication with developers on github](https://github.com/facebook/fresco/issues/905)
 * [[my cloned repo] Version control repository with the actual state of my work](https://github.com/froxCZ/fresco/tree/SimpleDraweeView_setImageURI_string)
 * [pull request to merge into master](https://github.com/facebook/fresco/pull/1038)
+* [presentation](https://support.dce.felk.cvut.cz/osp/student/udrzavoj/facebook_-_fresco_en.pdf)
+* [[final_prez.pdf]]