Problem description
Running the sample "
https://github.com/appcelerator/alloy/tree/master/test/apps/models/binding_scrollableview" on Android devices, the images included in the articles as defined by the 'articles.sqlite' db are not displayed.
'title' and 'content' DB fields contents are displayed as expected.
On iOS it is displayed correctly.
Same behavior using Alloy version 1.1.3 and TiSDK 3.1.1 GA so is not a regression.
Update
The behavior is relative to the 'image' value in the DB. Changing it from 'filename.jpg' to '/filename.jpg' works.
PR: https://github.com/appcelerator/alloy/pull/204 Functional testing can be passed by running the aforementioned on android and confirming that the images show up in each scrollableview view. Any further changes related to android image issues can be handled in other tickets.
Verified as fixed. No need to update the test case. TiSDK 3.2.0.v20131010124846 Alloy 1.3.0 CLI 3.1.2 GA Closing