Mobile

How To Debug Mobile Traffic

April 27, 2020

Recently we faced an "interesting" problem: We received seemingly random reports for failing logins to our customer's website. Only after a lot of experimenting we could narrow the problem down to specific mobile devices. This forced us to go a level deeper and investigate the problem on the protocol level.

Read more

Progressive Web Apps - Are We There, Yet?

December 17, 2019

The German "Onlinezugangsgesetz" (online access act) requires the municipal, state and federal governments to offer their services to citizens digitally via portals by the end of 2022. Paired with the increasing usage of mobile phones to access websites and online services, this poses big challenges to IT companies that used to develop solutions for governments.

Read more

Webinar: Mobile app development for Liferay

June 2, 2015

Do you know there are several ways when building a mobile application connected to the Liferay portal platform. Considering which of these ways to go always depends on the exact customer needs, the project characteristics and also on development team skills. This webinar shows how to benefit from AngularJS competence and build hybrid mobile app that integrates your Liferay Portal. We demonstrate how you can develop on one codeline and built your apps for the major mobile platforms such as Android and iOS with minimal effort using the Ionic framework. We present capabilities of such approach…

Read more

Automated PhoneGap builds with Grunt and Maven

December 1, 2014

The idea of Continuous Integration (CI) which was first published in an article of Martin Fowler in the year 2000 is an integral part of nearly every modern software development project. This is also true for mobile applications. PhoneGap allows you to write mobile applications with JavaScript, HTML and CSS only without the need to write a single line of native code in languages such as Java or Objective-C. These projects are either built manually with the appropriate platform specific SDKs or just by using the “PhoneGap Build Cloud Service” provided by Adobe. This build-service offers you a…

Read more