As iOS developers we have to track what is new in the iOS platform. All developers want to deliver the best designed application in code and design. Each year Apple as an owner of the platform prepares WWDC. Last year at the Worldwide Developer Conference 2019 Apple introduced many new things that all developers should know, especially Combine and SwiftUI. Today I would like to focus on the Combine framework.
How to Enroll in the Apple Developer Program and why is it important?
Each app entrepreneur's dream is to see his/her app in the App Store. Especially as the mobile app store owned by Apple revenue grows rapidly year to year! In 2019 it was estimated to be 54.2 billion $ compared to 2018 46.6 billion. So as you can see, there is definitely a huge potential of publishing your app in there!
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!
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.
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.
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!
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!
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
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.
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.