Android Studio | Create Toast Message HD

11.02.2015
create toast message for Android Studio and how to put Button on right. code: Context context=getApplicationContext(); CharSequence text="Hello Android"; int duration=Toast.LENGTH_SHORT; Toast toast= Toast.makeText(context,text,duration); toast.show();

Похожие видео

Показать еще