-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathgettingstarted.html
More file actions
96 lines (96 loc) · 3 KB
/
Copy pathgettingstarted.html
File metadata and controls
96 lines (96 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="App Inventor for Android" name="description" />
<meta content="Android, Blocks App Inventor, Mobile, Phone, IDE" name="keywords" />
<title>
Getting Started - App Inventor for Android
</title>
<link href="/static/images/appinventor-16.png" rel="SHORTCUT ICON" type="image/ico" />
<link href="/static/images/appinventor-16.png" rel="icon" type="image/png" />
<link href="/static/css/appinventor.css" rel="stylesheet" />
<script src="http://www.google.com/js/gweb/analytics/autotrack.js">
</script>
<script>
var tracker = new gweb.analytics.AutoTrack({
profile: 'UA-5856106-2'
});
</script>
<script language = "JavaScript" src="/static/scripts/HeaderAndFooter.js"></script>
<style>
img.c2 {border-width:0}
div.c1 {clear:both;}
</style>
</head>
<body>
<script language = "JavaScript">createHeader('<div id="navigation-breadcrumb"> <a href="/learn/">Learn</a> > Getting Started > ');</script><br>
<div id="aiac">
<div class="main-container">
<div class="customhr customhr-gray">
</div>
<div class="content">
<div class="content-body">
<div class="learn-page">
<h1>
Getting Started
</h1>
<h2>
<a href="setup/index.html">
Set up Your Phone and Computer
</a>
</h2>
<p>
Whether you are using a Mac or a PC, a Nexus or a MyTouch, this section will tell
you everything you need to know to get App Inventor set up on your computer and
phone.
</p>
<h2>
<a href="setup/starting.html">
Connect App Inventor to Your Phone
</a>
</h2>
<p>
As you build apps in App Inventor your app will appear live on your phone. This
section walks you through the process of making sure App Inventor is talking to
your phone.
</p>
<h2>
<a href="tutorials/index.html">
Tutorials
</a>
</h2>
<p>
These tutorials will walk you through how App Inventor works and will teach you
some advanced functionality.
</p>
<h2>
<a href="../learn/reference/other/testing.html">
Live Development, Testing and
Debugging
</a>
</h2>
<p>
Learn more about how to do live development, test and debug your code and more!
</p>
</div>
</div>
</div>
<div class="footer">
<script language = "JavaScript">createFooter();</script><br>
<div class="footer-lastupdate">
<script>
if (document.lastModified != '') {
var m = "Page last updated: " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("<\/center>");
}
</script>
</div>
</div>
</div>
</div>
</body>
</html>