Closed nikhilkashid closed 9 years ago
First. Have you tried paying with examples? Did they work for you?
Yes the Estimote demo works for me
Please do follow example implementation.
On Fri, Mar 27, 2015 at 4:53 PM, nikhilkashid notifications@github.com wrote:
Reopened #105.
Reply to this email directly or view it on GitHub: https://github.com/Estimote/Android-SDK/issues/105#event-267004002
I have tried that but still I am not able to get the answer. Can you suggest what I maybe missing
Hi,
I am creating an activity to monitor beacon entering a region, however setMonitoringListener is not getting triggered and i do not get any notification for the beacons entering the region. I am newbie to BLE so I am not sure if I am doing something wrong. Below is the snipped of code I am using. I have tried calling the MonitoringListener in onCreat but it still does not work
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.navigation_main);
@Override protected void onResume() { super.onResume();