lemberg / connfa-android

Open Source Android app for Conferences and Events
http://connfa.com
Apache License 2.0
100 stars 111 forks source link

Issue in changing the database #33

Open saheedm opened 7 years ago

saheedm commented 7 years ago

Hello Friends,

I trying to use connfa for small conference and am exploring the possibilities to use connfa android app. I followed the instruction given in connfa web.

SIMILARLY I NEED TO USE MY DATABASE IN ANDROID CONNFA APP INSTEAD OF USING DEFAULT ONE

http://connfa-integration.uat.link/api/v2/euna-mcdermott-dds

Could you let me know where should i point the base URL, in order to use my database.

FYI: For testing purpose, i used wamp with mysql and created the database and provided the db info .env file which works fine with connfa integration server. I need to use the same db for the android app

THANK YOU FOR PROVIDING THE GREAT APP, KEEP SUPPORTING.

Kind Regards, Saheed

pavlo-savchuk commented 7 years ago

@saheedm Hello,

Database queries are located into queries.xml (values folder); Base url located in api_values.xml directory; DatabaseHelper located in com.ls.drupalcon.model.database. Full guide is here: http://connfa.com/android/connfa_v1/

Regards, Pavlo Savchuk

saheedm commented 7 years ago

Thanks a lot for the reply pavlo, I will refer those files and let you know.