1. SCrid2000's Avatar
    This is an app mainly intended for other WebWorks and bbUI developers, but might be interesting for other people as well.

    I just uploaded a localStorage app built with (and intended to be used to help people make better apps from) bbUI.js (https://github.com/blackberry/bbUI.js)

    You can check it out on Github at https://github.com/SCrid2000/bbUI-localStorage






    The description reads:

    bbUI-localStorage
    The purpose of this app is to help BlackBerry developers who use the WebWorks platform use localStorage to make better apps, and to show off some of the things localStorage can do in an app. It is built in the context of bbUI.js, but localStorage will work in any HTML5 compliant web code. I will assume that you will use these samples in a bbUI app.

    bbUI.js is somewhat different from other forms of web development because it loads chunks of code into the main dom a bit at a time, as needed (in contrast to all at once), so there's some small things you should know about using the samples in this app.

    It is assumed that you have the source code for this application along with having the .bar loaded onto your PlayBook. If you don't have the source code, it should be available at https://github.com/scrid2000. If you're just using this app to check out some of the things localStorage can do, you can ignore this page entirely.

    In order for most of the features of this app to work, they are loaded into the main .html (index.html) from custom.js, which is located in the cssjs folder of the source code.

    Therefore, it is best that you have the source code available, and that before going any further you look at the index.html and custom.js files. If you understand them, that's great, and you're well on your way to using localStorage in your apps. If you don't understand them, you will come to as yoou check out this app.

    Finally, if you have any suggestions for imrpovements to this app, please do not hesitate to contact me at Support at SCrApps dot org. Good luck, and enjoy!
    Hope some people find this useful and/or entertaining!
    James Nieves likes this.
    09-09-12 10:34 PM
LINK TO POST COPIED TO CLIPBOARD