Skip to content

Instantly share code, notes, and snippets.

@newwave8
newwave8 / StatusTracker.java
Created October 13, 2018 13:49
自分の勉強用
package com.example.android.lifecycle.util;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class StatusTracker {
private Map<String, String> mStatusMap;