Skip to content

Commit

Permalink
加入已经账号说明
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLqr committed Feb 7, 2017
1 parent 69330d2 commit 1f952f1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
50 changes: 49 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,58 @@

该高仿微信项目是本人大学最后的一个练手项目(主要也是因为没找到工作,不想荒废自己的能力,哈哈~~),我会尽可能的将它做完整,并做到跟微信样式尽可能一致,但其实把它做完整并不是最重要的,重要的是在开发这个项目的过程中学习到的知识和抽取出其它项目可以直接使用的开源库。因为我做过好几个项目后发现总有一些东西在这个项目用到了,在另一个项目也会用到,总是这样复制粘贴不仅效率不高,还会让开发乏味,所以,我希望通过该项目及以后的其他项目开发,将一些通用的东西一个个抽取出来,让包括我在内的各位安卓工程师可以高效清爽的编码。此外,这里要感谢“开源中国”对我发布的开源项目的支持,给了我很大的鼓励,谢谢,我今后还会不断做一些开源的项目出来的**(本说明最后有为该项目而开发的开源库)**。好了,以下是项目界面及功能介绍:

## 应用demo下载:[DemoApp.apk](https://github.com/GitLqr/LQRWeChat/app-debug.apk)
不提供注册,目前已有可用账号如下:

***因为前期主要开发聊天等IM功能,没有做手机号注册,同时也为了开发方便,所以在登录时不用手机号登录,请不要在意这些细节~**

<table>
<tr>
<th>用户名</th>
<th>账号</th>
<th>密码</th>
</tr>
<tr>
<th>大娃</th>
<th>dawa</th>
<th>123456</th>
</tr>
<tr>
<th>二娃</th>
<th>erwa</th>
<th>123456</th>
</tr>
<tr>
<th>三娃</th>
<th>sanwa</th>
<th>123456</th>
</tr>
<tr>
<th>四娃</th>
<th>siwa</th>
<th>123456</th>
</tr>
<tr>
<th>五娃</th>
<th>wuwa</th>
<th>123456</th>
</tr>
<tr>
<th>六娃</th>
<th>liuwa</th>
<th>123456</th>
</tr>
<tr>
<th>七娃</th>
<th>qiwa</th>
<th>123456</th>
</tr>
</table>

#一、主界面
![image](screenshots/main/1.gif)


##菜单
1. 发起群聊
1. 跳转到“发起群聊”界面
Expand Down Expand Up @@ -131,7 +179,7 @@
2. 视频聊天
3. @别人
4. 定位、发送位置信息
5. 注册、第三方登录
5. 手机号注册、第三方登录



Expand Down
Binary file modified app-debug.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
android:layout_height="wrap_content"
android:background="@null"
android:hint="你的手机号码"
android:text="lqr"
android:text=""
android:textColorHint="@color/gray3"
android:textSize="14sp"/>

Expand Down Expand Up @@ -97,7 +97,7 @@
android:background="@null"
android:hint="填写密码"
android:inputType="textPassword"
android:text="123456"
android:text=""
android:textColorHint="@color/gray3"
android:textSize="14sp"/>

Expand Down

0 comments on commit 1f952f1

Please sign in to comment.