✅ App advice before starting writing anything
I tried to make the app twice but got stuck/tangled into a huge mess so I'm redoing it again. Maybe the problem is with planning, I don't know. I've never done any similar things before so that's a factor too. It's just for a portfolio but tbh it'd be of use to me as well. I'm afraid it's too ambitious but I refuse to make a 1000th to-do list haha
The most basic idea is that the app searches for voice actors basing on movie titles. So when I'm watching a movie and I recognize the person, I can find out where else were they present. I'm going to use a MediaWiki API, it's neat.
I'm not sure if it's up to date but I'm assuming I'll be using MVC architecture. The wiki's results come in JSON so classes for it can be generated by VisualStudio, this will go into the Model part.
Next I have to deserialize it into something usable, that's the Controller part I guess? Viewing is in View, that's pretty straightforward.
So far I had the most issue with connecting View to Controller. I used <input> in a <form> element, is this correct? I know it's hard to say anything without code but I deleted it all
I'll be posting updates but I'd like to get something to build on first. It's weird that any tutorials are either old or difficult to understand, is it normal?
The most basic idea is that the app searches for voice actors basing on movie titles. So when I'm watching a movie and I recognize the person, I can find out where else were they present. I'm going to use a MediaWiki API, it's neat.
I'm not sure if it's up to date but I'm assuming I'll be using MVC architecture. The wiki's results come in JSON so classes for it can be generated by VisualStudio, this will go into the Model part.
Next I have to deserialize it into something usable, that's the Controller part I guess? Viewing is in View, that's pretty straightforward.
So far I had the most issue with connecting View to Controller. I used <input> in a <form> element, is this correct? I know it's hard to say anything without code but I deleted it all
