In the Android tutorial, most variable names start with 'm', why?

Asked 1 years ago, Updated 1 years ago, 67 views

I usually name variables in camel notation, but I can't get used to it since it starts with m while watching the Android tutorial. What does that mean? I'm a php developer, and usually the first letter of a variable means the type that the variable points to. B is boolean and i is integrer and so on. But what does m mean in Java? Is it mobile?

android coding-style

2022-09-22 11:14

1 Answers

Here are the naming conventions for the Android Open Source Project (AOSP).


2022-09-22 11:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.