I’ve decided to try my hand at coding a Mobile App. I sit on the board of a non-profit and I see a need for them to connect with their users, and there’s no better way than to do it via a mobile app. It’s been a while since I’ve coded – in my college years, I wrote code for my CS courses in C++ and then dabbled in HTML for some personal and work related web pages I built. In my career, I’ve mostly focused on writing utilities or other automation scripts using vbscript. I’ve also done some basic SQL programming.
My initial research shows that I should write my app in JScript. I don’t know this language, so I’ll probably start by familiarizing myself with the syntax. I think the best way to do that is to just practice on Codecademy. I might also take a course on General Assembly. I’m still not sure how to actually get started though, so I’ll have to do a bit more research.
I will start off with writing the app for the Android OS. I understand there’s segmentation issues here, but since I have an Android, and I am running KitKat on it, I think it only makes sense to start there. If I have any success, I consider porting it over to IOS. I think that would be a good problem to have.