Giter Club home page Giter Club logo

ar_store's Introduction

AR Store Shop

Pre-Requisites: Android API 28 or Android Pi or higher.

Sample Demo Screenshots:

Setup and Run Instructions:

  1. Download AR-Core from Google Play Store.
  2. Build the application on Android Studio.
  3. Run the application.

Other Instructions:

  1. Following are the dependencies Required in the build.gradle (Module: app) file:

dependencies { implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.google.firebase:firebase-auth:16.0.3'
implementation 'com.google.firebase:firebase-database:16.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.5.0"
//for paypal
implementation 'com.paypal.sdk:paypal-android-sdk:2.15.3'
//for text recognition using google ocr
implementation 'com.google.android.gms:play-services-vision:15.0.1'
implementation "com.google.android.gms:play-services-base:15.0.1"
//for items views
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
// for gif animation
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.3'
}

  1. Ensure that the AR images are present in the "sampledata" folder.

  2. Ensure that firebase is connected in Android Studio.

  3. Ensure that the following permissions are present in the AndroidManifest.xml

  • INTERNET
  • CAMERA
  • ACCESS_NETWORK_STATE
  • WRITE_EXTERNAL_STORAGE
  • READ_EXTERNAL_STORAGE

ar_store's People

Contributors

anvitha-jain avatar amruthasingh avatar jainanvitha avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.