I need to get the correct coordinates from the method of View.
getLocationOnScreen (locationOnScreen). But in the method View.onCreate() view created yet. What method can I get the correct position of view relative to Activity?
I need to get the correct coordinates from the method of View. getLocationOnScreen (locationOnScreen).
Share
From: How do I hook a moment when all views are measured in my Activity?