If I had to choose one thing that, in 2015, made a significant impact on our goings on at Hsoi Enterprises? It’d have to be Swift. Apple’s new programming language, Swift, has been a huge boon to what we’ve been doing at Hsoi Enterprises. It’s not just the open source, be it HEAlert, HEAnalytics, or HELargeCenterTabBarController. It’s general productivity. The Swift …
on Custom Operators
One nifty feature of the Swift programming language is the ability to define your own custom operators. Why would you want to do this? Because it can make reading and writing code better/easier. Just like factoring code into a function can help with maintenance, reusability, and readability, so can a custom operator. However, one must remember that the custom operator must enable maintenance, reusability, …
How much time and money does it take to develop a mobile app?
A question I’m often asked is regarding the development of a mobile app. Just how much time and money does it cost? The answer? It’s complicated. And it’s also probably more than you’re expecting. Nine Hertz put together this infographic to give some insight into the costs: In our experience, this infographic is reasonably in the ballpark. But as you …
Support TopXNotes & Tropical Software’s IndieGoGo Campaign
Tropical Software is running an IndieGoGo crowdfunding campaign: We have launched an IndieGoGo Crowd Funding campaign to try to obtain the “Start Up” funding we never have had for Tropical Software. Our campaign is to raise funds to complete TopXNotes 2.0 and continue our award-winning software development. I am asking you to take a look at the campaign today, read some …
PanemQuotidianum 1.3.1 released
Fixed a couple iOS 9 bugs, and the result is PanemQuotidianum 1.3.1. Now in the App Store.
DR Performance Practice Deck app – on Everything Guns, with Amy Jane
The DR Performance Practice Deck for iOS was featured in Episode 8 of GunCarrier.com’s “Everything Guns, with Amy Jane” And “Hsoi” is pronounced like “soy”. 🙂 Thanx, Amy!
Announcing HELargeCenterTabBarController – more 100% Swift open source
Hsoi Enterprises LLC is excited to announce another addition to our open source code libraries: HELargeCenterTabBarController Based on the name, you might be able to guess what it is: a UITabBarController subclass that supports an enlarged center button/tab. The center tab can be used in the typical manner where a tap switches to display the associated ViewController, or the center tab …
HEAlert and HEAnalytics – Ready for Swift 2!
With Apple’s release of iOS 9, comes the accompanying tool update to Xcode 7. One big part of Xcode 7 is a strong evolution of their new Swift programming language to Swift 2. Two of Hsoi Enterprises open source libraries, HEAlert and HEAnalytics have been updated to work with Xcode 7 and Swift 2. Find the code on GitHub. HEAlert is also …
ModelRocket
I’ve been working with a fantastic group, Oven Bits, for some time now. Oven Bits just open-sourced a new library, ModelRocket. ModelRocket’s creator, Jonathan Landon, has written a short article announcing the release, and explaning what the library does. I had a hand in crafting ModelRocket, adding features like the postProcess hook and the .value accessor usage pattern. I’ve been using ModelRocket on …
Siri may be exposing you
I love Siri, Apple’s “digital assistant” in my iPhone. Typing on an iPhone or iPad, to me, is cumbersome. Being able to use voice dictation or Siri greatly facilitates things for me – especially when using my Apple Watch. And of course, isn’t intelligent voice command what science fiction always promised? 🙂 One thing I didn’t know about Siri was the command “Who’s …