forked from rhomobile/rhomobile-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.erb
55 lines (44 loc) · 5.43 KB
/
index.erb
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
<h1>Docs</h1>
<p>Welcome to the Rhomobile docs page! Browse around the contents on the left or read the tutorials below to get started.</p>
<h2>Tutorials</h2>
<ul>
<li><a href="/rhostudio.tutorial">RhoStudio Tutorial:</a> RhoMobile Suite installs all Rho products, and provides an IDE for Rhodes, RhoElements, and RhoConnect development. Start here!</li>
<li><a href="/rhoconnect/tutorial">RhoConnect Tutorial:</a> How to install RhoConnect and write adapters to integrate backend apps from Rhodes/RhoElements OR other smartphone tools.</li>
<li><a href="/rhohub/tutorial">RhoHub Tutorial:</a> Shows how you build smartphone apps online on RhoHub.</li>
<li><a href="/rhoelements/rhoelements-tutorial">RhoElements Tutorial:</a> How to create a sample inventory management application using RhoElements and RhoMobile Suite.</li>
<li><a href="/rhodes/tutorial">Rhodes Tutorial:</a> How to install Rhodes as gem and use from the command line. Not necessary if you use RhoStudio (the RhoStudio Tutorial contains a tutorial for a Rhodes app).</li>
<li><a href="/thirdparty-tutorials">Third Party Tutorials:</a> Several third party write-ups and blogs on Rhodes.</li>
<li><a href="http://www.ruby-lang.org/en/documentation/quickstart">Ruby in Twenty Minutes:</a> Helpful (but not required!) as you start to modify controllers.</li>
</ul>
<h2>Developer References</h2>
<ul>
<li><a href="/rhodes/introduction">Rhodes Developer Reference:</a> Full doc of Rhodes, including how to build on all platforms.</li>
<li><a href="/rhoelements/rhoelements-introduction">RhoElements Developer Reference:</a> Doc of RhoElements, including how to build hybrid and native apps.</li>
<li><a href="/rhoconnect/introduction">RhoConnect Developer Reference:</a> Full doc of the RhoConnect app integration server.</a></li>
<li><a href="architecturefaq">Architectural FAQ:</a> Questions about Rhodes and RhoConnect architecture and capabilities.</li>
<li><a href="faq">Programming FAQ:</a> Specific coding questions for building apps.</li>
<li><a href="/rhoelements/apicompatibility">Rhodes and RhoElements API compatibility matrix:</a> A compatibility table for and links to the Rhodes and RhoElements classes and methods.</li>
<li><a href="https://developer.motorolasolutions.com">LaunchPad Developer Community:</a> A comprehensive, community-focused portal aiding in designing, developing and debugging applications through RhoElements-based resources.</li>
</ul>
<h2>Sample Apps</h2>
<ul>
<li><a href="http://github.com/rhomobile/rhodes-system-api-samples">API samples:</a> A simple Rhodes application which demonstrates all features.</li>
<li><a href="http://github.com/koombea/trackr">TrackR:</a> Source code for third party iPhone/Android app for Pivotal Tracker.</li>
<li><a href="http://github.com/rhomobile/store">Rhostore:</a> Simple store application which we show you how to build in the Rhodes Tutorial.</li>
<li><a href="http://github.com/rhomobile/store-bulk">Rhostore Bulk:</a> Simple store application demonstrating how to use the bulk sync feature.</li>
<li><a href="http://github.com/rhomobile/webinar-samples">Webinar Samples:</a> A collection of all samples shown in the webinars.</li>
</ul>
<h2>Community Resources</h2>
<ul>
<li><a href="http://rhomobile.com/webinars">Webinars and Videos:</a> Webinars and videos with hands-on Rhodes training.</li>
<li><a href="http://github.com/rhomobile">Rhomobile on GitHub</a></li>
<li><a href="http://groups.google.com/group/rhomobile">Google Group:</a> Rhomobile Google Group for your questions, problems and feedback.</li>
<li><a href="/releases">Latest Releases:</a> Latest release information and upgrade instructions.</li>
<li><a href="http://www.apress.com/book/view/9781430228684">Book on Rhomobile Development:</a> This book from APress is available NOW.</li>
<li><a href="http://www.packtpub.com/build-enterprise-mobile-web-application-using-rhomobile-beginners-guide/book">Rhomobile Beginner's Guide:</a> Step-by-step instructions on how to build an enterprise mobile web application from scratch.</li>
</ul>
<h2>Addition of RhoElements to the Documentation</h2>
<p>With the release of Motorola Solutions RhoMobile Suite, we have merged documentation to show that RhoElements and RhoMobile/RhoStudio have been integrated. RhoElements extends the capabilities of the original open source Rhodes platform by adding new APIs, as well as interfaces that are exposed via Javascript and HTML META tags. On the left, you will see a new section called ‘RhoElements’. This section contains specific content that is targeted towards users who will be using RhoMobile Suite and RhoElements type applications. The section on the left called ‘Rhodes’ contains content that was originally developed for the Rhodes platform. Since Rhodes is a subset of RhoElements, this material also applies to RhoElements applications (unless it is overridden by the content in the RhoElements section).</p>
<p>We have also added a section called ‘Mobile APIs’. This is a combined list of APIs that are available in both RhoElements and Rhodes applications. Be sure to look at the (API Compatibility Matrix)[ /rhoelements/apicompatibility] to see which APIs may apply to your application scenario.</p>
<h2>Open Source Docs</h2>
<p>The RhoMobile docs are also <a href="http://github.com/rhomobile/rhomobile-docs">open source</a>, so please fork the project and provide feedback if you want to add content or find errors.</p>