Home > Common Problem > body text

What language is used for Android software development?

青灯夜游
Release: 2020-09-15 10:11:07
Original
27396 people have browsed it

What language is used for Android software development?

Android (android) software development is the process of building android software or software parts of the system according to user requirements. Android software development is a system engineering that includes requirement capture, requirement analysis, design, implementation and testing.

Android application development is based on JAVA language. Android will be released with a series of core application packages, which include email clients, SMS short message programs, calendars, maps, browsers, contact management programs, etc.; all applications are written in JAVA language. Therefore, if you want to develop Android mobile software well, you must know Java more or less.

Android’s core system services rely on the Linux kernel; during the development process, we need to use some Linux commands. Android includes a number of C/C libraries that can be used by different components in the Android system; they provide services to developers through the Android application framework. If you need to involve the bottom layer and need to call ndk, these will require c/c.

If you are developing a game, look at the game engine. For example, cocos2d-x is c, and unity3d is c#.

The above is the detailed content of What language is used for Android software development?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!