ListNetworksFragment¶
-
public class
ListNetworksFragmentextends Fragment implements NetworkSummaryAdapter.OnNetworkTapListener¶ Fragment for displaying lists of clickable networks
Methods¶
newInstance¶
-
public static ListNetworksFragment
newInstance(long selUser)¶ Returns a new instance of this fragment for the given section number.
onCreateView¶
-
public View
onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)¶ Setup the user interface to display the list of networks and populate that list with the result of calling
API.Get.userNetworks(RequestQueue,long,Response.Listener).Parameters: - inflater – Inflates the user interface specified in
R.layout.rv_container - container – Parent of the generated hierarchy of user interface elements
- savedInstanceState – Saved state to restore
Returns: Inflated user interface
- inflater – Inflates the user interface specified in