Android code style guidelines

From Minetest Developer Wiki
Revision as of 19:14, 17 September 2023 by Krock (talk | contribs) (Add first code style guidelines for Android)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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