I want to create notification only after the layout has been inflated completely.
how to know when view has inflated using the onFinishInflate reffered this link which says there is no such callback.
onFinishInflate()
And also simply setting the notification after setContentView()
won't make it as expected, Notification is shown first then the view is inflated in user view point.
Can Anybody help me out to know ?