I am new to Android Studio development and find it very difficult to find information on the terminology, symbols and icons that Android Studio uses. Specifically, when I break in Debugger I see in the Variables window notation like this one: dialog = AlertDialog@4400 dialog is my variable of the AlertDialog class. But what does @4400 means? If I set two breakpoints in different methods and both show the same class name and number, like 1. dialog = AlertDialog@4400 2. myDialog = AlertDialog@4400 does that mean that I have the same AlertDialog object in each of these two cases?
Where do I find documentation that explains Android Studio features? -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
