Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.07 KB

File metadata and controls

45 lines (27 loc) · 1.07 KB

Simple Chat Auto Reply App by Java

1. Introduction

This is a simple auto reply chat app implemented by java.

Origin app implemented by kotlin is here

2. 3rd framework

1. Glide for showing img

2. BaseRecyclerViewAdapterHelper for showing data in RecyclerView

3. CardView for showing rounded corner images

3. Tips:

  1. Glide 's version <= 4.0.0

  2. change gradle source -> In ${project}/gradle/wrapper/gradle-wrapper.properties

    distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-5.4.1-all.zip
    

4. Preview

5. Acknowledgements

https://github.com/android/

6. Contact