Django Python Machine Learning

Secure Android Coding Tool

Secure Android Coding Tool SACH is an educational tool that helps students learn about vulnerabilities in android programs. SACH uses 9 rules published by Computer Emergency Readiness Team (CERT)that covers security vulnerabilities in android programs ranging from coding practices to protecting sensitive data. CERT developed a set of secure coding rules published by the Software […]

Android Coding with Accessibility

Android Coding with Accessibility This paper describes our work to redesign and implement new features to the Secure Android Coding Helper (SACH) that provides accessibility to as many disabled people as possible. SACH is a scanning tool developed to scan the source code of a vulnerable Android application for non-compliance of CERT Android Secure Coding […]

Development Research on Android Application

Development Research on Android Application Introduction to MediaRecorder ClassProgramsforrecordingaudiosappliesMediaRecorder class several times, so we will introduce itfirstly. MediaRecorder is applied for audio/vedio sampling.It can execute recording for any length and lead users tostopWorkflow Diagram of MediaRecorder ClassMediaRecorder is also accomplished via OpenCORE inthe bottom, but it needs the Jave interface provided byAndroid when developing applications.B. […]

Development on Android

Development on Android Android is an open and free operating system basedon Linux, which is mainly used for mobile terminals, such assmart phones and panel computer. It is developed by OpenHandset Alliance composed of more than 30technology companies and mobile phone companies. Androidtries to allow users experience the best service quality, andallow developers get a […]

Research Based on Android

Research Based on Android Linux Kernel LayerThe core system services of Android are based on Linux2.5 kernel, such as security, memory management, processmanagement, network protocol stack and driving model.Linux kernel is also the abstract layer between the hardwareand software stacks.What Android need more is the drivers associated withthe mobile drivers, and the main drivers are […]