For this assignment, you will create an application that keeps tracks of the information in such a simple social network. More specifically, your application will allow for user profiles to be added to, deleted from, or looked-up in the social network. Moreover, for each profile, you will keep track of the person's name associated with that profile, an optional image that the person may wish to display with his/her profile, an optional "current status" for the profile (which is basically just a String indicating what activity the owner of that profile is currently engaged in), and a list of friends for each profile.
FacePamphlet.java
FacePamphletCanvas.java
FacePamphletConstants.java (相关常量定义,不做修改,所以不再贴出)
FacePamphletDatabase.java
FacePamphletProfile.java
本文介绍了一个简单的社交网络应用开发过程,包括用户资料的增删查改、状态更新、图片更换及好友管理等功能实现。
1382

被折叠的 条评论
为什么被折叠?



