Can Wearable Devices Catch a Concussion

Published on July 20, 2022

A recent study published in Nature has reported on a new application for wearable devices;…

Read More

2022 mHealth Statistics & Trends

Published on April 13, 2022

Like all things, technology is evolving every industry. And, although healthcare may have held a…

Read More

So, You Want to Develop a Paid App? Here’s 3 Ways You can Collect Payments

Published on March 25, 2022

With over 1.96 million apps available for download on The App Store, and thousands more…

Read More

Russia’s Invasion and Its Impact on FinTech

Published on March 9, 2022

When President Putin ordered his military forces to invade Ukraine, this decision set off a…

Read More

2022 Predictions for Telehealth 

Published on January 18, 2022

It wasn’t so long ago that the idea of holding a video conference to discuss…

Read More

2022 Tech That Pose a Risk to Your App

Published on January 4, 2022

With nearly every aspect of our daily lives having something to do with technology, it…

Read More

2021 mHealth Apps Disrupting Healthcare

Published on September 9, 2021

It’s no surprise that the use of healthcare applications has skyrocketed over the past few…

Read More

3 Disrupters Born Out of the Pandemic That Aren’t Going Anywhere

Published on August 6, 2021

In early 2020 when the COVID-19 virus moved from a novel respiratory virus to a…

Read More

5 Examples of IoT Innovation In Healthcare

Published on March 31, 2021

Over the past few years, the Internet of Things (IoT) has grown beyond factories and…

Read More

Can AI Predict Mental Illness?

Published on February 18, 2021

Artificial intelligence (AI) may one day be able to detect mental illness by reading just…

Read More
// Add original row class to side image sections $('section.side-image').each(function() {var rowClass = $(this).find('.wpb_row').first().attr('class').split('vc_row-fluid').pop().trim();$(this).addClass(rowClass);}); // Highlight portfolio in navigation on project pages $('body.posttype-portfolio').find('#menu-navigation a[href*="/portfolio/"]').parent().addClass('current-menu-item'); // Highlight services in navigation on services pages $('body.parent-pageid-12').find('#menu-navigation a[href*="/app-development-services/"]').parent().addClass('current-menu-item'); // Copy tab titles into content for responsive view $('.wpb_tabs .ui-tabs-anchor').each(function() {$( '.wpb_tab' + $(this).attr('href') ).prepend('
' + $(this).html() + '
');}); /*if (jQuery('.portfolio-page').length > 0){*/ /*portfolio-template-default*/ if (jQuery('.portfolio-template-default').length == 0){ $.fn.extend({ animationend: function(callback) { return this.one('webkitAnimationEnd mozAnimationEnd oAnimationEnd oanimationend animationend', callback); }, initWaypoint: function() { return this.addClass('waypoint') .removeClass('animated') .waypoint2(function(direction) { //console.log(this.element) $(this.element).addClass('animated'); this.destroy(); }, { offset: '80%' }); } }); } if (jQuery('.portfolio-template-default.single-portfolio').length > 0){ setTimeout(function () { jQuery('.page-header h1.waypoint, .page-header p.waypoint').addClass('animated'); }, 1000); } if ( window.matchMedia('(min-width: 481px)').matches ) { var waypoints = null; var $waypoints = $('.waypoint'); var waypointSelectors = { 'common': [ $('section.vc_row').has('.lead').find('h1, h2, .lead, .btn'), '[class*="vc_col-"]:not([class*="-12"])', 'section.side-image .image-container', 'section.text-intro h2', 'section.howwework-preview .wpb_tabs', 'section.publications .col-sm-4', 'section.featured-projects .rev_slider_wrapper', 'section.landing-location-intro .wpb_text_column' ], 'home': [], 'app-development-services': [ 'section.services-slider', 'section.services-specialities' ], 'portfolio': [ '.portfolio-showcase [class^="col-"]' ], 'about': [ $('.team-member') ], 'landing': [ '.posts-container .col-sm-6' ], 'staging': [ '.section-clients-v2 .col-sm-3' ] } var pageSlug = window.location.href.split('/'); if (pageSlug.length > 4) { pageSlug = pageSlug[pageSlug.length - 2]; } else { pageSlug = 'home'; } _.every(waypointSelectors, function(selectors, page) { _.each(selectors, function(selector) { $waypoints = $waypoints.add(selector); }); if (page === 'common' || page === pageSlug) { _.each(selectors, function(selector) { $waypoints = $waypoints.add(selector); }); if (page === pageSlug) return false; } return true; }); waypoints = $waypoints.initWaypoint(); } });})(jQuery);-->