Post target selection page

This page provides a list of feed that user can create a post on.

Features

Usage

Start an activity

val intent = Intent(this, EkoPostTargetSelectionActivity::class.java)
startActivity(intent)

Create Fragment

EkoPostTargetSelectionFragment.Builder().build()

Last updated