Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 4ca4b3e

Browse files
committed
Preparing new article 🚀
1 parent f231399 commit 4ca4b3e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
---
2+
layout: post
3+
title: "Web to native code communication on Android using JavaScript Interfaces"
4+
description: "Javascript Interface can be helpful when you need to call native code from a webview on Android."
5+
date: 2019-09-08
6+
image: /assets/images/posts/XXXXXXX
7+
tags: [java, android, mobile application development, javascript, web development]
8+
comments: true
9+
seo:
10+
- type: "BlogPosting"
11+
authors: [fabrizio_duroni]
12+
---
13+
14+
*Javascript Interface can be helpful when you need to call native code from a webview on Android.*
15+
16+
---
117

0 commit comments

Comments
 (0)