Viewpager, Cursor and Fragment
问题 I am new to the viewpager and was wondering if anyone could point me to a tutorial or source code of a project that uses a viewpager with fragments and a database. I've seen examples of PagerAdapters but I'm just not getting how they all work together (Cursor, Fragment and PagerAdapter) Thanks in advance. 回答1: I have posted some answers in the other posts related to your question. Here's some of the links that you might find helpful. First Link: To get custom views in every page slide.