Community Questions & Answers
RSS Feed - ATOM - NullPointerException
Can someone please look at the following code and tell me what is wrong? Every time I run it, I get a NullPointerException error when I try to display a data row. I get the data, see how many rows there are, but I can't display it. ~~~ var url =...
Parse and xml to an array
Hey people! I need some help. I must parse an online XML document and put the elements of each item in an array. I'm trying to do it but when i do `data.length();` it is 0. ~~~ function parsear() { var data = []; var xhr =...
import flux rss for my application
hii !! i want a method how import a flux rss for my application give me example for this and thank a lot
Pull content from the source code of a site
Hello! I'm doing a client of news site. Unfortunately there is no online rss. Is it possible to get the source code of the page and find the name of the news, images and the text, and what to feed it WebView. I understand that the search by tags available...
Sample RSS Feed in tabbed application
Hi, I am trying to create a tabbed application (my very first) although I'm having some issues with the RSS feed tab. I found an RSS example feed from here: https://github.com/appcelerator-developer-relations/Sample.RSS The problem I am having is when...
XMLTools for rss feed
Use [XMLTools](https://github.com/dbankier/XMLTools-For-Appcelerator-Titanium) for parsing RSS. Everything is working fine, but [feed](http://habrahabr.ru/rss/best/) returns: ~~~ { channel = "\n\t"; version =...
How to get notifications ?
Hi all, How to get notifications when new blog has been added to blog ? **URL: http://vibrantinfosystem.blogspot.com/** Below is the code: app.js ~~~ function isiOS4Plus(){ if (Titanium.Platform.name == 'iPhone OS'){ var version =...
iPhone blog app download Speed
Am developing RSS feeds app, the time taken to download the pages is 45 secs in the iOS device. Is there any way that I can increase download speed there by decrease time taken ?
Problem with display RSS data from blog rss feed
Ok I have few problems for RSS reading. I have managed to get the data from the blog. But it contains a lot of format text that I don't want to display but when i retrieve the data, it comes together with the text. The url i use is...
Back button issue in iOS
Here is the code for retrieving RSS from the URL: app.js ~~~ var win = Ti.UI.createWindow({ backgroundColor:'#fff', tabBarHidden:true }); / create and set right button var rBtn = Ti.UI.createImageView({title: 'Settings',...
RSS Reader
I have a question about RSS reading, I tried the KitchenSink example, but it returned an error, I copied the file rss.js (and renamed to app.js) from Kitchen Sink, together with strip_tags.js to the Resources folder. The Runtime error message returned...
XML/RSS - (Error Domain=com.google.GDataXML Code=-1)
I have been pulling my hair out for the last 2 days trying to get this to work. I am trying to pull a simple rss feed into it but keep getting a error on the var doc = this.responseXML.documentElement; line. Nothing I tried works. Can someone tell me...
Parse RSS from Wordpress
I tried looking at the Kitchen Sink, but I can't really make heads or tails out of it. Anyone have some sample code for parsing a Wordpress RSS? I'm going to need to grab the latest post for one of my tabs, and say the latest 20 for another page.
Feedburner
Anyone have any examples of parsing a feedburner RSS feed into a tableview? Thanks
RSS Mashup Missing on Android
Good Day, Does anyone know why the RSS mashup is missing in Kitchen Sink on Android? Is this a iPhone only feature? Any help would be greatly appreciated. I would like to find a way to use this on Android as well. Best-
Andoir & iOS Notifications
**How to get notifications when new blog topics has been updated ?** Hi all, Below is the code for retrieving blog news which works well & good: ~~~ Titanium.UI.setBackgroundColor('#000'); var win = Titanium.UI.createWindow({ title:'RSS Feed',...
Activity Indicatory crashes app on .hide()
Hello I am currently using the default rssReader app in my applications. However a recent bug keeps crashing the Android app when hiding the activity indicator on both the table view and detail view. ~~~ /Application Window Component Constructor //Android...
Trouble Parsing Json formatted Data into TableView
Hi guys, I am having trouble parsing Data retrieved fron reddit into my table view. Please help, this code below returns a blank page yet i have rummaged through the whole code and cant see where i can make a fix. I am using Titanium Studio 3 Thanks. Here...
Looking for RSS thumbnail parsing suggestion
Having spent more than a few hours searching through both this forum and others, I still haven't found a reliable approach to extracting thumbnail images from RSS feeds. While the RSS 2.0 spec indicates that image references should go in optional...
Rss Truncated - Iphone - All SDK
Hello, Rss i received is truncated, this is just for my DailyMotion RSS. Works fine with other HttpClient, Java, etc.... Zéro <item>, work fine before few days. Example : Call : var xhr =...
RSS on Android
Hi! I have this code and trying to get it working for android. I know that the iPhone-parts needs to be erased but not how? ~~~ var win = Ti.UI.currentWindow; var rssURL = 'feed://megapixlar.blogg.se/index.rss'; function getRSSData(){ var...
How to parse "description" element from an RSS feed?
I want to present the different elements from an RSS feed in my app. It works fine, besides that the <description> -tag is cluttered with more than just the actual text (which i want to display): ~~~ <description><div class="field...
Retrieve RSS thumbnails with Yql and Json
Hi, I need to develop a RSS Reader Application. I tried more options to build that in the best way and I found [andferminiano-titanium-mobile-yql-rssreader-810ad87 ](https://github.com/andferminiano/titanium-mobile-yql-rssreader) really brilliant and...
creating rss feed
Hello, I want to create an RSS feed but I do not really know how to do it I visited the site http://twoappguys.com/blog/appcelerator-view-rss-feed/ but I did not really help. basically I have a view when I clik on it I have a new window with tabs...
RSS Feeds in different Tabs of a TabGroup
Hi together, i am new to Titanium and develop an application which views different RSS-Feeds in tabs of a tabgroup. If you change the tab the first time after starting the app it takes some seconds until the tab is switching and the data of the rss-feed...
Monitor an RSS and send a push notification when a new entry is published
Hey guys, I'm trying to monitor an RSS and send a push notification when a new entry is published. It could be done using Urban Airship(https://urbanairship.com/docs/feeds.html). Could I do this using any other way? ACS? I would really appreciate it if...
Flash videos are not displayed
I'm already posted a question about this but i want to complete it. [Open webview link from XML Parser with a new window](http://developer.appcelerator.com/question/136033/open-webview-link-from-xml-parser-with-a-new-window#comment-124672) I created a RSS...
TCAD Lab 285 and Facebook RSS feed
The TCAD Lab 285 is an RSS reader found here: [Lab 285](https://wiki.appcelerator.org/display/td/285+Integrating+Web+Content) In the Lab you tap into a site's RSS feed through the URL's found in the files: RSSWindow.js and network.js I switched out the...
Problem with window
Hello I just want to make an apply with two tabs: One with a rss reader and the other with a pdf; So I want to add to the window: win2.add(rssreader); But when I launch it say that I can't set a function like an argument >< How can I do this, thank...
Problems with RSS, iso-8859 encoding and Spanish Characters (accents)
Hi there. I've been a whole day trying to parse and display properly a list of RSS feeds in my iPhone app. I'm using Kitchen's Sink example and i don't have any problem with the feeds that have utf8 encoding but i'm having troubles with the ones that have...
Remove whitespace from beginning of rss feed tag
I am pulling a feed from a horrible source, but it is inevitable. Within the feed, all the tags have about 2 line breaks worth of white space. What is a good function to remove this whitespace? Example: ~~~ <title> Swenson's Blog:...
soundcloud
Hi tean cab some tell me if i can play my soundcloud music...or is.there anyway of playing the.song from internet ...i made a app but saves the files.in the.app making a app very large to downloaf...any help??
XML RSS Issue sending description to new window
Hi All I have spent ages trying to get this working and am truly stuck. All I am trying to do is send the description from the XML form over to a new window via a table view. The table view populates ok with the data, and I can see the description node...
RSS Child View
I have an application where if you click a tab it opens up a RSS feed but for some reason, after the table loads, I can not get the webpage to open within the application after a use clicks a row. I believe the issue is the "win.open(webwin);"...
Help with rss feeds
Hi guys ! So, I want to add a feeds reader to my app (android). I've found this code here, I would like to know if it is possible to use it by just changing on it to my feeds page. ~~~ xhr.onload = function() { // Data is returned from the blog, start...
Sample RSS within Application
I am currently designing an application for iOS and Android where on one tab there are a few rows and for one of the rows it goes to a RSS feed for news. I have used the sample RSS feed code within the application and it works great except the back button...
Import Feed from Facebook Events
HI. Is it possible to import a feed from a specific FB page events? The only thing i find is a feed to webcal ex: webcal://www.facebook.com/ical/u.php?uid=534868302&key=AQDSUemPPAFmy0kd I want to display events from my FB page in my app how do i...
Google calendar rss feed
Hi. I have been struggling with how the H*ll to import my google calendar events into my app. The only thing i got to work is to embed the calendar in a web view "program" style. I much rather want it as table rows that is clickable to see...
RSS News Fields
Hi, Can someone tell me what the standard fields are one can expect from an RSS news feed? I have found link, title, description - what are the field names for : icon (or image), date of news, etc.. Thanks
Cannot call method "createHTTPClient" of undefined
Hello, When calling Ti.Network.createHTTPClient() I get this error: Cannot call method "createHTTPClient" of undefined Any idea?
Where is RSS_URL defined?
I have been looking at the RSS sample app and cannot for the life of me find where RSS_URL is defined?
Change WebView <div> font size
Hello everyone! Is there a way to change the font size of a specific div inside a WebView? Most RSS Feed apps (e.g. NYTimes) have two buttons, the first increases the size of the fonts and the other one decreases it. Thank you so much for your help!
Problem with RSS feed
I am trying to make a RSS feed based on the kitchensink XML RSS. What i am trying to do is getting a RSS feed in a table view - when you click on a "news-post" you will come to a new window - when i want to display the XML on the next window i...
Parse xml value
Hey Dear forum! Im trying to build a rss reader and i need to parse the published date of a post from the XML - right now they show up in this format. "Tue 21, Feb 2012 09:50:45 +0100" But i need it to be shown like this "Tuesday , 21...
Same variables - different values from XML
Hello I am building an RSS reader based on the example of Two App guys. I am getting my RSS feed correct on the main window where all the titles of the post are the variable this_post_title. But when you click on one of the articles you are forwarded on...
Problem with RSS feed
I am trying to make a RSS feed based on the kitchensink XML RSS. What i am trying to do is getting a RSS feed in a table view - when you click on a "news-post" you will come to a new window - when i want to display the XML on the next window i...
UTF-8 , unreadable characters in TableView.
I wanna read from XML file (fetch RSS feeds) & display in a TableView but when I tried it, it represented in unreadable character (as squares) my app in arabic, so the squares represent the arabic character. I tried these: *I opened my JS files...
createHTTPClient() Why some rss feed returns null and others worked ok (1.8.1)?
Hi just wanted to ask a quick question. Since, I upgraded to 1.8.1 I cant seem to get feed from my blog anymore link url http://www.watchlearnknow.com/feed/. responseText will always return null, this was not the case in 1.7.5. However, funny thing is when...
Would you help me to get values from JSON ?
I'm testing JSON. I have no problem with simple JSON, but here is a JSON I got from a RSS conversion. I don't know how to get values through this JSON request (XHR). I need from __item__ : title, description (I don't know how to convert or remove HTML...
Problem getting RSS Feed example working in application
I'm having trouble pulling down an RSS feed from my website (feedburner feed). I would like to create a separate tab for displaying the current RSS feed on my site with Images to the left had side and text to the right. I'm not sure how to diagnose the...