Hi All
I have updated an existing App following Erel's "Android Tutorial Google Maps". In compiling I get this warning:
"View 'mFragment' was added with the designer. You should not initialize it. (warning #20)"
This is the source of the warning, why?
Is this really a problem or can I "Ignore" it?
Regards Roger
I have updated an existing App following Erel's "Android Tutorial Google Maps". In compiling I get this warning:
"View 'mFragment' was added with the designer. You should not initialize it. (warning #20)"
This is the source of the warning, why?
Is this really a problem or can I "Ignore" it?
B4X:
Sub Globals
Private mFragment As MapFragment
Regards Roger