This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Helper class which provides methods to being, redirect, start and finish activities. | |
*/ | |
public class ActivityHelper { | |
/** | |
* The {@code fragment} is added to the container view with id {@code frameId}. The operation is | |
* performed by the {@code fragmentManager}. | |
* | |
*/ |