Skip to content

Instantly share code, notes, and snippets.

@igor-brishkoski
Created April 15, 2017 19:27
Show Gist options
  • Save igor-brishkoski/53a77ebe42cdb14c094dc9ffa061e135 to your computer and use it in GitHub Desktop.
Save igor-brishkoski/53a77ebe42cdb14c094dc9ffa061e135 to your computer and use it in GitHub Desktop.
Generated class
import android.util.Log;
public final class User_Log {
public static void log(User args) {
Log.d("User", String.format("firstName - %s lastName - %s city - %s ", args.firstName, args.lastName, args.city));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment