[TIMOB-19056] Windows: Test Rss Reader sample
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-08-27T14:01:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.0.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-06-22T22:43:45.000+0000 |
Updated | 2017-03-16T22:41:04.000+0000 |
Description
Import the Rss Reader sample (alloy) by using the latest Appcelerator Studio 4.1.0 release, through the dashboard. Then verify that you are able to build it for Win Phone and Store (after adding windows to list of deploy targets in tiapp.xml).
If you run into any issues, please file additional tickets. If the sample needs to be updated in any way (like enabling capabilities), file a PR for the sample.
Stated a PR to make changes to the sample to get it working: https://github.com/appcelerator-developer-relations/Sample.RSS/pull/17 However, I'm still seeing issues with ListView - even after TIMOB-19085. [~kota] Can you take a look at the issue now? It looks like a bug in listview.js in TitaniumKit, the createSectionItemView function, line 102. I get:
This is after it fetches the RSS feed and is attempting to add the feed items to the ListView. For some reason it's failing to get a reference to the template?
https://github.com/appcelerator/titanium_mobile_windows/pull/376 https://github.com/appcelerator-developer-relations/Sample.RSS/pull/19
I found that RSS reader doesn't work on the latest build.
https://github.com/appcelerator/titanium_mobile_windows/pull/414
Closing ticket as fixed.