小視訊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原始碼密碼
- 小說APP原始碼,實現帶下劃線的密碼輸入框APP原始碼密碼
- elasticsearch加賬號密碼登入Elasticsearch密碼
- 一對一視訊原始碼,登入時輸入密碼時的顯示密碼按鈕原始碼密碼
- app直播原始碼,登入時輸入驗證碼、簡訊驗證身份APP原始碼
- 直播app原始碼,登入時自動輸入密碼/自動記住密碼APP原始碼密碼
- FTP登入時一直彈出登入視窗,就算輸入正確的賬號密碼也不能登入FTP密碼
- 小視訊app原始碼,動態毛玻璃背景的簡單實現APP原始碼
- 遊戲陪玩原始碼的登入方式,簡訊驗證碼登入的實現遊戲原始碼
- app直播原始碼,android實現帶下劃線的密碼輸入框APP原始碼Android密碼
- 一對一直播原始碼,實現一個簡單的登入介面原始碼
- 如何登入 oss 的賬號密碼是什麼密碼
- 如何在遊戲陪玩app原始碼中實現簡訊驗證碼登入?遊戲APP原始碼
- app直播原始碼,平臺登入頁面實現和修改密碼頁面實現APP原始碼密碼
- Linux配置SSH免密碼登入(非root賬號)Linux密碼
- SQL Server 禁用Windows身份登入時忘記其他賬號如sa登入密碼後重置密碼SQLServerWindows密碼
- vue實現簡訊驗證碼登入Vue
- uniapp 實現簡訊驗證碼登入APP
- springSecurity 登入以及使用者賬號密碼解析原理SpringGse密碼
- 聊天室原始碼開發,如何簡單的實現掃碼登入功能?原始碼
- 輸入密碼檢視flag密碼
- 直播app系統原始碼,flutter 驗證碼輸入框的簡單封裝APP原始碼Flutter封裝
- 短視訊平臺原始碼,登入介面插入背景圖片原始碼
- 介紹Linux小技巧,如何實現免密碼登入Linux密碼
- 直播app原始碼,Java的輸入輸出APP原始碼Java
- oauth 實現手機號碼登入OAuth
- 直播系統原始碼,自動登入及記住密碼實現原始碼密碼
- 成品直播原始碼推薦,登入介面實現插入背景原始碼
- php短視訊原始碼,設定賬號密碼時不能包含特殊的字元PHP原始碼密碼字元
- java視窗登入介面實現隨機驗證碼Java隨機
- 密碼登入密碼
- 直播原始碼,zabbix忘記登入密碼原始碼密碼
- gitee 私有倉庫 Linux 下免輸入賬號密碼 || webhook 使用GiteeLinux密碼WebHook
- 【2024有效】WordPress忘記密碼找回登入密碼的最簡單有效的方法密碼
- macbook開機登入時輸入正確的密碼卻提示密碼錯誤Mac密碼
- 寫一個密碼預設星號,但可以檢視密碼的輸入框密碼
- 教你實現,搭建直播影片app原始碼的賬號體系APP原始碼