小視訊app原始碼,實現簡單的登入介面,輸入賬號密碼
小視訊app原始碼,實現簡單的登入介面,輸入賬號密碼實現的相關程式碼
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android=" xmlns:app=" xmlns:tools=" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".MainActivity" android:background="@drawable/這邊自己加圖片,圖片放左側drawable" android:alpha="0.9" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android:layout_height="254dp" android:orientation="vertical" android:gravity="center" > <EditText android:id="@+id/name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:ems="10" android:hint="使用者名稱" android:inputType="textPersonName" /> <EditText android:id="@+id/pass" android:layout_width="wrap_content" android:layout_height="wrap_content" android:ems="10" android:hint="密碼" android:inputType="textPersonName" /> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" android:gravity="center" > <Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:hint="登入" /> <Button android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="忘記密碼" /> </LinearLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > </LinearLayout> </LinearLayout> </androidx.constraintlayout.widget.ConstraintLayout> //登入驗證程式碼 @Override public void onClick(View v) { // 通過AlertDialog.Builder這個類來例項化我們的一個AlertDialog的物件 AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this); // 設定Title的圖示 builder.setIcon(R.drawable.這邊自己加圖片,圖片放左側drawable); // 設定Title的內容 String mname = "賬號"; String mpass = "密碼"; String user = name.getText().toString().trim(); String pwd = pass.getText().toString().trim(); if (user.equals(mname) && pwd.equals(mpass)) { Toast.makeText(this, "登入成功", Toast.LENGTH_SHORT).show(); builder.setTitle("登入成功"); builder.show(); // 顯示出該對話方塊 } else { Toast.makeText(this, "您的輸入有誤,請重試", Toast.LENGTH_SHORT).show(); builder.setTitle("您的輸入有誤,請重試"); builder.show(); // 顯示出該對話方塊 } }
以上就是小視訊app原始碼,實現簡單的登入介面,輸入賬號密碼實現的相關程式碼, 更多內容歡迎關注之後的文章
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69978258/viewspace-2843091/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 賬號密碼登入介面密碼
- 直播app系統原始碼,簡單的登入介面(登入、註冊、記住密碼等按鍵)APP原始碼密碼
- elasticsearch加賬號密碼登入Elasticsearch密碼
- 一對一視訊原始碼,登入時輸入密碼時的顯示密碼按鈕原始碼密碼
- app直播原始碼,登入時輸入驗證碼、簡訊驗證身份APP原始碼
- sql登入賬號密碼比對SQL密碼
- FTP登入時一直彈出登入視窗,就算輸入正確的賬號密碼也不能登入FTP密碼
- 直播app原始碼,登入時自動輸入密碼/自動記住密碼APP原始碼密碼
- 遊戲陪玩原始碼的登入方式,簡訊驗證碼登入的實現遊戲原始碼
- uniapp 實現簡訊驗證碼登入APP
- 小視訊app原始碼,動態毛玻璃背景的簡單實現APP原始碼
- 教你巧妙利用u盤儲存上網登入賬號密碼實現快速登入密碼
- 小說APP原始碼,實現帶下劃線的密碼輸入框APP原始碼密碼
- 如何在遊戲陪玩app原始碼中實現簡訊驗證碼登入?遊戲APP原始碼
- 一對一直播原始碼,實現一個簡單的登入介面原始碼
- 如何登入 oss 的賬號密碼是什麼密碼
- Ubuntu輸入密碼之後,桌面閃一下黑屏,然後又返回到輸入密碼介面。但是其他賬戶可以登入Ubuntu密碼
- app直播原始碼,android實現帶下劃線的密碼輸入框APP原始碼Android密碼
- vue實現簡訊驗證碼登入Vue
- app直播原始碼,平臺登入頁面實現和修改密碼頁面實現APP原始碼密碼
- Linux配置SSH免密碼登入(非root賬號)Linux密碼
- Windows如何實現登陸系統不用輸入密碼Windows密碼
- [Linux] SSH配置了免密碼登入,登入時還要輸入密碼Linux密碼
- 短視訊平臺原始碼,登入介面插入背景圖片原始碼
- 聊天室原始碼開發,如何簡單的實現掃碼登入功能?原始碼
- appium 怎麼做到小程式輸入密碼APP密碼
- uniapp 完成兩種方式登入 驗證碼登入 密碼登入APP密碼
- centos配置ssh免密碼登入後,仍提示輸入密碼CentOS密碼
- 菜鳥學SSH(一)——Struts實現簡單登入(附原始碼)原始碼
- springSecurity 登入以及使用者賬號密碼解析原理SpringGse密碼
- 輸入密碼檢視flag密碼
- 如何實現 SSH 無密碼登入密碼
- php短視訊原始碼,設定賬號密碼時不能包含特殊的字元PHP原始碼密碼字元
- Spring Security原始碼分析五:Spring Security實現簡訊登入Spring原始碼
- oauth 實現手機號碼登入OAuth
- 成品直播原始碼推薦,登入介面實現插入背景原始碼
- 直播app系統原始碼,flutter 驗證碼輸入框的簡單封裝APP原始碼Flutter封裝
- 微軟賬戶登入將不再需要密碼微軟密碼