Skip to content

Instantly share code, notes, and snippets.

@poemsk
Created May 2, 2020 10:23
Show Gist options
  • Save poemsk/81701bc66bb5b032316d184d21aadbf3 to your computer and use it in GitHub Desktop.
Save poemsk/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