I have a xml layout that contains almost 60 TextViews, 30 EditText, 60 CheckBoxes and some background xml shapes for form designing. Now my Activity is taking 2-3 seconds to load on lollipop with 2 GB RAM. So far I didn't have implemented anything in JAVA file.
Is there any way to load it faster? Or any mechanism that will cache the form etc? Need your suggestions, What would be the best way to load it faster?