Call to getLayoutInflater() in places not in activity
You can use this outside activities – all you need is to provide a Context: Then to retrieve your different widgets, you inflate a layout: EDIT as of July 2014 Davide’s answer on how to get the LayoutInflater is actually more correct than mine (which is still valid though).