You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should only be called after your view is loaded and positioned. Nothing is mentioned. Took me a while to find out.
If you do it inside activity construction, it will make emitter coordinates always 0,0
int[] location = new int[2];
emiter.getLocationInWindow(location);
The text was updated successfully, but these errors were encountered:
the constructor
new ParticleSystem
should only be called after your view is loaded and positioned. Nothing is mentioned. Took me a while to find out.
If you do it inside activity construction, it will make emitter coordinates always 0,0
int[] location = new int[2];
emiter.getLocationInWindow(location);
The text was updated successfully, but these errors were encountered: