JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

Important info when using array adapters #65

Closed JDNdeveloper closed 9 years ago

JDNdeveloper commented 9 years ago

@JoetheSoda. When you use my array adapters, make sure in your java code, don't edit my code, to set the visibility of the container (i.e. lifestyle for reminders and reminder for notifications) fields to GONE. I can show you how to do this if you have any questions.

JDNdeveloper commented 9 years ago

More details: Set "@+id/rowNotificationContainerReminder" to GONE visibility and "@+id/rowReminderContainerLifestyle" to GONE visibility. Do this in your java code, aka create objects in the code and use findViewById to get these, then do blah.setVisibility(View.GONE);

JDNdeveloper commented 9 years ago

This was never implemented josh.

JoshInnis commented 9 years ago

In maim onResume

JDNdeveloper commented 9 years ago

Done.