Handler handler = new Handler(Looper.getMainLooper());
handler.post(new Runnable() {
@Override
public void run() {
Toast.makeText(getApplicationContext(),
getString(R.string.car_opened),
Toast.LENGTH_SHORT).show();
}
});
Featured post
Marshmallow Features Point by Point
Android Runtime (“ART”) Improved application performance and lower memory overhead for faster multi-tasking. Battery Doze...
Showing posts with label Toast_Call From Services. Show all posts
Showing posts with label Toast_Call From Services. Show all posts
Monday, 22 February 2016
Call Toast From Services
Subscribe to:
Posts (Atom)