Closed ricardoalcocer closed 8 years ago
Due to changes on the Android SDK, I had to refactor the App. Explanation and link to the refactored code can be found here: https://github.com/ricardoalcocer/appc_book_code/wiki/Refactoring-the-Conference-App
Compiling the code for CH6 with TI SDK 4.0.0.RC5 gives the following error after launching the app:
I'm suspecting this error has to do with the ViewPager module not being updated. I didn't write that module so I'll refactor the code to use this one instead: https://github.com/manumaticx/pagingcontrol .
The contents of the chapter will remain relevant, except for the part where I explain how to add modules and use the ViewPager in particular. The "add module" procedure is the same for any other module.