In school years, a software engineering team made a chat software called "dumb", mainly for couples. However, when QQ was so popular, developing such a PC software seemed meaningless. The phone is not the case. Mobile phones contain more personal information than computers. The mobile phone knows who you have recently called and sent text messages to. The mobile phone knows when you set the alarm clock to get up every day, and the mobile phone even knows where you have been. Close couples, such information should be shared and need to be shared.
As a result, Zhang Ning came up with the idea of making a mobile version dull.
What's different from the previous micro-community is that its underlying communication relies on the Internet or SMS and requires remote point-to-point communication. The underlying communication is ready for calling and does not need to be specially designed. It focuses more on information sharing: shared content, sharing methods, and even sharing opportunities.
This project takes a global view to define specific software functions and the relationships between functions. We plan to implement the following functions:
1. chat function: This is a basic function of IM. To make the chat more attractive, you can consider adding emojis to the communication protocol, and even encoding and transmission of pictures, sounds, and videos.
2. location tracking: Get the real location information of the other party, which is directly obtained and sent by GPS or mobile phone base station positioning to avoid counterfeiting. In the interface display, it can be displayed in conjunction with the map.
3. Remote reminder: send a message to the other party by means of a bell, vibration, or voice intercom, which can be used to get up or remind others in different places or in different situations.
This project can be allocated to multiple persons for synchronization based on different modules, and some Members can write a good interface to organically combine these functions. It may take some time to make the interface for a better user experience.