Home
last modified time | relevance | path

Searched refs:databases (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/docs/html/training/basics/data-storage/
Dindex.jd18 <li>Familiarity with SQL databases</li>
32 amounts of information in files and databases. This class introduces you to the
39 <li>Using databases managed by SQLite</li>
54 <dt><b><a href="databases.html">Saving Data in SQL Databases</a></b></dt>
Ddatabases.jd43 familiar with SQL databases in general and helps you get started with
44 SQLite databases on Android. The APIs you'll need to use a database
50 <p>One of the main principles of SQL databases is the schema: a formal
/frameworks/base/docs/html/guide/topics/data/
Dindex.jd3 page.landing.intro=Store application data in databases, files, or preferences, in internal or remov…
Ddata-storage.jd14 <li>Use SQLite databases for structured storage</li>
457 <p>Android provides full support for <a href="http://www.sqlite.org/">SQLite</a> databases.
458 Any databases you create will be accessible by name to any
519 <p>For sample apps that demonstrate how to use SQLite databases in Android, see the
529 databases. See <a href="{@docRoot}tools/help/adb.html#sqlite">Examining sqlite3
530 databases from a remote shell</a> to learn how to run this tool.
Dinstall-location.jd70 databases, optimized {@code .dex} files, and extracted native code are saved on the
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/
Dindex.jd54 <dt><b><a href="databases.html">在 SQL 数据库中保存数据</a></b></dt>
/frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/
Dindex.jd54 <dt><b><a href="databases.html">Сохранение данных в базах данных SQL</a></b></dt>
/frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/
Dindex.jd54 <dt><b><a href="databases.html">SQL データベースにデータを保存する</a></b></dt>
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/
Dindex.jd54 <dt><b><a href="databases.html">在 SQL 資料庫中儲存資料</a></b></dt>
/frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/
Dindex.jd54 <dt><b><a href="databases.html">SQL 데이터베이스에 데이터 저장하기</a></b></dt>
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/data-storage/
Dindex.jd54 <dt><b><a href="databases.html">Salvando dados em bancos de dados do SQL</a></b></dt>
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java2049 ArrayList<SQLiteDatabase> databases = new ArrayList<SQLiteDatabase>(); in getActiveDatabases() local
2051 databases.addAll(sActiveDatabases.keySet()); in getActiveDatabases()
2053 return databases; in getActiveDatabases()
/frameworks/base/docs/html/distribute/stories/apps/
Dnoom-health.jd60 databases, and user suggestions, their app now includes local cuisine
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd159 <li>Database API support, for client-side databases using SQL.</li>
Dandroid-2.1.jd226 storage databases.</li>
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd208 {@link android.database.sqlite.SQLiteOpenHelper} class helps you create databases, and the
210 databases.
909 {@link android.database.sqlite.SQLiteDatabase} databases you create are private to your
918 The method calls for opening or creating files or SQLite databases on your device's internal
922 its manifest won't protect your data. The default access for files and databases in
928 store your data in internal files, SQLite databases, or the &quot;cloud&quot; (for example,
929 on a remote server), and you should keep files and databases private to your application.
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd99 resizing bitmaps should be done in a worker thread (or in the case of databases
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd164 to the external storage, but any application data (such as databases) is still saved on
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd473 files or databases, or perform other work that requires clean-up, then