From f2fd0454faf1c57dd3e0852e7b36662cb99aaf8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Mon, 9 Feb 2026 10:04:19 +0300 Subject: [PATCH] Give an example to native mobile app development tools It is in app-development section and the example is Hotwire Native --- source/articles/2015-01-03-app-development.html.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/articles/2015-01-03-app-development.html.markdown b/source/articles/2015-01-03-app-development.html.markdown index 02158d10..26934f91 100644 --- a/source/articles/2015-01-03-app-development.html.markdown +++ b/source/articles/2015-01-03-app-development.html.markdown @@ -54,5 +54,9 @@ Huge drawback to this approach is that every mobile platform uses a completely d environment and programming language. You might need to learn about Java, Objective-C, Swift, C-Sharp and others. -But you are in luck ! There are cross-platform tools available where you create you app once and -distribute it to multiple mobile platforms. +But you are in luck! There are cross-platform tools available where you create your app once and +distribute it to multiple mobile platforms. One example is [Hotwire Native][hotwire-native] which +can be used to generate native Android and iOS apps from web applications you developed using +a web framework like Ruby on Rails. + +[hotwire-native]: https://native.hotwired.dev/