Saturday, 17 August 2013

Difference b/w getLayoutInflater() & (LayoutInflater)c.getSystemService(Context.LAYOUT_INFLATER_SERVICE);

Difference b/w getLayoutInflater() &
(LayoutInflater)c.getSystemService(Context.LAYOUT_INFLATER_SERVICE);

I have this code in which I am trying to inflate a View into another.
Using the above mentioned functions yield the same result. What is the
difference between the two??

No comments:

Post a Comment