Question : package br.com.automaserv.stocserv.fragments; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import java.util.List; […]

Question : The Navigation Drawer had some changes, where it was used the onNavigationItemSelected(int position, long itemId) method and now […]

Question : I can not understand or find somewhere that will make me understand what the getActivity().getSupportFragmentManager().popBackStack(); method does Not […]

  • 1
  • 2