Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source/articles/2015-01-03-app-development.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/