EstimoteActivity from Activity to Fragment

Hello,

i would really like to convert my Activity with beaconManager as an Fragment.
Has somebody made experiences with this case?

Best regards

There is no problem with doing that. You can just look at fragments & activities as objects with slightly different lifecycles. Just create BeaconManager in appropriate lifecycle method and start ranging when fragment is displayed to the user.