I have a fragment that creates a view, this view uses other classes and methods, but I want after create the view (inflated and initialized) is visible to the user call a method that is going to display the data usage per app.
Is there a way i can run a method after everything is inflated and initialized?
Thanks