facebook

can i insert rss??

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #306469 Reply

    harelevy10
    Member

    I want to make an application that based on rss feed, it is possible?
    thanks

    #306473

    wayne
    Moderator

    An RSS-driven webapp is very doable but currently will require a bit of hand coding since MobiOne does not yet provide an RSS data control. We have plans to introduce richer data-driven components asap. Atm we are concentrating much of our energy on improving the intuitiveness of the designer before adding many new design components. Watch for more details in this area in the next month or so.

    Wayne
    Genuitec Mobile Team

    #313561

    TriniCSI
    Member

    Is there a way to insert RSS now?
    i just got this development centre today and need that function.
    Thanks guys

    #314244

    Molx
    Member

    Up! A RSS feed would be extremely useful. Any news on that?

    #314291

    support-michael
    Keymaster

    Help me understand what you mean my RSS feed? Are you looking for an RSS reader, some non-UI RSS input component to parse an RSS stream or something else?

    Wayne
    Genuitec Mobile Team

    #314302

    Molx
    Member

    A simple reader in a form of a component or a template page (but with access to simple actions such as go back to last window).
    Let’s say I’m creating an App for myself, I could make a page with the Feed from my personal blog.

    Right now I found an alternative, which is a little buggy but better than nothing: http://www.thesmespace.com/smeutils/feed/

    #314413

    Molx
    Member

    [New reply ’cause I’ve found a better workaround]
    Since there is still no documentation for MB1 and this forum has few active people, I’d though it would be good to share the solution I found to this problem.

    I am still using the site I mentioned above, but now I have it inside my app, with the possibility to go back to my prev pages. I’ll try to cover all details.
    I created a new project, added the ‘Back’ buton at the top left corner, and a transparent Panel covering all the screen. I’m not sure whether the panel is really needed or not, didn’t test without it.
    Save the project with the same name of your main .mobi file, in a different folder of course. This will avoid that you have multiple copies of the generated files. Run the project, and you can now close this project.
    Go to the .html generated and add an <iframe> tag inside your panel, with the src to your feed generated by http://www.thesmespace.com/smeutils/feed/. e.g.:

    <iframe src="http://www.thesmespace.com/smeutils/feed/?url=http://yourfeedurlhere.com" width="320" height="480"></iframe>

    Now save this html, rename it as you wish and copy it to the same folder your index html is. Then create a link to it, I did it like this:

    javascript:window.open('myfeedhtml.html','_self')

    If you test it and your ‘Back’ button does not appear, you may need to copy it from the generated files to your /images folder of the project and copy the .css files to, and also change the reference to it on the myfeedhtml.html file.

    Your result should look something like this:

    All suggestions are appreciated, and don’t hesitate if you have any questions.

    #314427

    support-michael
    Keymaster

    Cool!

    Wayne
    Genuitec Mobile Team

    #315003

    stevenf
    Member

    Interesting … but is that site there to stay? I mean, what happens if they take that site away, all the apps pointing there would stop working. It’s the only alternative right now and free so really good … just worring as it could disappear.

    #315099

    support-michael
    Keymaster

    I just posted an example RSS Reader webapp that I created today with MobiOne. See the thread on it here:
    http://www.genuitec.com/support-mobione/viewtopic.php?f=14&t=1386

    Wayne
    Genuitec Mobile Team

    #317435

    echoespf
    Member

    @Moix I tried out that website with the iPhone Rss Builder. Why does it only come back with a truncated version of the feed. I tested it with my personal feed that is set to full articles and it doesn’t show the whole thing. Anyway around that?

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: can i insert rss??

You must be logged in to post in the forum log in