
In this article, we will cover iOS patterns. Some of them will be considered in details, another ones will be shortly described, and others won’t be included at all.
In this article, we will cover iOS patterns. Some of them will be considered in details, another ones will be shortly described, and others won’t be included at all.
Android Q Features: What’s New in Display and Under Hood?
Android Q — is the 10th major release and the 17th version of the Android mobile operating system. The first Beta of Android Q was released on March 13, 2019, today we have the 4th version to test already.
How to Parse Complicated JSON for CoreData Using Decodable Protocol
Hello dear colleagues and those who work with iOS. If you have some basic awareness about the Decodable protocol, you can parse a simple JSON in a minute and lots of sites have multiple examples of how to parse JSON.
How to Integrate Apple Pay in Mobile App
During the presentation on the 9th of September 2014, Apple introduced Apple Pay — its own system of mobile payments. Apple pay allows iPhone 6 and iPhone 6+ users, as well as those who have new versions of Apple Watch easily shop online now
iOS ML kit: Advantages of Machine Learning in Your Pocket
On WWDC 2017 Apple has presented ML kit which happened to be one of major steps ahead in nowadays mobile software and was created to achieve a significant change in iOS user’s experience.
Let’s Look Under the Hood of Doctrine 2
Perhaps it is not an exaggeration to say that Doctrine is the most frequently used ORM in the Symfony ecosystem. That’s why for the PHP developer, the mastery of this library is really important.
Running PHPUnit Tests with Code Coverage in PHPStorm When Working in Docker
In PhpStorm, there is a possibility to create Run/Debug Configurations and to run them from IDE. It allows the project participants to share common configurations using a ‘Shared’ flag in the settings.
Travel Sites: UX Aspects of Content Organization
In our previous article, we touched on the subject of functionality and usability as the main UX options for the travel website. This time, let’s pay attention to travel site content from the UX point of view. Since there is a growing tendency for betting on not only professional texts, images, or videos, but on what is called user-generated content as well, we will refer to both of them.
UX Practices from Best Travel Sites: Functionality and Usability
Whether you want to launch a new travel site or improve the existing, user experience (UX) is the first thing to consider. Attractive and easy-to-use sites achieve better user behavior metrics, which results in a higher conversion rate.
How to Set up a Symfony Project for Work with Docker Subdomains
There are situations when Symfony needs routing based on subdomains. For example, when we deal with various functional clusters within one project or one repository.
The Vue.js 2.0 release was held back in 2016, but many owners of technology companies and Javascript developers still hesitate to use it in their projects. In this article, we will consider the key points of this solution.
10 Reasons To Use Angular.js Framework To Develop The Next Web Application
It’s hard to imagine the development of a modern single page application without Angular.js. Let’s figure out why to choose AngularJS would be a right decision for your project.
How Colour Affects Consumer Behaviour? Complete Guide
The effect of color on user’s behavior can’t be overestimated, especially when it comes to web design. The virtual user can’t touch the product or service physically, therefore well-chosen colors and user-friendly interface based on user experience are the most powerful tools of online communication.
Today we will review framework under the terrible name CoreData, from Apple. I hate it so much. This is Apple's solution to work with SQLite (a relational database). CoreData can store Swift objects in SQLite, and also it can perform the reverse operation.
ChatKit Library for Android Apps
In the world of iOS development there is a well-known JSQMessagesViewController library which helps iOS-developers to implement UI chat in their applications easily. Unfortunately, Android developers are deprived of such a wonderful tool.