From the development of 0-1, and complete social App

abstract

  • GitHub link: GitHub link

  • Clients use Android Studio
  • The service uses IDEA + SpringBoot + MyBaits
  • Add Friend completion, instant messaging, social networking Square
  • Just a simple version of the content

the whole idea

  • Use Http protocol processing Login Register add friends request
  • Use WebSocket protocol, timely treatment chat request, the front end of the application framework implemented OKHttp

Existing problems

  • At the time do not understand some basic design patterns and code standards, in fact, can be used to write a single case of a local database, in addition, for high cohesion, low coupling design ideas at the time could not complete the application, we have problems in the future to improve efficiency on, we also need to go further in-depth study.
  • Standardized code is not enough to reduce the dependency between classes.

Guess you like

Origin www.cnblogs.com/kobe961231/p/10965716.html