You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class is final now. Make sure you're not extending from it.
130
+
131
+
####LayersHolder
132
+
This class is package-local now. Make sure you're not using it.
133
+
134
+
####PageFragment
135
+
**getRootResId()** and **getBackgroundColorResId()** methods are deprecated. You can remove them now. To specify page's color use **PresentationPagerFragment.getPageColor(int)** method.
136
+
137
+
####PresentationPagerFragment
138
+
**getPageFragments()** method is deprecated. You can remove it now. Use **getPagesCount()** and **getPage(int)** methods instead.
139
+
140
+
Added **isInfinityScrollEnabled()** method. Override it and return `true` to enable this feature.
141
+
142
+
**NOTE:** make sure you're returning new fragment instance when displaying tutorial with infinite scroll enabled.
143
+
96
144
## Support
97
145
If you have any questions regarding the use of this tutorial, please contact us for support
98
146
at info@cleveroad.com (email subject: «Sliding android app tutorial. Support request.»)
@@ -108,7 +156,7 @@ at info@cleveroad.com (email subject: «Sliding android app tutorial. Support re
108
156
109
157
The MIT License (MIT)
110
158
111
-
Copyright (c) 2015 Cleveroad
159
+
Copyright (c) 2015-2016 Cleveroad
112
160
113
161
Permission is hereby granted, free of charge, to any person obtaining a copy
114
162
of this software and associated documentation files (the "Software"), to deal
0 commit comments