Quantcast
Channel: POST – MOBILE PROGRAMMING
Browsing all 4 articles
Browse latest View live

Access a remote database from Adobe AIR or FLEX.

Access a remote database from Adobe AIR or FLEX. Many often you need to access online database from your application. For doing it in Adobe AIR of FLEX you need HttpService. The following example shows...

View Article



Image may be NSFW.
Clik here to view.

Android phpMysql connection

First create a database  named “mydatabase” in MySql. Then create a table “tbl_user” with three fields (id, username and password). The next step is to create a php page which will communicate between...

View Article

Image may be NSFW.
Clik here to view.

Send Data to server in iOS using POST OR GET – A Simple Example

First Make sure you have this kind of layout and you have linked all the views to their respective variables. For server side I am using XAMPP for Localhost for now and My php file will be residing in...

View Article

Image may be NSFW.
Clik here to view.

Doing HTTP Calls in Flutter and Parsing Data

Here is a simple example of doing Http calls in Flutter. In this example we will try to fetch some JSON value from the below url https://jsonplaceholder.typicode.com/posts/1 You can read more from...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images