<[email protected]> writes: > Hello Team, > > > My name is Jaideep Ghosh. I am using crosswalk latest version and > appreciate your efforts for the Crosswalk-Project. > > As we know that on search engines sufficient answers are not available for > Crosswalk, that's why am mailing you. > > I want to develop an application written in php+mySql and wanna use in > Crosswalk to make .apk. > > So is there any way available by which i can do this. > > If yes then please help me regarding this AS SOON AS POSSIBLE.
Hi, It seems you're mixing your concepts up: you're supposed to use HTML5, CSS and JavaScript to develop your app (I'm assuming you're not interested in embedding Crosswalk in an existing Android project) and generate an APK out of it. PHP and MySQL are your server-side technologies, and your app should interact with it by sending requests and receiving responses from your server running your PHP code. You're not supposed to somehow embed PHP and a database in your app itself. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
