Skip to content

Instantly share code, notes, and snippets.

@luisburgos
luisburgos / ActivityHelper.java
Created March 14, 2017 02:32
Collapsing toolbar with map fragment inside and view pager
/**
* 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}.
*
*/