-
Notifications
You must be signed in to change notification settings - Fork 1
Package: controller
Marco Jansen edited this page Jan 6, 2016
·
3 revisions
Adapter which is being used by the listView in the BundlesFragment. It shows all the information of the bundles that is useful. Uses the convertview and ViewHolder pattern to make scrolling in the listview smoother.
This is an AsyncTask which is able to download a file from a certain URL. Shows a spinner while downloading. When downloading is done or it failed it will show a toast stating this.
PagerAdapter for the ViewPager in MainActivity. Returns the correct fragment which has to be shown in MainActivity.
Adapter which is used for listviews inside of dialog in the OsgiBundlesFragment. (The dialog to install bundles).