How can I use broadcast receiver to start/lunch fragment for example : if I need to start/luanch activity , I can use intent :
Fragment is a part of Activity. Without Activity you cannot launch a separate Fragment. You can launch an Activity with Fragment.
One way is to create BroadcastReceiver inner class in Activity to launch Fragment.