I am retired and programming is a hobby for me. I currently use Visual Basic and have been for several years. I created a Visual Basic app that I run from a laptop in a remote location. My app is pretty much finished so for something different, I decided to translate a portion of my app to use on my iPad. The app incorporates a webview2 control, a text box, and a 5x5 grid of buttons. I plan to use SQLite to store data to make queries easier.
I looked into translating my vb code to c# then Xamarin, but the tools to translate is too expensive for a single translation. Also, I set strict option on in Visual Basic but have a couple of errors that will be difficult to correct so at this point, it might be better just to start over. It really isn’t very big and I have the algorithm already created.
So since I am beginning from scratch, would I be better off by creating the code in c#, then translate to Xamarin, or just code in Xamarin. (I am just starting to look at this, so perhaps I HAVE to code in C#, then move it to Xamarin
What are your suggestions to get started?
Thanks
I looked into translating my vb code to c# then Xamarin, but the tools to translate is too expensive for a single translation. Also, I set strict option on in Visual Basic but have a couple of errors that will be difficult to correct so at this point, it might be better just to start over. It really isn’t very big and I have the algorithm already created.
So since I am beginning from scratch, would I be better off by creating the code in c#, then translate to Xamarin, or just code in Xamarin. (I am just starting to look at this, so perhaps I HAVE to code in C#, then move it to Xamarin
What are your suggestions to get started?
Thanks