Hi there
27 March 2019 Update: Now updated to use version 1.06 of UOEBANano.
Download UOEBANano
Download SD Zip Library
Download ATM Source Code
#WithBANanoYouCan
First, I am not an expert in BANano, this is just based on my experiments using it, after having asked a lot and lot of questions (and still do) about it. It's a very maverlous framework to work with and all my questions have been marked [SOLVED]. That kind of support from the developer is priceless.
Anyway, I'm exploring CRUD, case in point use of LocalStorage. There is nothing cut in stone, so this is just my implementation. It has bugs and some irritations that I need to solve too but so far it works. Im still implementing more things, for example, I want to use the built in BANAno email sending functionality to send the localstorage contents to an email address for 'backup' purposes.
So this is how the UX looks like and I will try and explain how I managed to get this real-world app working (bugs included, ).
BANano's engine is the glue that drives ones UX to works, now creating this UX was the hard part. Using BANano is becoming easier and easier (personal opinion). I'm realising though that some lack of knowledge about how this HTML5 thing works hinders progress. So knowing CSS and the whole DOM tree stuff will help one out. So much to learn.
The app looks like this, there is nothing fancy about it and besides the client wanted it to be as simple as possible, add members, list members, search members. Pure basic stuff.
As noted abobe, the app has a navigation bar and buttons, a floating action button, a table with edit and delete, it also has a drawer...
And some modal dialogs with back and next...
Member details 2
Member Details 3
One should be able to delete a member, we have a confirm dialog.
And one should be able to search too..
Yes, there are a lot of things I can improve and do differently, but hey, technology can be confusing.
So let's create this SPA.
27 March 2019 Update: Now updated to use version 1.06 of UOEBANano.
Download UOEBANano
Download SD Zip Library
Download ATM Source Code
#WithBANanoYouCan
First, I am not an expert in BANano, this is just based on my experiments using it, after having asked a lot and lot of questions (and still do) about it. It's a very maverlous framework to work with and all my questions have been marked [SOLVED]. That kind of support from the developer is priceless.
Anyway, I'm exploring CRUD, case in point use of LocalStorage. There is nothing cut in stone, so this is just my implementation. It has bugs and some irritations that I need to solve too but so far it works. Im still implementing more things, for example, I want to use the built in BANAno email sending functionality to send the localstorage contents to an email address for 'backup' purposes.
So this is how the UX looks like and I will try and explain how I managed to get this real-world app working (bugs included, ).
BANano's engine is the glue that drives ones UX to works, now creating this UX was the hard part. Using BANano is becoming easier and easier (personal opinion). I'm realising though that some lack of knowledge about how this HTML5 thing works hinders progress. So knowing CSS and the whole DOM tree stuff will help one out. So much to learn.
The app looks like this, there is nothing fancy about it and besides the client wanted it to be as simple as possible, add members, list members, search members. Pure basic stuff.
As noted abobe, the app has a navigation bar and buttons, a floating action button, a table with edit and delete, it also has a drawer...
And some modal dialogs with back and next...
Member details 2
Member Details 3
One should be able to delete a member, we have a confirm dialog.
And one should be able to search too..
Yes, there are a lot of things I can improve and do differently, but hey, technology can be confusing.
So let's create this SPA.
Last edited: