Rendering Views to View Pager - Optimized Way
问题 In my application I am using the following means to render/generate the views to a view pager. Yes it works fine and as expected. Note :- But here I have seen that this method has to put a lot of effort in terms of Android resources ( associated with the device). I want to find out any optimized way to do the same. Is there is any? Suggest me or the above is good ? class MyActivity extends Activity{ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState)