B4J Tutorial [Web] SithasoIONIC7 - Let's create a Sticky Notes Mobile App using LocalStorage

Hi there fam.

Demo

Let's wireframe and create a Sticky Notes Mobile App.

1. One should be able to create and save sticky notes.
2. The sticky notes should be color coded. We use a FAB with colors to add color coded notes.
3. One should be able to add, update and delete a sticky note.
4. We will store our Sticky Notes in Local Storage - (rather volatile but will do)
5. One can list available sticky notes.

sticks.png


To Add a note - we use a Bottom Sheet Modal

1702657286088.png


To Delete - we use an alert.

1702657248341.png



Here we go...

This is wireframed with SithasoIONIC7 Wireframes. Get your FREE version here.







SithasoIONIC7StickyNotes.gif
 
Last edited:

Mashiane

Expert
Licensed User
Longtime User
Part 2: Updating the Wireframe with Interactivity, Runtime Updates and Trapping Events

In this video we look at how to add interactivity to our wireframe using events. We try and make this to be close to how a real-life app will work like.


Attached is the

1. Wireframe JSON file
2. Abstract Designer Guide
 

Attachments

  • StickyNotesMobileApp.zip
    9.2 KB · Views: 53
Last edited:

Mashiane

Expert
Licensed User
Longtime User
The first post has been updated with a working demo as deployed on Vercel.

Please get the source code from your SithasoIONIC7 Download Location.

Enjoy!

PS: To develop SithasoIONIC7 Mobile Apps you need SithasoIONIC7. Get it at a discounted certificate of appreciation here.

 
Top