Skip to content

Instantly share code, notes, and snippets.

@poemswe
Created May 2, 2020 10:23
Show Gist options
  • Select an option

  • Save poemswe/81701bc66bb5b032316d184d21aadbf3 to your computer and use it in GitHub Desktop.

Select an option

Save poemswe/81701bc66bb5b032316d184d21aadbf3 to your computer and use it in GitHub Desktop.
Building Android Library From Scratch
public class ExampleClient {
private Context context;
private String key;
private int logLevel;
private String environment;
public ExampleClient(Context context, String key, int logLevel, String environment) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment