Google Chrome rolled out an update today that broke the WebCam integration for one of our clients, which required us to downgrade Chrome on a number of machines. Unfortunately, we were not able to find a good tutorial on how to downgrade Chrome. Hence, we put together...
Article
Allcode Articles about the world’s best (and sometimes worst) hardware, apps, and much more. From top companies like Google and Apple to tiny startups. Including tutorials, how to’s.
Introduction to ARKit, AR, and VR
Introduction to ARKit In the latest news about iOS, ARKit is receiving a lot of attention, due to its ability to visually impress everyone (not just developers). ARKit is a young technology with flaws, without a doubt. However, the ARKit is a...
Successful Health Apps Part 2: User-Centered Design
Here is the second part of our blog series on building a successful healthcare application for web or mobile. This post focuses on utilizing ‘user-centered design’ methodologies to enhance the usability and usefulness of your app. But firstly, what is...
Technical Analysis of the $31 Million Dollar Ethereum Hack
Here's an interesting analysis of the $31 Million Ethereum Hack. http://medium.freecodecamp.org/a-hacker-stole-31m-of-ether-how-it-happened-and-what-it-means-for-ethereum-9e5dc29e33ce From a technical standpoint, it appears as though the software developers who built...
Top Web & Mobile App Design Trends 2017
App Design Trends for 2017 The field of digital design is developing at breakneck speed with terms such as User Experience Design (UX), User Interface Design (UI) and Interaction Design (IxD) becoming increasingly common. These fields of study and are getting better...
App Store Optimization Pro-Tips #2: Visual Branding
As with any 'branding' exercise, when it comes to App Store Optimization the key is to be consistent in both your communication and user experience. This means that the success of your product is built on both its visual appeal and the quality of the experience that...
Native Apps vs. Non-Native Apps vs Hybrid Apps for iOS and Android?
“Should we build Native Apps, Non-Native Apps, or Hybrid Apps for iOS and Android?” We get this question all of the time. In most cases, the answer is yes, your mobile should be written in a native language. The only times that you should consider building a...
ConsejoSano and Mercer sign agreement to launch a digitial Spanish telehealth platform for employers
ConsejoSano, a client of AllCode, and Mercer announced that they've signed an agreement to launch a digital Spanish telehealth platform for Spanish speakers. "Mercer announced today that it has formed an alliance with ConsejoSano to provide employers and their...
Amazon SNS Push Notification Tutorial on Android using GCM
Do you have a project where an Android device needs to receive push notifications from an endpoint registered on Amazon Simple Notification Service (SNS)? Amazon has a sample Android app, but, unfortunately the only thing this sample app does is register with Google...
How to Debug Ruby on Rails through SSL with RubyMine Foreman
If you’re required to debug Ruby on Rails in RubyMine Foreman through SSL, e.g. you’ve got a Facebook App, you will find the following useful.Unfortunately, I’ve not been able to find a way to debug by using the standard debug rails configuration. Instead, I had to...