Create Custom toast message in sketchware




Custom toast message


LayoutInflater i = getLayoutInflater(); View v = i.inflate(R.layout.Custom view name, (ViewGroup) findViewById(R.id.Custom Linear ID) ); Toast t = Toast.makeText(getApplicationContext(),"",Toast.LENGTH_SHORT); t.setView(v); t.show();



Video Help


Post a Comment

Previous Post Next Post