Class ViewArticleActivity

    • Constructor Detail

      • ViewArticleActivity

        public ViewArticleActivity()
    • Method Detail

      • startActivity

        public static void startActivity(Context context,
                                         Article article)
        Starts activity and sets up extra parameters, that are required for the activity
        Parameters:
        context - Context to be used for Activity creation
        article - article model to be passed to the Activity for rendering
      • startActivity

        public static void startActivity(Context context,
                                         SimpleArticle simpleArticle)
      • onOptionsItemSelected

        public boolean onOptionsItemSelected(MenuItem item)
      • setLoadingState

        protected void setLoadingState(LoadingState loadingState)
        Sets the loading state of this fragment.

        This controls the visibility of the views in this fragment and starts / stops progress indicators.

        Parameters:
        loadingState - The loading state to set.
      • onItemClick

        public void onItemClick(<any> parent,
                                View view,
                                int position,
                                long id)
      • onDestroy

        protected void onDestroy()