ML
Size: a a a
ML
I
context
и version
text
должен тут вывестись?(defn show [ env text ]
(.show
(android.widget.Toast/makeText env.context text 0)))
ML
context
и version
text
должен тут вывестись?(defn show [ env text ]
(.show
(android.widget.Toast/makeText env.context text 0)))
I
static Toast makeText(Context context, CharSequence text, int duration) { ...
static Toast makeText(Context context, int resId, int duration) { ...
ML
static Toast makeText(Context context, CharSequence text, int duration) { ...
static Toast makeText(Context context, int resId, int duration) { ...
ML
I
(defn show [ foo bar ]
(.show
(android.widget.Toast/makeText foo bar)))
static Toast makeText(String a, int b) { ...
static Toast makeText(int a, String b) { ...
static Toast makeText(String a, String b) { ...
ML
(defn show [ foo bar ]
(.show
(android.widget.Toast/makeText foo bar)))
static Toast makeText(String a, int b) { ...
static Toast makeText(int a, String b) { ...
static Toast makeText(String a, String b) { ...
I
(defn show [ foo bar ]
(.show
(android.widget.Toast/makeText:String:int foo bar)))
AD
(defn show [ foo bar ]
(.show
(android.widget.Toast/makeText:String:int foo bar)))
I
TP
AM
ch
AN
AM
TP
AN
AM
TP