Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d711b19 authored by Scott Main's avatar Scott Main
Browse files

add tags to some docs.

Training classes from top to bottom of "Connectivity and the Cloud"

Change-Id: I42afb34b2a3c64d0d7a325027a19e0ab7a1847a4
parent d55091f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
page.title=Activities
page.tags="activity","intent"
@jd:body

<div id="qv-wrapper">
+3 −0
Original line number Diff line number Diff line
@@ -85,6 +85,9 @@ host names using lowercase letters.</p>
The subtype can be the asterisk wildcard ({@code *}) to indicate that any 
subtype matches.

<p>It's common for an intent filter to declare a {@code &lt;data>} that includes
only the {@code android:mimeType} attribute.</p>

<p class="note">Note: MIME type matching in the Android framework is
case-sensitive, unlike formal RFC MIME types.  As a result, you should always
specify MIME types using lowercase letters.</p>
+1 −0
Original line number Diff line number Diff line
page.title=Action Bar
page.tags="action bar","menu"
parent.title=User Interface
parent.link=index.html
@jd:body
+1 −0
Original line number Diff line number Diff line
page.title=Adding Animations
page.tags="animation","views","layout","user interface"
trainingnavtop=true
startpage=true

+0 −2
Original line number Diff line number Diff line
page.title=Saving Data in SQL Databases
parent.title=Data Storage
parent.link=index.html

trainingnavtop=true
previous.title=Saving Data in Files
Loading