renamed folders with lower cases and renamed user preferences to local settings

This commit is contained in:
Stanimir Karoserov
2014-05-13 17:59:30 +03:00
parent b6313517db
commit ceff7bb368
58 changed files with 227 additions and 225 deletions

6
image/Readme.md Normal file
View File

@@ -0,0 +1,6 @@
The way we get local path here is different for now. Maybe we should get it from FS module in the future samples. Sample code Android:
```
var Image = require("Image").Image;
var baseImage = Image.imageFromResource('foxie');
```