实例介绍
主要的功能就是qq交流的平台,根据不同的用户和家长老师进行随时的交流平台了
【实例截图】
【核心代码】
5284757d-5296-47a7-80f3-780c3485c059
└── TTS
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ └── tts
│ │ ├── Bean
│ │ │ ├── BaseBean.class
│ │ │ ├── CardNumber.class
│ │ │ ├── CarStudent.class
│ │ │ ├── ChatMessages.class
│ │ │ ├── ClassNotice.class
│ │ │ ├── Flock.class
│ │ │ ├── FlockMessage.class
│ │ │ ├── FlockVip.class
│ │ │ ├── Lessons.class
│ │ │ ├── LineSite.class
│ │ │ ├── LoginUser.class
│ │ │ ├── Parents.class
│ │ │ ├── Recent_Contacts.class
│ │ │ ├── SchoolBus.class
│ │ │ ├── SchoolNotice.class
│ │ │ ├── Student.class
│ │ │ ├── Teacher.class
│ │ │ ├── UpdataInfo.class
│ │ │ ├── UserFriends.class
│ │ │ ├── UserMessage.class
│ │ │ └── VehicLeLineInfo.class
│ │ ├── constant
│ │ │ ├── ConstantsMember.class
│ │ │ └── ConstantsMethod.class
│ │ ├── db
│ │ │ ├── PersonalDBOpenHelper.class
│ │ │ ├── TTS_DBinfo.class
│ │ │ └── TTS_DBOpenHelper.class
│ │ ├── dyq
│ │ │ ├── Add_TTS_Flock.class
│ │ │ ├── Add_TTS_Friend$1.class
│ │ │ ├── Add_TTS_Friend$2.class
│ │ │ ├── Add_TTS_Friend.class
│ │ │ ├── BluetoothActivity$1.class
│ │ │ ├── BluetoothActivity$2.class
│ │ │ ├── BluetoothActivity$3.class
│ │ │ ├── BluetoothActivity.class
│ │ │ ├── BluetoothChat$1.class
│ │ │ ├── BluetoothChat$2.class
│ │ │ ├── BluetoothChat$3.class
│ │ │ ├── BluetoothChat.class
│ │ │ ├── BluetoothChatService$AcceptThread.class
│ │ │ ├── BluetoothChatService$ConnectedThread.class
│ │ │ ├── BluetoothChatService$ConnectThread.class
│ │ │ ├── BluetoothChatService.class
│ │ │ ├── BrowseActivity$1.class
│ │ │ ├── BrowseActivity$2.class
│ │ │ ├── BrowseActivity.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── ChatService_Flock_NewMsg_Content$1.class
│ │ │ ├── ChatService_Flock_NewMsg_Content$MyBinder.class
│ │ │ ├── ChatService_Flock_NewMsg_Content.class
│ │ │ ├── ChatService_Flock_NewMsg_Signal$1.class
│ │ │ ├── ChatService_Flock_NewMsg_Signal$MyBinder.class
│ │ │ ├── ChatService_Flock_NewMsg_Signal.class
│ │ │ ├── ChatService_Private_NewMsg_Content$1.class
│ │ │ ├── ChatService_Private_NewMsg_Content$MyBinder.class
│ │ │ ├── ChatService_Private_NewMsg_Content.class
│ │ │ ├── ChatService_Private_NewMsg_Signal$1.class
│ │ │ ├── ChatService_Private_NewMsg_Signal$MyBinder.class
│ │ │ ├── ChatService_Private_NewMsg_Signal.class
│ │ │ ├── CHexConver.class
│ │ │ ├── ClassAndSchoolNoticeService$1.class
│ │ │ ├── ClassAndSchoolNoticeService.class
│ │ │ ├── Communication_$1.class
│ │ │ ├── Communication_$2.class
│ │ │ ├── Communication_$3.class
│ │ │ ├── Communication_$ChatService_Private_NewMsg_Signal_Receiver.class
│ │ │ ├── Communication_$MyExpandableListAdapter$1.class
│ │ │ ├── Communication_$MyExpandableListAdapter.class
│ │ │ ├── Communication_$ViewHolder.class
│ │ │ ├── Communication_ChatRoom$1.class
│ │ │ ├── Communication_ChatRoom$2.class
│ │ │ ├── Communication_ChatRoom$3.class
│ │ │ ├── Communication_ChatRoom$4.class
│ │ │ ├── Communication_ChatRoom$5.class
│ │ │ ├── Communication_ChatRoom$6.class
│ │ │ ├── Communication_ChatRoom$7.class
│ │ │ ├── Communication_ChatRoom$ChatDialogListAdapter.class
│ │ │ ├── Communication_ChatRoom$ChatService_Private_Newmsg_Content_Receiver.class
│ │ │ ├── Communication_ChatRoom$ViewHolder.class
│ │ │ ├── Communication_ChatRoom.class
│ │ │ ├── Communication_.class
│ │ │ ├── Communication_Flock_$1.class
│ │ │ ├── Communication_Flock_$2.class
│ │ │ ├── Communication_Flock_$3.class
│ │ │ ├── Communication_Flock_$4$1.class
│ │ │ ├── Communication_Flock_$4.class
│ │ │ ├── Communication_Flock_$ChatService_Flock_NewMsg_Signal_Receiver.class
│ │ │ ├── Communication_Flock_$Communication_Group_ListAdapter$1.class
│ │ │ ├── Communication_Flock_$Communication_Group_ListAdapter.class
│ │ │ ├── Communication_Flock_ChatRoom$1.class
│ │ │ ├── Communication_Flock_ChatRoom$2.class
│ │ │ ├── Communication_Flock_ChatRoom$3.class
│ │ │ ├── Communication_Flock_ChatRoom$ChatService_Flock_NewMsg_Content_Receiver.class
│ │ │ ├── Communication_Flock_ChatRoom$CommunicationGroupChatRoomListAdapter.class
│ │ │ ├── Communication_Flock_ChatRoom$ViewHolder.class
│ │ │ ├── Communication_Flock_ChatRoom.class
│ │ │ ├── Communication_Flock_.class
│ │ │ ├── Communication_Recent_Contacts$1.class
│ │ │ ├── Communication_Recent_Contacts$listItemAdapter.class
│ │ │ ├── Communication_Recent_Contacts$ViewHolder.class
│ │ │ ├── Communication_Recent_Contacts.class
│ │ │ ├── DetailsSchoolBusGo$1.class
│ │ │ ├── DetailsSchoolBusGo.class
│ │ │ ├── DetailsSchoolBusSchool$1.class
│ │ │ ├── DetailsSchoolBusSchool.class
│ │ │ ├── DeviceListActivity$1.class
│ │ │ ├── DeviceListActivity$2.class
│ │ │ ├── DeviceListActivity$3.class
│ │ │ ├── DeviceListActivity.class
│ │ │ ├── ExpressionActivity$1.class
│ │ │ ├── ExpressionActivity$2.class
│ │ │ ├── ExpressionActivity$3.class
│ │ │ ├── ExpressionActivity.class
│ │ │ ├── FlockInfo.class
│ │ │ ├── Flock_InformationEdit$1.class
│ │ │ ├── Flock_InformationEdit$2.class
│ │ │ ├── Flock_InformationEdit$3.class
│ │ │ ├── Flock_InformationEdit$4.class
│ │ │ ├── Flock_InformationEdit.class
│ │ │ ├── FriendInfo.class
│ │ │ ├── InformationEdit$1.class
│ │ │ ├── InformationEdit$2.class
│ │ │ ├── InformationEdit$3.class
│ │ │ ├── InformationEdit.class
│ │ │ ├── JobActivity$1.class
│ │ │ ├── JobActivity$2.class
│ │ │ ├── JobActivity$3.class
│ │ │ ├── JobActivity.class
│ │ │ ├── JobManagementActivity$1.class
│ │ │ ├── JobManagementActivity.class
│ │ │ ├── LoginActivity$1.class
│ │ │ ├── LoginActivity$2.class
│ │ │ ├── LoginActivity$3.class
│ │ │ ├── LoginActivity$4.class
│ │ │ ├── LoginActivity$5.class
│ │ │ ├── LoginActivity$6.class
│ │ │ ├── LoginActivity$checkVersion_to_updata_thread.class
│ │ │ ├── LoginActivity.class
│ │ │ ├── Login_Loading_database$1.class
│ │ │ ├── Login_Loading_database$SavePersonalInfoThread.class
│ │ │ ├── Login_Loading_database.class
│ │ │ ├── NewMsg_Signal_Service.class
│ │ │ ├── Other_Application$GridviewClick.class
│ │ │ ├── Other_Application.class
│ │ │ ├── Parents_Application$1.class
│ │ │ ├── Parents_Application$2.class
│ │ │ ├── Parents_Application$GridviewClick.class
│ │ │ ├── Parents_Application$ReaderClassAndParentsMessage.class
│ │ │ ├── Parents_Application$SavePersonalInfoThread.class
│ │ │ ├── Parents_Application.class
│ │ │ ├── Photograph$1$1.class
│ │ │ ├── Photograph$1.class
│ │ │ ├── Photograph$2.class
│ │ │ ├── Photograph.class
│ │ │ ├── PunchStudentDown$1.class
│ │ │ ├── PunchStudentDown$myAdapter.class
│ │ │ ├── PunchStudentDown.class
│ │ │ ├── PunchStudentUp$1.class
│ │ │ ├── PunchStudentUp$myAdapter.class
│ │ │ ├── PunchStudentUp.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$array.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$raw.class
│ │ │ ├── R$string.class
│ │ │ ├── R$styleable.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ ├── RoundCornerImageView.class
│ │ │ ├── SchoolCurrentStationReturn.class
│ │ │ ├── SchoolCurrentStationTo.class
│ │ │ ├── SchoolLeaders_Application$1SavePersonalInfoThread.class
│ │ │ ├── SchoolLeaders_Application$GridviewClick.class
│ │ │ ├── SchoolLeaders_Application.class
│ │ │ ├── SchoolTabActivity$1.class
│ │ │ ├── SchoolTabActivity.class
│ │ │ ├── Show_Flock_Chat_Message$CommunicationGroupShowMsgListAdapter.class
│ │ │ ├── Show_Flock_Chat_Message$ViewHolder.class
│ │ │ ├── Show_Flock_Chat_Message.class
│ │ │ ├── Show_Flock_Vips$ShowFlockVipsAdapter.class
│ │ │ ├── Show_Flock_Vips$ViewHolder.class
│ │ │ ├── Show_Flock_Vips.class
│ │ │ ├── Show_Private_Chat_Message$ShowChatMessageAdapter.class
│ │ │ ├── Show_Private_Chat_Message$ViewHolder.class
│ │ │ ├── Show_Private_Chat_Message.class
│ │ │ ├── SiteBackActivity$1.class
│ │ │ ├── SiteBackActivity$2$1.class
│ │ │ ├── SiteBackActivity$2.class
│ │ │ ├── SiteBackActivity.class
│ │ │ ├── SitelinesReturn$1.class
│ │ │ ├── SitelinesReturn$2.class
│ │ │ ├── SitelinesReturn.class
│ │ │ ├── SitelinesTo$1.class
│ │ │ ├── SitelinesTo$2.class
│ │ │ ├── SitelinesTo.class
│ │ │ ├── SiteStartActivity$1.class
│ │ │ ├── SiteStartActivity$2$1.class
│ │ │ ├── SiteStartActivity$2.class
│ │ │ ├── SiteStartActivity.class
│ │ │ ├── SiteStudentReturn$1.class
│ │ │ ├── SiteStudentReturn$2.class
│ │ │ ├── SiteStudentReturn.class
│ │ │ ├── SiteStudentTo$1.class
│ │ │ ├── SiteStudentTo$2.class
│ │ │ ├── SiteStudentTo.class
│ │ │ ├── SmileyParser.class
│ │ │ ├── SmileyParserX.class
│ │ │ ├── Student_Application$1.class
│ │ │ ├── Student_Application$2.class
│ │ │ ├── Student_Application$GridviewClick.class
│ │ │ ├── Student_Application$ReadclassMessageThread.class
│ │ │ ├── Student_Application$SavePersonalInfoThread.class
│ │ │ ├── Student_Application.class
│ │ │ ├── SystemMessage.class
│ │ │ ├── Teacher_Application$1.class
│ │ │ ├── Teacher_Application$2.class
│ │ │ ├── Teacher_Application$GridviewClick.class
│ │ │ ├── Teacher_Application$ReaderMessage.class
│ │ │ ├── Teacher_Application$SavePersonalInfoThread.class
│ │ │ ├── Teacher_Application.class
│ │ │ ├── The_Class_message$1.class
│ │ │ ├── The_Class_message$myListAdapter.class
│ │ │ ├── The_Class_message.class
│ │ │ ├── The_School_Message$1.class
│ │ │ ├── The_School_Message$myListAdapter.class
│ │ │ ├── The_School_Message.class
│ │ │ ├── TTS_Main$1.class
│ │ │ ├── TTS_Main$2.class
│ │ │ ├── TTS_Main$3.class
│ │ │ ├── TTS_Main.class
│ │ │ ├── util
│ │ │ │ ├── DateUtil.class
│ │ │ │ ├── ExitActivity.class
│ │ │ │ ├── HttpTransportSE.class
│ │ │ │ ├── IconUtil.class
│ │ │ │ ├── Login_Spinner_Adapter.class
│ │ │ │ ├── Other_GridView_Adapter.class
│ │ │ │ ├── Parents_GridView_Adapter.class
│ │ │ │ ├── SchoolLeaders_GridView_Adapter.class
│ │ │ │ ├── ServiceConnectionSE.class
│ │ │ │ ├── Student_Gridview_Adapter.class
│ │ │ │ ├── Teacher_GridView_Adapter.class
│ │ │ │ ├── WebService.class
│ │ │ │ ├── WebService_Flock_Chat.class
│ │ │ │ ├── WebService_Private_Chat.class
│ │ │ │ ├── WebService_School_Car.class
│ │ │ │ └── WebServices.class
│ │ │ └── ViewPagerAdapter.class
│ │ ├── flock
│ │ │ ├── Common.class
│ │ │ ├── ParentsLoginFlockService.class
│ │ │ ├── StudentLoginFlockService.class
│ │ │ └── TeacherLoginFlockService.class
│ │ └── service
│ │ ├── CardNumberService.class
│ │ ├── CarStudentsService.class
│ │ ├── ChatMessagesService.class
│ │ ├── ClassNoticeService.class
│ │ ├── CreatePersonalDatabase.class
│ │ ├── FlockMessageService.class
│ │ ├── FlockService.class
│ │ ├── FlockVipService.class
│ │ ├── LessonsService.class
│ │ ├── LessonsService_Private.class
│ │ ├── LineSiteService.class
│ │ ├── LoginService.class
│ │ ├── ParentsService.class
│ │ ├── ParentsService_Private.class
│ │ ├── RecentContactsService.class
│ │ ├── SchoolBusService.class
│ │ ├── SchoolNoticeService.class
│ │ ├── StudentService.class
│ │ ├── StudentService_Private.class
│ │ ├── TeacherService.class
│ │ ├── UserFriendsService.class
│ │ ├── UserMessageService.class
│ │ └── VehicLeLineInfoService.class
│ ├── classes.dex
│ ├── jarlist.cache
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ ├── addjob.PNG
│ │ │ ├── angry.png
│ │ │ ├── appbeijing.png
│ │ │ ├── attentance.png
│ │ │ ├── awkward.png
│ │ │ ├── banji.png
│ │ │ ├── boke.png
│ │ │ ├── bye.png
│ │ │ ├── chatdialog_group.9.png
│ │ │ ├── chatdialog_me_bottom.png
│ │ │ ├── chatdialog_me_top.png
│ │ │ ├── chatdialog_you_bottom.png
│ │ │ ├── chatdialog_you_top.png
│ │ │ ├── chat.png
│ │ │ ├── chat_record.png
│ │ │ ├── ckzy.png
│ │ │ ├── class_dongtai.png
│ │ │ ├── class_gonggao.png
│ │ │ ├── class_huodong.png
│ │ │ ├── class_notify_alpha.png
│ │ │ ├── class_notify.png
│ │ │ ├── crazy.png
│ │ │ ├── cry.png
│ │ │ ├── curse.png
│ │ │ ├── cute.png
│ │ │ ├── deletejob.PNG
│ │ │ ├── denglu1.png
│ │ │ ├── despise.png
│ │ │ ├── dot_normal.png
│ │ │ ├── dot_pressed.png
│ │ │ ├── doubt.png
│ │ │ ├── editjob.PNG
│ │ │ ├── edit_over.png
│ │ │ ├── edit.png
│ │ │ ├── envy.png
│ │ │ ├── expression.png
│ │ │ ├── fastcry.png
│ │ │ ├── file_normal.png
│ │ │ ├── file_over.png
│ │ │ ├── gongneng_bg.png
│ │ │ ├── home_work.png
│ │ │ ├── hzzy.png
│ │ │ ├── icon_bg.9.png
│ │ │ ├── icon_bg_over.9.png
│ │ │ ├── join_class.png
│ │ │ ├── join_school.png
│ │ │ ├── kaohe.png
│ │ │ ├── kaoshi.png
│ │ │ ├── kaoshi_.png
│ │ │ ├── kejian.png
│ │ │ ├── knock.png
│ │ │ ├── laugh.png
│ │ │ ├── login_input.png
│ │ │ ├── logo2.png
│ │ │ ├── logo3.png
│ │ │ ├── logo.png
│ │ │ ├── logo_silvery.png
│ │ │ ├── logo_white.png
│ │ │ ├── lspy.png
│ │ │ ├── mad.png
│ │ │ ├── my_class_school.png
│ │ │ ├── ohmy.png
│ │ │ ├── panic.png
│ │ │ ├── photograph_normal.png
│ │ │ ├── photograph_over.png
│ │ │ ├── picture_normal.png
│ │ │ ├── picture_over.png
│ │ │ ├── proud.png
│ │ │ ├── qqbeijing.png
│ │ │ ├── quiet.png
│ │ │ ├── sad.png
│ │ │ ├── school_gonggao.png
│ │ │ ├── school_notify_alpha.png
│ │ │ ├── school_notify.png
│ │ │ ├── send_over.png
│ │ │ ├── send.png
│ │ │ ├── shutup.png
│ │ │ ├── shy.png
│ │ │ ├── sleep.png
│ │ │ ├── smile.png
│ │ │ ├── status_invisible.png
│ │ │ ├── status_offline.png
│ │ │ ├── status_online.png
│ │ │ ├── struggle.png
│ │ │ ├── syllabus.png
│ │ │ ├── tab1_normal.png
│ │ │ ├── tab1_over.png
│ │ │ ├── tab2_normal.png
│ │ │ ├── tab2_over.png
│ │ │ ├── tab3_normal.png
│ │ │ ├── tab3_over.png
│ │ │ ├── tab_header_bg.png
│ │ │ ├── tab_header.png
│ │ │ ├── tab_title.png
│ │ │ ├── title.png
│ │ │ ├── titter.png
│ │ │ ├── tongue.png
│ │ │ ├── video_normal.png
│ │ │ ├── video_over.png
│ │ │ ├── voice_normal.png
│ │ │ ├── voice_over.png
│ │ │ ├── wail.png
│ │ │ ├── wang.png
│ │ │ ├── weibo.png
│ │ │ ├── wronged.png
│ │ │ ├── xiaowang.png
│ │ │ ├── zhuce.png
│ │ │ └── zuoye_.png
│ │ ├── drawable-ldpi
│ │ │ ├── app_icon.png
│ │ │ ├── auto_read.png
│ │ │ ├── baozhan_hover.png
│ │ │ ├── baozhan.png
│ │ │ ├── blue_bg.png
│ │ │ ├── connect01.png
│ │ │ ├── connect.png
│ │ │ ├── daozhan_hover.png
│ │ │ ├── daozhan.png
│ │ │ ├── delet.png
│ │ │ ├── denglu1.png
│ │ │ ├── details_bg.png
│ │ │ ├── edit_over.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── jiantou.png
│ │ │ ├── lanya_hover.png
│ │ │ ├── lanya.png
│ │ │ ├── lg.png
│ │ │ ├── line_left_01.png
│ │ │ ├── line_left_03.png
│ │ │ ├── line_right_01.png
│ │ │ ├── line_right_03.png
│ │ │ ├── lizhan_hover.png
│ │ │ ├── lizhan.png
│ │ │ ├── logo.png
│ │ │ ├── password.png
│ │ │ ├── search.png
│ │ │ ├── shangche_hover.png
│ │ │ ├── shangche.png
│ │ │ ├── sqite.png
│ │ │ ├── stop_bg.png
│ │ │ ├── tongzhi_hover.png
│ │ │ ├── tongzhi.png
│ │ │ ├── wang.png
│ │ │ ├── xiache_hover.png
│ │ │ ├── xiache.png
│ │ │ ├── xiaoche.png
│ │ │ ├── xiaoche_xiangqing.png
│ │ │ └── zhuce.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ └── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── resources.ap_
│ └── TTS.apk
├── gen
│ └── com
│ └── tts
│ └── dyq
│ ├── BuildConfig.java
│ └── R.java
├── libs
│ ├── android-support-v4.jar
│ └── ksoap2-android.jar
├── project.properties
├── res
│ ├── anim
│ │ ├── login_img_rotate.xml
│ │ ├── login_traslate.xml
│ │ ├── push_left_in.xml
│ │ ├── push_left_out.xml
│ │ ├── push_right_in.xml
│ │ ├── push_right_out.xml
│ │ ├── school.xml
│ │ ├── slide_to_left.xml
│ │ └── slide_to_right.xml
│ ├── drawable
│ │ └── dot.xml
│ ├── drawable-hdpi
│ │ ├── addjob.PNG
│ │ ├── angry.png
│ │ ├── appbeijing.png
│ │ ├── attentance.png
│ │ ├── awkward.png
│ │ ├── background_login.jpg
│ │ ├── banji.png
│ │ ├── bg.jpg
│ │ ├── boke.png
│ │ ├── bye.png
│ │ ├── chatdialog_flock_top.9.png
│ │ ├── chatdialog_group.9.png
│ │ ├── chatdialog_item.jpg
│ │ ├── chatdialog_me_bottom.png
│ │ ├── chatdialog_me_top.png
│ │ ├── chatdialog_you_bottom.png
│ │ ├── chatdialog_you_top.png
│ │ ├── chat.png
│ │ ├── chat_record.png
│ │ ├── ckzy.png
│ │ ├── class_dongtai.png
│ │ ├── class_gonggao.png
│ │ ├── class_huodong.png
│ │ ├── class_notify_alpha.png
│ │ ├── class_notify.png
│ │ ├── contextbtn.xml
│ │ ├── crazy.png
│ │ ├── cry.png
│ │ ├── curse.png
│ │ ├── cute.png
│ │ ├── deletejob.PNG
│ │ ├── denglu1.png
│ │ ├── despise.png
│ │ ├── dot_normal.png
│ │ ├── dot_pressed.png
│ │ ├── doubt.png
│ │ ├── editjob.PNG
│ │ ├── edit_over.png
│ │ ├── edit.png
│ │ ├── envy.png
│ │ ├── expression.png
│ │ ├── fastcry.png
│ │ ├── file_button.xml
│ │ ├── file_default.jpg
│ │ ├── file.jpg
│ │ ├── file_normal.png
│ │ ├── file_over.png
│ │ ├── folder.jpg
│ │ ├── gongneng_bg.png
│ │ ├── home_work.png
│ │ ├── hzzy.png
│ │ ├── icon_bg.9.png
│ │ ├── icon_bg_over.9.png
│ │ ├── icon_item_bg.xml
│ │ ├── join_class.png
│ │ ├── join_school.png
│ │ ├── kaohe.png
│ │ ├── kaoshi.png
│ │ ├── kaoshi_.png
│ │ ├── kejian.png
│ │ ├── knock.png
│ │ ├── laugh.png
│ │ ├── login_input.png
│ │ ├── logo2.png
│ │ ├── logo3.png
│ │ ├── logo_default.xml
│ │ ├── logo.png
│ │ ├── logo_silvery.png
│ │ ├── logo_white.png
│ │ ├── lspy.png
│ │ ├── mad.png
│ │ ├── my_class_school.png
│ │ ├── ohmy.png
│ │ ├── panic.png
│ │ ├── photograph_button.xml
│ │ ├── photograph_normal.png
│ │ ├── photograph_over.png
│ │ ├── picture_button.xml
│ │ ├── picture_normal.png
│ │ ├── picture_over.png
│ │ ├── proud.png
│ │ ├── qqbeijing.png
│ │ ├── quiet.png
│ │ ├── sad.png
│ │ ├── school_gonggao.png
│ │ ├── school_notify_alpha.png
│ │ ├── school_notify.png
│ │ ├── send_button.xml
│ │ ├── send_over.png
│ │ ├── send.png
│ │ ├── shutup.png
│ │ ├── shy.png
│ │ ├── sleep.png
│ │ ├── smile.png
│ │ ├── status_invisible.png
│ │ ├── status_offline.png
│ │ ├── status_online.png
│ │ ├── struggle.png
│ │ ├── syllabus.png
│ │ ├── tab1_normal.png
│ │ ├── tab1_over.png
│ │ ├── tab1.xml
│ │ ├── tab2_normal.png
│ │ ├── tab2_over.png
│ │ ├── tab2.xml
│ │ ├── tab3_normal.png
│ │ ├── tab3_over.png
│ │ ├── tab3.xml
│ │ ├── tab_header_bg.png
│ │ ├── tab_header.png
│ │ ├── tab_title.png
│ │ ├── title.png
│ │ ├── titter.png
│ │ ├── tongue.png
│ │ ├── video_button.xml
│ │ ├── video_normal.png
│ │ ├── video_over.png
│ │ ├── voice_button.xml
│ │ ├── voice_normal.png
│ │ ├── voice_over.png
│ │ ├── wail.png
│ │ ├── wang.png
│ │ ├── weibo.png
│ │ ├── white.jpg
│ │ ├── wronged.png
│ │ ├── xiaowang.png
│ │ ├── zhuce.png
│ │ └── zuoye_.png
│ ├── drawable-ldpi
│ │ ├── app_icon.png
│ │ ├── auto_read.png
│ │ ├── baozhan_button.xml
│ │ ├── baozhan_hover.png
│ │ ├── baozhan.png
│ │ ├── beijin3.jpg
│ │ ├── beijing.jpg
│ │ ├── bg1.jpg
│ │ ├── bg.jpg
│ │ ├── blue_bg.png
│ │ ├── connect01.png
│ │ ├── connect.png
│ │ ├── daozhan_button.xml
│ │ ├── daozhan_hover.png
│ │ ├── daozhan.png
│ │ ├── delet.png
│ │ ├── denglu1.png
│ │ ├── details_bg.png
│ │ ├── driver.jpg
│ │ ├── edit_over.png
│ │ ├── ic_launcher.png
│ │ ├── jiantou.png
│ │ ├── lanya_button.xml
│ │ ├── lanya_hover.png
│ │ ├── lanya.png
│ │ ├── lg.png
│ │ ├── line_left_01.png
│ │ ├── line_left_03.png
│ │ ├── line_right_01.png
│ │ ├── line_right_03.png
│ │ ├── lizhan_button.xml
│ │ ├── lizhan_hover.png
│ │ ├── lizhan.png
│ │ ├── logo.png
│ │ ├── password.png
│ │ ├── search.png
│ │ ├── shangche_button.xml
│ │ ├── shangche_hover.png
│ │ ├── shangche.png
│ │ ├── sqite.png
│ │ ├── stop_bg.png
│ │ ├── tongzhi_button.xml
│ │ ├── tongzhi_hover.png
│ │ ├── tongzhi.png
│ │ ├── wang.png
│ │ ├── white.jpg
│ │ ├── xiache_button.xml
│ │ ├── xiache_hover.png
│ │ ├── xiache.png
│ │ ├── xiaoche.png
│ │ ├── xiaoche_xiangqing.png
│ │ └── zhuce.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── add_tts_flock.xml
│ │ ├── add_tts_friend.xml
│ │ ├── browse.xml
│ │ ├── communication_chat_record.xml
│ │ ├── communication_chat_room_me.xml
│ │ ├── communication_chat_room_.xml
│ │ ├── communication_chat_room_you.xml
│ │ ├── communication_flock_chat_room_item.xml
│ │ ├── communication_flock_chat_room_.xml
│ │ ├── communication_flock_listview_item.xml
│ │ ├── communication_flock_.xml
│ │ ├── communication_item_child.xml
│ │ ├── communication_item_flock.xml
│ │ ├── communication_recent_contacts_item.xml
│ │ ├── communication_recent_contacts.xml
│ │ ├── communication_.xml
│ │ ├── custom_title.xml
│ │ ├── device_list.xml
│ │ ├── device_name.xml
│ │ ├── expression.xml
│ │ ├── find_device.xml
│ │ ├── flock_information_edit.xml
│ │ ├── flock_info.xml
│ │ ├── friend_info.xml
│ │ ├── gridview_item.xml
│ │ ├── information_edit.xml
│ │ ├── jobmanagement.xml
│ │ ├── layout1.xml
│ │ ├── layout2.xml
│ │ ├── line.xml
│ │ ├── listview_item_sqite_station.xml
│ │ ├── listview_item_sqite_student.xml
│ │ ├── listview_item_sqite.xml
│ │ ├── listview_item_student.xml
│ │ ├── listview_item.xml
│ │ ├── login_loading_database.xml
│ │ ├── login.xml
│ │ ├── main.xml
│ │ ├── message2.xml
│ │ ├── messages.xml
│ │ ├── msg_stu.xml
│ │ ├── msg.xml
│ │ ├── myprogressdialog.xml
│ │ ├── other_application.xml
│ │ ├── other.xml
│ │ ├── parents_application.xml
│ │ ├── photograph.xml
│ │ ├── save.xml
│ │ ├── schoolbus.xml
│ │ ├── schoolcurrent.xml
│ │ ├── show_chat_message.xml
│ │ ├── show_flock_chat_message_item.xml
│ │ ├── show_flock_chat_message.xml
│ │ ├── show_flock_vips_item.xml
│ │ ├── show_flock_vips.xml
│ │ ├── show_private_chat_message.xml
│ │ ├── sitebus.xml
│ │ ├── sitecount.xml
│ │ ├── site.xml
│ │ ├── spinner_item.xml
│ │ ├── student_application.xml
│ │ ├── submitjob.xml
│ │ ├── system_msg.xml
│ │ ├── tab.xml
│ │ ├── teacher_application.xml
│ │ ├── the_class_message.xml
│ │ ├── the_school_message.xml
│ │ ├── tts_main_header.xml
│ │ ├── tts_main_tabhost_child.xml
│ │ └── tts_main.xml
│ ├── menu
│ │ ├── option_menu.xml
│ │ ├── scan_menu.xml
│ │ ├── start_menu.xml
│ │ └── station_meun.xml
│ ├── raw
│ │ └── message.mp3
│ └── values
│ ├── arrays.xml
│ ├── colors.xml
│ ├── list_item.xml
│ ├── strings.xml
│ ├── styles.xml
│ └── values.xml
└── src
└── com
└── tts
├── Bean
│ ├── BaseBean.java
│ ├── CardNumber.java
│ ├── CarStudent.java
│ ├── ChatMessages.java
│ ├── ClassNotice.java
│ ├── Flock.java
│ ├── FlockMessage.java
│ ├── FlockVip.java
│ ├── Lessons.java
│ ├── LineSite.java
│ ├── LoginUser.java
│ ├── Parents.java
│ ├── Recent_Contacts.java
│ ├── SchoolBus.java
│ ├── SchoolNotice.java
│ ├── Student.java
│ ├── Teacher.java
│ ├── UpdataInfo.java
│ ├── UserFriends.java
│ ├── UserMessage.java
│ └── VehicLeLineInfo.java
├── constant
│ ├── ConstantsMember.java
│ └── ConstantsMethod.java
├── db
│ ├── PersonalDBOpenHelper.java
│ ├── TTS_DBinfo.java
│ └── TTS_DBOpenHelper.java
├── dyq
│ ├── Add_TTS_Flock.java
│ ├── Add_TTS_Friend.java
│ ├── BluetoothActivity.java
│ ├── BluetoothChat.java
│ ├── BluetoothChatService.java
│ ├── BrowseActivity.java
│ ├── ChatService_Flock_NewMsg_Content.java
│ ├── ChatService_Flock_NewMsg_Signal.java
│ ├── ChatService_Private_NewMsg_Content.java
│ ├── ChatService_Private_NewMsg_Signal.java
│ ├── CHexConver.java
│ ├── ClassAndSchoolNoticeService.java
│ ├── Communication_ChatRoom.java
│ ├── Communication_Flock_ChatRoom.java
│ ├── Communication_Flock_.java
│ ├── Communication_.java
│ ├── Communication_Recent_Contacts.java
│ ├── DetailsSchoolBusGo.java
│ ├── DetailsSchoolBusSchool.java
│ ├── DeviceListActivity.java
│ ├── ExpressionActivity.java
│ ├── FlockInfo.java
│ ├── Flock_InformationEdit.java
│ ├── FriendInfo.java
│ ├── InformationEdit.java
│ ├── JobActivity.java
│ ├── JobManagementActivity.java
│ ├── LoginActivity.java
│ ├── Login_Loading_database.java
│ ├── NewMsg_Signal_Service.java
│ ├── Other_Application.java
│ ├── Parents_Application.java
│ ├── Photograph.java
│ ├── PunchStudentDown.java
│ ├── PunchStudentUp.java
│ ├── RoundCornerImageView.java
│ ├── SchoolCurrentStationReturn.java
│ ├── SchoolCurrentStationTo.java
│ ├── SchoolLeaders_Application.java
│ ├── SchoolTabActivity.java
│ ├── Show_Flock_Chat_Message.java
│ ├── Show_Flock_Vips.java
│ ├── Show_Private_Chat_Message.java
│ ├── SiteBackActivity.java
│ ├── SitelinesReturn.java
│ ├── SitelinesTo.java
│ ├── SiteStartActivity.java
│ ├── SiteStudentReturn.java
│ ├── SiteStudentTo.java
│ ├── SmileyParser.java
│ ├── SmileyParserX.java
│ ├── Student_Application.java
│ ├── SystemMessage.java
│ ├── Teacher_Application.java
│ ├── The_Class_message.java
│ ├── The_School_Message.java
│ ├── TTS_Main.java
│ ├── util
│ │ ├── DateUtil.java
│ │ ├── ExitActivity.java
│ │ ├── HttpTransportSE.java
│ │ ├── IconUtil.java
│ │ ├── Login_Spinner_Adapter.java
│ │ ├── Other_GridView_Adapter.java
│ │ ├── Parents_GridView_Adapter.java
│ │ ├── SchoolLeaders_GridView_Adapter.java
│ │ ├── ServiceConnectionSE.java
│ │ ├── Student_Gridview_Adapter.java
│ │ ├── Teacher_GridView_Adapter.java
│ │ ├── WebService_Flock_Chat.java
│ │ ├── WebService.java
│ │ ├── WebService_Private_Chat.java
│ │ ├── WebService_School_Car.java
│ │ └── WebServices.java
│ └── ViewPagerAdapter.java
├── flock
│ ├── Common.java
│ ├── ParentsLoginFlockService.java
│ ├── StudentLoginFlockService.java
│ └── TeacherLoginFlockService.java
└── service
├── CardNumberService.java
├── CarStudentsService.java
├── ChatMessagesService.java
├── ClassNoticeService.java
├── CreatePersonalDatabase.java
├── FlockMessageService.java
├── FlockService.java
├── FlockVipService.java
├── LessonsService.java
├── LessonsService_Private.java
├── LineSiteService.java
├── LoginService.java
├── ParentsService.java
├── ParentsService_Private.java
├── RecentContactsService.java
├── SchoolBusService.java
├── SchoolNoticeService.java
├── StudentService.java
├── StudentService_Private.java
├── TeacherService.java
├── UserFriendsService.java
├── UserMessageService.java
└── VehicLeLineInfoService.java
43 directories, 838 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论