You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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/
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
The text was updated successfully, but these errors were encountered: