2013-10-08 222 views
0

我正在開發一個Android App項目,其中用戶有兩個選項,登錄和註冊。 我有幾個問題:創建數據庫

1-在註冊活動中,如何存儲用戶的數據? 2-在簽名活動中,如何檢查用戶輸入的條目是否正確,並且用戶已經擁有我們的帳戶。 3-在註冊活動中,用戶輸入的數據應該發給我,以便我能夠聯繫我的應用程序的用戶。

我在網上搜索,結果是我必須使用SQLite數據庫。 請親引導我關於這個過程。 在此先感謝。 像Facebook一樣,我們必須註冊創建新帳戶並登錄,我想創建這種類型的應用程序。

+0

閱讀此http://developer.android.com/guide/topics/data/data-storage.html – lub0v

回答

0

1- In Sign Up Activity, how can I store the data of the user?

你需要維護這個數據庫。閱讀本教程data - storage tutorial

2- In Sign Activity, How can I check that the entries enter by the user are correct and the user already have a account by us 現在,您需要檢查您的服務器並執行身份驗證部分。您需要建立webservices並使用android網絡模塊。 network operations

3- In Sign Up Activity, the Data entered by the user should come to me, So that I will able to contact the user of my app

只要保持TextView中的曲目,其中用戶類型的uname和PWRD。檢查textview apis