How to link Android Studio with PhpmyAdmin - android-studio

I am new to Android Studio and Pho programming.
I am making a Login/Register App on Android Studio and want to link it with database I created on PhpMyAdmin. I read around and many suggest the use of WAMP server to do so.
Can I connect to phpMyAdmin without WAMP server. I installed manually php, mysql, and Apache24. If this is possible, which URL, I have to use. Also, where I need to put my pfp.files.
Thanks

You dont connect to Phpmyadmin. Phpmyadmin is just a gui for mysql. You are going to have to write a backend for your application in php for example and send request to that.

Related

How to convert a Yii2 local website to a desktop executable?

I currently have a local basic Yii2 website with an external database on XAMPP. Is there a way I could convert this application to a native desktop application that can run on Windows and the Linux OS?
I wish to build the desktop app myself and not use automatic builders like Web2Desk
It'll come as an .exe file which can be run to install the app. The app would not need any 3rd-party software (for the database for example). I'm thinking kind of like the Slack desktop application.
Can you please help?

TortoiseSVN: Unable to connect to repository at URL 'svn://servername/projectname'

We usually check-out our projects through 'svn://servername/projectname/trunk' (Repo-browser).
Our current server is Windows Server 2008 Standard installed with TortoiseSVN 32bit 1.8.1 2013/07/22 version.
We have no problem in accessing our repositories from said server.
*transfer all our repositories and projects in a new server..
When trying to set-up a new server which is Windows Server 2012 R2 installed with TortoiseSVN 64bit 1.9.7 2017/08/08 version, we can't check-out our projects through svn://...
Upon trying to check repo-browser or checkout using 'svn://newservername/projectname/trunk'.. below error occur.
Checkout Failed!
Unable to connect to a repository at URL 'svn://newservername/projectname/trunk'
Can't connect to host 'newservername': No connection could be made because the target machine actively refused it.
Should we coordinate with our Network and Server incharge/s on possible required authorizations etc.? What area can we advise them to check? Or is there anything we still need to set in TortoiseSVN?
Your respond is very much appreciated.
Thanks so much.
You need to run svnserve in the background in order to use the svn: protocol. TortoiseSVN itself is just a Subversion client and only provides repository access through serverless file: protocol.
Luckily, for a few years now the TortoiseSVN installer has been bundling the official command-line tools as optional components. Double-check you've installed them in the machine that acts as server:
... and then try to figure out the exact mechanism you were using in the old machine to launch the program as background service.
Alternatively, you can migrate to a dedicated server software an maybe choose another network protocol.

Android Studio unable to fetch packages from some default SDK update sites

I just installed Android Studio 1.5.1 on a Windows 7 64bit machine. I went to the built in SDK manager and I see that Android Studio is unable to fetch from some of the default sources.
Now I have tried some solutions that I saw online such as ticking the Force https:// sources to be fetched using http://, using a proxy, etc. I tried them and it still doesn't fetch from the 5 sources above. I have already disabled my firewall and anti virus for what it's worth.
I also tried using the Standalone SDK manager and still wasn't able to fetch successfully from those 5 sources. Here's the log:
I find it strange that I'm able fetch from the other default sources when ALL of the default sources are from https://dl.google.com/android/.... anyway. I also tried opening the URLs on my browser and I can see the page load. I also tried pinging via cmd and I get replies from it.
Is the problem on Google's server side? Anyone else experiencing this currently? I did not face this issue on an installation I made 3 weeks ago...
So I tried to reload the sources again a day after and it now successfully retrieves the packages from the URL. I guess the problem was on Google's side after all. Hope this helps anyone who might encounter this issue in the future.

Windows Phone with node.js / socket-io. How to start?

I have some socket-io server on node.js running.
I want to communicate from Windows Phone application to this node.js.
But I have no idea how to start with this.
I've found SocketIO4NET and it's running fantastic but on console application. I can not move it to Windows Phone unfortenately because there is no WP version of SocketIO4NET assembly.
Does anybody have any idea how to bite it?
One approach to this could be as follows.
Create a phonegap app for the Windows Phone, with socket.io.js included in the app (so that it can send events to the node server). And obviously create a NodeJs server, with socket.io module, which will listen and respond to the events sent from the phonegap app.
This approach could be useful, if you really don't want to stick to a native Windows Phone app.
Refer to this video to get a clue. http://www.youtube.com/watch?v=M5IAlnU96SI

The web server does not appear to have FrontPage Server Extensions installed : visual studio 2012 iis express

I'm using visual studio 2012 and i have a windows form app. the iis express server is configured by default with visual studio 2012.
I have to publish my windows form app. For that, i have create a storege object on azure platform.
But when i try to publish the project using clickonce i have that issue :
Error 83 The Web server does not appear to have FrontPage Server Extensions installed. If FrontPage Server Extensions are installed, this error can occur because the _vti_bin virtual directory is not marked as executable. To correct this problem, run Internet Information Services Manager, select the Web server that has the problem, and then use the Check Server Extensions command.
Screen shot :
https://docs.google.com/file/d/0B-aV0dsLT4CaemZuQV93Ymt4UVE/edit?usp=sharing
I had no issue during the creation of my storage object on azure, and the URL is good !
I have installed de FrontPage Server Extension several times and normally it's good.
i really need to publish my project, if someone can help me ...
Thanks for help.
You are trying to do HTTP publish to a server that doesn't have FPSE installed. FPSE was no longer available after Server 2008 (I'm guessing here, I just know it's not available for newer versions of Windows Server).
Instead of doing HTTP, use FTP. So you FTP the files to the web server, and use an HTTP link for the customer to access them.
For example, your publishing file location might be
ftp://myserver.com/myfolder/
and your installation URL would be something like
http://myserver/thefolder/

Resources