jayhack

Results 6 comments of jayhack

I used fragments. This worked for me. I used the sample. ` public class CustomColorActivity extends AppCompatActivity { ``` private BottomBar mBottomBar; private TextView mMessageView; @Override protected void onCreate(Bundle savedInstanceState)...

Hi, try https://github.com/kanytu/android-parallax-recyclerview

Are you referring to getting the name of these tabs? `public CharSequence getPageTitle(int position) { switch (position) { case 0: return "Description"; case 1: return "Photo"; case 2: return "Point...

@TR4Android Yeah, I double checked the sample and realized I must have messed up somewhere. Perhaps I am going about the wrong way of deleting items? I am using Genymotion...

OK, I believe I found a partial solution. I commented out //shots.remove(position); When I put it back in, I can now multi-delete entries, although it only works if the user...

@TR4Android The reason I keep `notifyDataSetChanged`is that this error appears as I attempt to delete items without it. `09-27 15:48:35.764 16191-16191/com.slifers.dailyfreethrowtracker E/AndroidRuntime: FATAL EXCEPTION: main Process: com.slifers.dailyfreethrowtracker, PID: 16191 java.lang.IndexOutOfBoundsException:...