01_ Project Introduction
Start Page
Home
Mobile phone anti-theft (note: The simulator to set up a contact before the demo);
Communications Defender: Blacklist management: Telephone interception, SMS interception of the demonstration;
Software Management: List the system's software, start the software, uninstall the software, the system's uninstallation failure (requires root permission will also be introduced later)
Process management: List the programs running in the system; Demo kill software
Widgets: adding desktops;
Traffic statistics: Simulator does not support, on the real machine to demonstrate, only to do a UI effect;
Mobile Antivirus: Check the phone installed software, found that is a virus, remind users to kill;
System optimization: Clear system of garbage, just start running, no redundant data;
Advanced Tools: Attribution query, Common number query, SMS backup;
Use of the 02_SVN server
Organize the package structure according to the type of code;
Interface Com.itheima.mobilesafe.activies
Custom UI Com.itheima.mobilesafe.ui
Business logic Code com.itheima.mobilesafe.engine Data Engine business logic get parsing data
Persistent com.itheima.mobilesafe.db
Com.itheima.mobilesafe.db.dao
Broadcast recipient Com.itheima.mobilesafe.receiver
Run Com.itheima.mobilesafe.service in the background for a long time
Common API Tools class com.itheima.mobilesafe.utils
04_splashinterface ofUI
First: The role of the Splash interface
1, used to display the product Logo;
2, the application initialization operation;
3, check the version of the application;
4, check whether the current application is legally registered;
Mobile Defender DAY01