Posts by leozera • 36 points
2 posts
-
1
votes4
answers1152
viewsA: Is it possible to build an HTML5 app for Android with Material Design?
You can use Ionic to generate the application based on a web project. It is a very mature framework. For the layout of your application, you can use the Bootstrap Material Design…
-
1
votes1
answer898
viewsA: Connect Mysql hosted on another server
What happens is that your PHP is not supported by Mysql - based on --without-mysql. If it is a Linux environment, you will need to install the php5-mysql package. Remember also two other details:…