AllCode today announced the release of a new iOS app, CareSentinel, built for Loon Medical, Inc., http://www.loonmedical.com. CareSentinel – The Caregivers’ Helper – uses Bluetooth technology and a set of wireless home sensors that instantly send push...
Joel Garcia
Posts and articles by Joel Garcia
CareSentinel – The Caregiver’s Helper is now on Google Play!
AllCode today announced the release of a new Android app, CareSentinel, built for Loon Medical, Inc., http://www.loonmedical.com. CareSentinel - The Caregivers' Helper - uses Bluetooth technology and a set of wireless home sensors that instantly send push...
JoiColor System App – Coming Soon!
The JoiColor System App allows you to create your own hair color using Joico’s breakthrough ArgiPlex Technology
How to give a JIRA User access to only one project
This is way more confusing than it needs to be, but here's how I was able to grant a Jira user access to only one project in JIRA. Step 1: Create a new user in the User Management section of the Administrator. For this example, we're just using username: test and...
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...
Creating an Android Image Slider Control for your App (Part 2 of 3)
In Part 1 of of Creating an Android Image Slider Control, we built out the ImageSlider class, but when you added this class to a View, the horizontal scrolling didn't behave well. In order to resolve the scrolling issue, we started playing with the Gesture options and...
Creating an Android Image Slider Control for your App (Part 1 of 3)
Would you like to create an Android Image Slider Control for your App?At Allcode, we needed to build an Image Slider Control into one of our client's Android apps. Initially, we thought it would be as simple as implementing the standard Android Gallery...
Facebook FBF8 2014 – Highlights Facebook Login, App Links, Parse, and more
We attended FBF8 2014 yesterday. The highlights were 1. The Facebook Login mechanism is changing. What is the Facebook Login mechanism? When you have a Facebook App on your desktop browser in certain situations you will be prompted to login with Facebook at which...
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...
Dynamic Facebook Permissions for your Facebook App
What are Dynamic Facebook Permissions? Let’s say you’ve written a Facebook App using the Facebook JavaScript API, and you don’t want to ask for a ton of permissions when the user signs up for your Facebook App because you’re afraid the permissions will scare them...