Did you worry you spent too much time on your phone these past months?
Dec 21, 2020, 4:48 AM
Did you worry you spent too much time on your phone these past months? Maybe even for the last year? Statistics say we spent 1.6 trillion hours on a mobile device in 2020. But don’t blame yourself too much, it’s not you, it’s Corona, or at...
Augmented & Virtual Reality (AR/VR) in mobile apps
Nov 24, 2020, 4:21 AM
A new platform comes every decade, the smartphone simple client golden era has passed and now makes way for other mediums where the user can be more engaged and the experiences more immersive. I’m talking of Augmented and Virtual Reality...
What is possible in the realm of AI/ML on mobile applications?
Nov 13, 2020, 4:43 AM
You’re probably thinking of building an app that has an AI/ML component, or you might want to add an intelligent component in your already existing one, but what exactly is possible and how can you do it?IntroductionArtificial Intelligence...
What are great food delivery apps made of?
Nov 3, 2020, 6:19 AM
Today we are starting a new series at appssemble where we are going to talk about various types of applications, how do their business work, who are their target customers, and last but not least, what does it take to build a great app.The...
How I built a 220k $ app in 4 weeks
Oct 5, 2020, 3:08 AM
My name is Dragos Dobrean and I’m the co-founder of appssemble — a mobile development studio, besides that, I’m also doing my PhD on Mobile Applications Software Architectures, you could say that I live and breath mobile. I built an app...
The benefits of building an MVP for your startup & how to build a Minimum Viable Product.
Apr 29, 2020, 11:01 AM
Technology is taking over the world. Taking a quick look around us, we see digitalisation gaining more and more traction.Even more today, in the light of the pandemic we’re experiencing, global businesses are looking to automatise their...
deliverer — Live AI enhanced video and screencast streams.
Apr 6, 2020, 2:39 AM
deliverer — Live AI enhanced video and screencast streaming.In the previous article we went through the features of deliverer. We’ve seen what it can do and how, but there was still something missing from it. The augmented reality module,...
How going MVP-first can save you a lot of money. Part 1: market validation for startups.
Mar 18, 2020, 10:56 AM
A series on how going MVP-first can save your startup a lot of money. Market validation for startupsIn our work of building digital products for startups around the world, we get to see how a lot of them thrive, while others fail. But what...
deliverer — Live video and screencast streams to all content platforms simultaneously.
Mar 18, 2020, 9:27 AM
deliverer — Live video and screencast streams to all content platforms simultaneously.deliverer is the one app you need if you want to stream to one or more platforms at the same time. If you are someone somewhat big in the social media...
Model View Controller in iOS mobile applications development
Nov 21, 2019, 2:36 AM
This article was written in collaboration with Professor Laura Diosan from Babes Bolyai University, Cluj NapocaAbstractDue to the increased number of mobile applications and their popularity, many software developers have begun to focus on...
Building an apple watch independent app on watchos 6.0
Sep 18, 2019, 2:55 AM
Building an Apple Watch independent app on watchOS 6.0One of the new shiny features of the new iOS 13 and watchOS 6 is the ability to create apple watch apps without having an iphone companion app. The process is not as straight forward as...
Adding an AppStore like card animation to your app
Jul 2, 2019, 10:27 AM
If you don’t have time for this jump to the code.We needed an AppStore like card animation for one of our apps. While there are a few examples available on the internet that shows you how to do it, they do not look production ready, nor...
A guide to writing your own iOS CI/CD integration script
Dec 20, 2018, 2:47 AM
If you are working on a relatively big mobile project, most definitely you are going to need a CI/CD pipeline for building your application and distributing it to your testers. There are many tools which can be easily used for setting up...
UIWindow, rootViewController, visual artifacts and leaks.
Jul 6, 2018, 8:54 AM
Hello 👋Today I am going to talk about UIWindow, rootViewController and some of its quirks, namely how you can create leaks in your app by incorrectly using them.My relationship with UIWindow is not that serious as the one with the...
WKWebView and WKCookieStore in iOS 11
Jun 13, 2018, 4:37 AM
Today I am going to talk about the new WebkitView in iOS 11 and about our love/hate relationship.The project I worked on was a simple iOS application which should provide a native component for login/signup, navigation, and use a web view...