Toast.maketext(getapplicationcontext(), "string", Toast.length_long); ==>here Getapplicationcontext() Cannot Change To "this"?
First the format of Toast.makeText(): public static Toast makeText (Context context, CharSequence t…
Read more
Toast.maketext(getapplicationcontext(), "string", Toast.length_long); ==>here Getapplicationcontext() Cannot Change To "this"?