* This class is a fragment for a list screen used in the main activity by the page viewer for events, jobs, it will use the given page position to tell which one it is
* This class is a fragment for a list screen used in the main activity by the page viewer for events, jobs, it will use the given page position to tell which one it is
* NOTE: This fragment will lose its connection to the parent activity, when the app is resumed, use MainActivity.instance as the activity and context
*/
*/
publicclassListFragmentextendsFragment{
publicclassListFragmentextendsFragment{
privateintpagePosition;//the fragments page in the pageview of the main activity
privateintpagePosition;//the fragments page in the pageview of the main activity
...
@@ -47,7 +48,7 @@ public class ListFragment extends Fragment {
...
@@ -47,7 +48,7 @@ public class ListFragment extends Fragment {