today i built my boot screen and its kind of looking great i will add a little quote type on the bottom of the boot screen and also today i built one app also which was a music app and on top it there is a drag and drop element which can take music tracks for the app and then play it and i just realized that my forward music control icon is actually wrong i will solve it after this post and there is another thing music app does not have any data persistence so if you close the app the music tracks are also gone it can be done using IndexedDB which can store more data size compared to localstorage i could use localstorage but it have a data limit and music files data can exceed it so i have to implement indexedDB or just leave it like as it is already
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.