找回密码
 立即注册
mapAndroidclasssiwi | android开发 2022-10-27 49 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
1.远程登录(用户名和密码超越3位长度则成功,在服务器可以自己设置代码)2.富含loading作用(多线程管理,时势返回数据)3.登录不成功可以提示犯错因素4.保留登錄后的信息(如用戶名和密碼,可以自己設置)5.具有超级完整详细的注释(菜鸟也能看懂)可以设置成自己的UI库注意:1.需求设置androidManifest文件1lt;activityandroid:name=.IndexPageandroid:label=登入后的页面/gt;2lt;activityandroid:name=.Registerandroid:label=注册/gt;lt;/applicationgt;3lt;uses-permissionandroid:name=android.permission.INTERNET/gt;2.需求编写一个服务器servlet代码01StringuserName=request.getParameter(userName);0203Stringpassword=request.getParameter(password);0405System.out.println(userName+-+password);0607DataOutputStreamdos=newDataOutputStream(response.getOutputStream());0809if(userName!=nullpassword!=null){1011if(userName.length()gt;3password.length()gt;3){1213dos.writeInt(16);1415}else{1617dos.writeInt(0);1819}2021}else{2223dos.writeInt(0);2425}2627dos.flush();2829dos.close();3.别望了配置web.xml(如果是jsp则可以不必配置)4.需求在Login.class中的内部类LoginFailureHandler的run方法中的validateURL(验证用户名和密码的URL)本资料共包括以下附件:
map\bin\fank\android\utils\HttpUtils.class
map\bin\siwi\map\android\IndexPage$1.class
map\bin\siwi\map\android\IndexPage.class
map\bin\siwi\map\android\Login$1.class
map\bin\siwi\map\android\Login$2.class
map\bin\siwi\map\android\Login$3.class
map\bin\siwi\map\android\Login$4.class
map\bin\siwi\map\android\Login$5.class
map\bin\siwi\map\android\Login$LoginFailureHandler.class
map\bin\siwi\map\android\Login.class
map\bin\siwi\map\android\R$attr.class
map\bin\siwi\map\android\R$drawable.class
map\bin\siwi\map\android\R$id.class
map\bin\siwi\map\android\R$layout.class
map\bin\siwi\map\android\R$string.class
map\bin\siwi\map\android\R.class
map\bin\siwi\map\android\Register$1.class
map\bin\siwi\map\android\Register$2.class
map\bin\siwi\map\android\Register$3.class
map\bin\siwi\map\android\Register.class
map\bin\classes.dex
map\bin\map.apk
map\bin\resources.ap_
map\gen\siwi\map\android\R.java
map\res\drawable\icon.png
map\res\layout\indexpage.xml
map\res\layout\login.xml
map\res\layout\main.xml
map\res\layout\register.xml
map\res\values\indexpage.xml

(1. Remote login (if the user name and password exceed three digits, it is successful, and you can set the code on the server) 2. It is rich in loading (multi-threaded management, and the situation returns data) 3. If the login is unsuccessful, you can prompt error factors 4. Keep the information after login (such as the user name and password, you can set them yourself) 5. It has super complete and detailed comments (which can be understood by novices), and can be set as your own UI library Note: 1. The androidManifest file 1lt needs to be set; Activityandroid: name=. IndexPageandroid: label=The page after login/gt; 2lt; Activityandroid: name=. Registerandroid: label=Register/gt; lt;/ applicationgt; 3lt; uses-permissionandroid:name=android.permission.INTERNET/gt; 2. It is required to write a server servlet code 01StringuserName=request. getParameter (userName); 0203Stringpassword=request.getParameter(password); 0405System.out.println(userName - password); 0607DataOutputStreamdos=newDataOutputStream(response.getOutputStream()); 0809if(userName!=nullpassword!=null){1011if(userName.length()gt;3password.length()gt;3){1213dos.writeInt(16);1415}else{1617dos.writeInt(0);1819}2021}else{2223dos.writeInt(0);2425}2627dos.flush(); 2829dos.close(); 3. Don't worry about configuring web.xml (you don't need to configure it if it is a jsp) 4. The requirements are in Login The validateURL (the URL to verify the user name and password) in the run method of the internal class LoginFailureHandler in the class. This material includes the following attachments:
map\bin\fank\android\utils\HttpUtils.class
map\bin\siwi\map\android\IndexPage$1.class
map\bin\siwi\map\android\IndexPage.class
map\bin\siwi\map\android\Login$1.class
map\bin\siwi\map\android\Login$2.class
map\bin\siwi\map\android\Login$3.class
map\bin\siwi\map\android\Login$4.class
map\bin\siwi\map\android\Login$5.class
map\bin\siwi\map\android\Login$LoginFailureHandler.class
map\bin\siwi\map\android\Login.class
map\bin\siwi\map\android\R$attr.class
map\bin\siwi\map\android\R$drawable.class
map\bin\siwi\map\android\R$id.class
map\bin\siwi\map\android\R$layout.class
map\bin\siwi\map\android\R$string.class
map\bin\siwi\map\android\R.class
map\bin\siwi\map\android\Register$1.class
map\bin\siwi\map\android\Register$2.class
map\bin\siwi\map\android\Register$3.class
map\bin\siwi\map\android\Register.class
map\bin\classes.dex
map\bin\map.apk
map\bin\resources.ap_
map\gen\siwi\map\android\R.java
map\res\drawable\icon.png
map\res\layout\indexpage.xml
map\res\layout\login.xml
map\res\layout\main.xml
map\res\layout\register.xml
map\res\values\indexpage.xml)

[下载]10532189328.rar




上一篇:Android超炫的图片浏览器源码
下一篇:Beginning Android Game 源码