Blog.init();


A technical blog on Computer Science and Software Development topics by Tomás Pérez.


Tag: android


  1. Android and JS through addJavascriptInterface

    In the Android world, the object WebView provides a way to display embedded webpages in your mobile application, without needing to launch the external browser. It uses internally the WebKit rendering engine and provides several useful methods that you can use to control the interaction. Including a method to expose…

    javascript, android, security, mobile

  2. Developing mobile apps using Phonegap

    When writing applications that need to be run in different platforms, it looks more straightforward to focus all the efforts in a solution that can work in all of them. How to solve the problem of writing applications in multiplatform environments? The answer is surprisingly simple, what do all of…

    javascript, android, phonegap, mobile