-
Accessing web page properties from an iOS Share Extension
January 19, 2020 - 6 min readA 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
January 11, 2020 - 7 min readiOS 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
January 4, 2020 - 5 min readHave you ever ran into issues with your storage disk being full?
-
Running an HTTP server on an Android app
November 10, 2019 - 4 min readA 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
October 27, 2019 - 8 min readHave 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
October 13, 2019 - 18 min readHaving 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
October 5, 2019 - 5 min readFeed 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 ...