Skip to content

Package: controller

Marco Jansen edited this page Jan 6, 2016 · 3 revisions

OsgiBundlesAdapter

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.

DownloadTask

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.

MyPagerAdapter

PagerAdapter for the ViewPager in MainActivity. Returns the correct fragment which has to be shown in MainActivity.

DialogItemAdapter

Adapter which is used for listviews inside of dialog in the OsgiBundlesFragment. (The dialog to install bundles).