-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (92 loc) · 4.09 KB
/
index.html
File metadata and controls
104 lines (92 loc) · 4.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
layout: default
title: Ruboto
---
<header id="hero">
<div class="row">
<div class="span5 offset1">
<h1>Experience the fun of Ruby for Android</h1>
<p><span>Ruboto</span> is a <span>framework and tool chain</span> to develop
<span>native Android</span> apps, using the <span>Ruby</span> language
we all know and love.</p>
<img class="android_plus_ruby" src="images/ruby_android_equals_love.png"
alt="Ruby plus Android equals"/>
</div>
<div class="span5 offset1">
<img src="images/ruboto_logo.png" alt="Ruboto Logo" class="ruboto-big-logo"/>
</div>
</div>
</header>
<div id="downloads">
<div class="row">
<div class="span4">
<h2><a href="https://github.com/ruboto/ruboto" target="_blank">Ruboto</a></h2>
<p>The command-line interface</p>
<iframe src="http://ghbtns.com/github-btn.html?user=ruboto&repo=ruboto&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</div>
<div class="span4">
<h2><a href="https://github.com/ruboto/JRuby9K_POC" target="_blank">Ruboto 9K POC</a></h2>
<p>Proof of Concept for JRuby 9K on Android 8+</p>
<iframe src="http://ghbtns.com/github-btn.html?user=ruboto&repo=JRuby9K_POC&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20"></iframe>
</div>
<div class="span4">
<h2><a href="https://github.com/ruboto/ruboto-irb" target="_blank">Ruboto-IRB</a></h2>
<div id="ruboto-irb">
<p class="tryme">A Ruby REPL on Android</p>
<iframe src="http://ghbtns.com/github-btn.html?user=ruboto&repo=ruboto-irb&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20"></iframe>
</div>
</div>
</div>
</div>
<div id="quickstart">
<ul class="nav nav-tabs">
<li class="active"><a href="#qs-install" data-toggle="tab">Install</a></li>
<li><a href="#qs-create" data-toggle="tab">Create</a></li>
<li><a href="#qs-code" data-toggle="tab">Code</a></li>
<li><a href="#qs-deploy" data-toggle="tab">Deploy</a></li>
</ul>
<div class="row">
<div class="span8 offset2">
<div class="tab-content">
<div class="tab-pane active" id="qs-install">
<p>
Ruby support can be added to any modern Android application by adding
<a href="http://jruby.org/" target="_blank">JRuby</a> as a dependency.
</p>
<p>
The Ruboto project aims
to add some additional sample code to make the integration between Java, Ruby, and the Android
platform a pleasant developer experience.
The Apps created thereafter depend on JRuby (jruby-jars) at runtime to provide full access to Android's Java APIs.
Installation is straight-forward and easy. Please read the <a href="/documentation.html#requirements">Requirements</a>.</p>
<div style="position: absolute; bottom: 0; left: 40px">
<img src="images/steps/install.png" alt="Installation" />
</div>
</div>
<div class="tab-pane" id="qs-create">
<p>Ruboto has a command-line interface which lets you complete common tasks
quickly and painlessly.</p>
<div style="position: absolute; bottom: 0; left: 40px">
<img src="images/steps/create.png" alt="Create" />
</div>
</div>
<div class="tab-pane" id="qs-code">
<p>Use Ruby to access the Android API and test your apps.</p>
<div style="position: absolute; bottom: 0; left: 40px">
<img src="images/steps/code.png" alt="Code" />
</div>
</div>
<div class="tab-pane" id="qs-deploy">
<p>Deploy to your device or simulator quickly. Even without terminating the process.</p>
<div style="position: absolute; bottom: 0; left: 40px">
<img src="images/steps/deploy.png" alt="Deploy" />
</div>
</div>
</div>
</div>
</div>
</div>
{% include themes/ruboto/quick_news.html %}