Difference between revisions of "Android code style guidelines"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Add first code style guidelines for Android)
 
(No difference)

Latest revision as of 19:14, 17 September 2023

This article describes all code style guidelines in regard to Android development.

Java

The coding style used for Java and other languages in Android app ecosystem is the same as coding style used by Android Studio.

Mbox important.png TODO: Add steps to format code in the IDE and as check in the command line