Skip to content

Commit f2fd045

Browse files
authored
Give an example to native mobile app development tools
It is in app-development section and the example is Hotwire Native
1 parent 909f683 commit f2fd045

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

source/articles/2015-01-03-app-development.html.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,9 @@ Huge drawback to this approach is that every mobile platform uses a completely d
5454
environment and programming language. You might need to learn about Java, Objective-C, Swift,
5555
C-Sharp and others.
5656

57-
But you are in luck ! There are cross-platform tools available where you create you app once and
58-
distribute it to multiple mobile platforms.
57+
But you are in luck! There are cross-platform tools available where you create your app once and
58+
distribute it to multiple mobile platforms. One example is [Hotwire Native][hotwire-native] which
59+
can be used to generate native Android and iOS apps from web applications you developed using
60+
a web framework like Ruby on Rails.
61+
62+
[hotwire-native]: https://native.hotwired.dev/

0 commit comments

Comments
 (0)