-
Accessing web page properties from an iOS Share Extension
A Share Extension is a type of App Extension which is used to share content with other apps. One such content type and a quite popular use case for share...
-
Custom UI for Share Extensions
iOS comes with a plethora of App Extensions that you can use to improve the functionality and the user experience of your app. An example of such extensi...
-
How to find large files from the command line
Have you ever ran into issues with your storage disk being full?
-
Running an HTTP server on an Android app
A few days ago I wrote a post describing how to run an HTTP server from an iOS app. This intrigued me to start investigating how to implement a similar a...
-
Running a SwiftNIO Server in an iOS app
Have you ever wondered if it is possible to run a server in an iOS app? A while ago I had this question! It seems that SwiftNIO and SwiftNIO Transport Se...
-
JSON feed reader app with Kotlin Native
Having spent some time exploring and learning more about Kotlin Native, time has come to start building an app where I can use Kotlin Native in a real wo...
-
JSON feed for Jekyll sites
Feed is a term used to usually describe a text file that provides information about the content of a website and it is primarily intended to be used for ...