Mobile Development

Recent Articles:

12th
March
2020

Swift vs React Native Which One Choose to Build Mobile App?

In the last few years, mobile development has become very influential and beneficial. Many different companies think about creating an app for their service (to, for example, streamline the cost management in their company)  or develop one as their product, which will become valuable for the users. Both approaches are focused around the idea, that app development purpose is to bring you money. And it is definitely achieveable!

FULL ARTICLE
15th
August
2019

A Complete Apple Pay Integration Tutorial - How to Do it Right?

Carrying around cash has become less and less popular these days. After all, why you should worry about losing those precious banknotes from your wallet when you can have all your money safe & sound on your credit card or - on your phone.

FULL ARTICLE
21st
January
2019

Flutter - a modern open source SDK solution from Google

On the December 4th 2018 Google has presented us their new open source SDK called Flutter. The SDK was made in purpose to help create native mobile apps for both iOS and Android. Flutter Live was a live event celebrating the first stable release (1.0). The event was held in Science Museum in London and streamed online around the globe.

FULL ARTICLE
16th
November
2018

Navigation Architecture Component. Android answer to iOS Storyboards?

In this article, we will introduce to you the navigation architecture component. If you are wondering how Android answer to iOS Storyboards, read the text!

FULL ARTICLE
8th
January
2018

Build your light module with ESP8266 WiFi module

Creating mobile apps that communicate with the Internet does not seem to be a great challenge any more. However, apart from pushing and pulling data from web and displaying it to the user, our apps can do much more!

FULL ARTICLE
13th
December
2017

How to Make an App Part 1

Let’s convert your idea from the scratch to a new the fully-tested application. Part 1: The app market and features of a mobile app

FULL ARTICLE
13th
December
2017

Droidcon Kraków 2017 - Android user conference

At the beginning of December I had an opportunity to attend Droidcon Kraków 2017 – the annual conference focusing on Android development. Two days of lectures divided into three paths gave me a chance to hear about some really interesting topics. If I wanted to cover all the lectures I attended, this article would be really long, so I will focus on the topics that interested me the most.

FULL ARTICLE
17th
October
2017

Structs storage with Protocol-Oriented Programming

Most of the iOS applications are often a thin client that provides end-user frontend of your business logic implemented on a centralized, remote server. Thus, prior to implementing core features of your iOS app, iOS developer have to (1) setup communication with a backend server (often as REST requests), and (2) implement persistent storage to keep received data locally.

FULL ARTICLE
11th
September
2017

Google Developer Days Europe 2017 - an event for Google enthusiasts

Last week in Krakow, Poland, one of the greatest events gathering Google technologies enthusiasts took place. The event in question is, of course, Google Developer Days Europe - a conference organized to showcase the hottest topics now in Google. Attendants could hear about the latest mobile, web, and Cloud features during 33 sessions, take part in 16 hands-on workshops, talk to Google Experts, and of course meet a lot of like-minded people.

FULL ARTICLE
13th
July
2017

Kotlin is here - a few notes on Kotlin programming language

"Life is great and everything will be ok, Kotlin is here" - claimed Christina Lee and Jake Wharton during their talk on Google I/O 2017 conference. Kotlin programming language seemed to be one of the widest discussed topics during and after the conference. Mobile technologies market is very dynamic, and it seems that introduction of the new officially supported by Google language will change a lot the way we develop Android apps in next years.

FULL ARTICLE