I develop an android application which will show a notification when you near a specific location .
I want to give user a notification when user enter to a specific location even if my app is turn off.
How can I do that ? My friend give me a suggest that use a Broadcast Receiver but I don't know how to implement this .
Thank in advance.