Tag: kotlin

  • Sharing content to your app – Android Sharesheet

    This time let’s take a look how to receive data into Android application based on Capacitor. This post is post #3 of series around sharing content. You can find previous post and read how to share a post to iOS and how to customize share view in iOS. tldr; If you want to grab the…

  • Capacitor plugin method types

    Capacitor plugins make are responsible for making a connection between your typescript code with a native environment. In many cases a simple call to native environment may not be enough. Capacitor provide 3 types of plugin calls that can be used. In this post I will outline those and present them along some simple examples.…

  • Cordova based plugin with Swift & Kotlin for Ionic

    When you want to add a new Cordova plugin to your Ionic project, most likely you will find examples how to do it in Java and Objective-C. However those days are thankfully way behind us and we can use much more modern languages. The other newcomers problem in Cordova world is that most tutorials show…