Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in changing the database #33

Open
saheedm opened this issue Jul 23, 2017 · 2 comments
Open

Issue in changing the database #33

saheedm opened this issue Jul 23, 2017 · 2 comments

Comments

@saheedm
Copy link

saheedm commented Jul 23, 2017

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.

  • I downloaded the connfa android example and built using android studio, it works fine
  • I would like to change the database, I got stuck here :-(
  • I downloaded (connfa integration server) and configured the same in WAMP
  • () by following this thread
  • With this i could able to get the connfa login page and everything works fine in the 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
Copy link
Contributor

@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
Copy link
Author

saheedm commented Jul 24, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants