Estimote stickers for android

Hi,

Can we use estimote stickers with android?

Where can I find the sample code on implementing ranging for stickers and the implementation steps?

Can you please help me.

Yup!

Estimote Android SDK (https://github.com/estimote/android-sdk) has full support for Estimote Stickers.

Quick start for discovering stickers is here:

You can also take a look at the “Demos” project bundled with the SDK. ListNearablesActivity scans for all stickers nearby and shows them on a list. And NearablesDemoActivity shows how to get your hands on stickers’ properties, such as data from sensors, etc.

Page not found for the ListNearablesActivity and NearablesDemoActivity