Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 736 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 736 Bytes

Shaken

A cocktail creator,that is simple to use and fast. Create, share and search your favourite drinks. Current WIP

Description

A simple project that allows users to create an account and have their list of all of their favourite cocktail recipes layed out such that it is clear to see, and a search tab for finding all of peoples posted drinks.

Usage

To be able to use geolocation on an Android device or emulator, first build to Android, then manually add permissions under /platforms>android>app>src>main/AndroidManifest.xml and add these lines:

  • < uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/ >
  • < uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/ >

Screenshots