如何做android数据库?如何通过MySql等数据库填充所有数据 [英] How to do android database? How to fill all data through database like MySql

查看:103
本文介绍了如何做android数据库?如何通过MySql等数据库填充所有数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是android的初学者,我想知道如何填充数据库中的所有数据..感谢您的帮助...

I'm beginner in android and i want to know how to fill all data in database.. Thanks for your help...

推荐答案

在Android中你可以使用SQLite数据库以数据库形式存储数据。您可以通过此 CodeProject文章 [ ^ ],它解释了你如何工作使用SQLite数据库,用于存储和提取数据。



您可以同时阅读有关在Android中使用SQLite数据库的第三方教程: http://www.tutorialspoint.com/android/android_sqlite_database.htm [ ^ ]



最后,您可以阅读有关SQLite数据库的官方Android开发者文档。拥有开发人员的文档网站。链接, http://developer.android.com/training/basics/data-storage/databases .html [ ^ ],您将在那里找到有关Android应用程序中SQLite用法的官方文档。
In Android you can use the SQLite databases to store your data in the database-form. You can get help in this scenario from this CodeProject article[^], which explains how you can work with SQLite databases, for storing and extracting the data.

You can at the same time, read this third-party tutorial on working with the SQLite database in Android: http://www.tutorialspoint.com/android/android_sqlite_database.htm[^]

Finally, you can read the official Android's developer documentation about SQLite databases at their own developer's documentation website. The link, http://developer.android.com/training/basics/data-storage/databases.html[^], would be the place where you will find the official documentations about the SQLite usage in Android applications.


检查这些:

1. 将您的Android应用程序连接到WAMP服务器 [ ^ ]

2. 简单的Android SQLite示例 [< a href =http://www.codeproject.com/Articles/783073/A-Simple-Android-SQLite-Exampletarget =_ bl anktitle =新窗口> ^ ]
Check these out:
1. Connecting your Android app to your WAMP server[^]
2. A Simple Android SQLite Example[^]


这篇关于如何做android数据库?如何通过MySql等数据库填充所有数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆