Geometric pattern with fading gradient

These two applications were built by me and a classmate for our thesis so that valid data could be collected from retailers. The thesis was about retailer’s interests in iBeacon and to make retailers understand the concept, these two applications had to be built so they could try the technology.

The apps were built with shared code in Xamarin Studio and is almost identical. The apps were made to look good with some features that has to do with iBeacon.

Language: C#

Features:
*Sends a notification automatically when a user enters or leaves a beacon’s region.
*Automatically shows product information in a web view when a user holds their phone close to a psychical product with a beacon.
*Automatically shows product category information in a web view when a user is close to a shelf with physical products with a beacon.
*Scans for beacons
*With beacon info (UUID, Major, Minor, signal strength, beacon’s battery level) the app can estimate how close or far the user is to a specific beacon which is how it gives correct information (product or category info or even a goodbye/welcome message).
*Calls a REST-API with UUID, Major, Minor and length from beacon to get back information about products or categories to show the user.

iBeacon = a BLE protocol created by Apple.
Beacon = hardware, a device which sends out BLE signals in intervals, if configured with iBeacon, then they sends out UUID, major and minor.

For more information, check out Estimote

Source