I am testing http://developer.android.com/reference/android/support/design/widget/CollapsingToolbarLayout.html
It is working, but it is stuttering a lot. When checking logCat it says :
com.ishan1608.collapsingtoolbartest I/Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread.
All of my code is here : https://github.com/ishanatmuz/CollapsingToolbarTest
The content that I am displaying only have a large text nothing else. I can't seem to understand the reason for skipped frames.
PLEASE help.