Please sign in to access this page

Leejw

Leejw

11 devlogs
31h 47m
Created by Tiazzz

A vocabulary learning app for language translation or meanings.

Timeline

I did some form magic I guess (this is far from finished and definitely needs some polishing, but I very much like now being able to add some of the words I created.)

Next up... Uh... Actually allowing users to make the words; it's VocEd time!

I finally added a tag form field now to the edit menu.

Technical: I changed around some README and LICENSE stuff

Update attachment

It's been a HOT while since my last devlog, so a lot has happened since. Because I don't want to clog this log full with everything, I'm aiming to split it up a little.

So first: I fixed up a lot of wrapping issues, meaning less overflow from containers! Second, I made even more changes to the UI, also most notably implementing app launch icons and some more settings stuff. (Also: new concept art!)
Last but not least, I redid the entire system for serialising JSON, so it's a little better split up and whatnot. Also additions are possible now alongside meanings and translations.

Next up: editing and creating lessons (for now metadata, not voc_data)

Update attachment

They call me the animator (no they don't)

Oh yeah the translations stuff works btw (I'll do full translating all the way at the end though)

Update attachment

Just actually added the functionality to list lessons from the lesson directories.
I'll probably wind up moving this tab to somewhere else!

It works for Windows too btw, just in a different Directory (Roaming AppDaya)

It took me a whole longer while to find out what the directory was for Android though, so I ended up using Android Studio's built in File Explorer lol, which I didn't know it had. You learn something new every day I guess.

Next on the agenda: adding and making your own lessons, vocabulary words, and expanding VocData to allow additions, extensions, hints, etc.

Update attachment

Finally managed to port some of the functionality to mobile I guess.

Let's see if this even looks good on Windows now lol

Update attachment

I started(/finished-ish?) development on the JSON serialisation for the lessons and the vocabulary words.

I'm planning on saving JSONs like the attached ones in folders like ./voced/lessons/ to then have individual lesson folders that have contents like a lesson folder index (containing information such as the title, description and tags) and of course the vocabulary words that are in it!

Alongside this, I'm making preparations to change this app to be available for Windows(/Linux?) but most importantly Mobile, which is harder than I thought...

See you next time!

Update attachment

I made some logos and banners for the app. It also looks good as a favicon!

But speaking about Favicons, I'm not making this a web app anymore and instead shipping it as a Windows, iOS and Android app.

You can see the banner in action in the banner of this project.

Update attachment

Added some theme settings options, and I also started drawing some concepts for the Flashcards system!

Started by adding a Dash and Flashcards section.
Obviously not much but I already like how this interface is laid out.

Update attachment