Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Help asp.net and android app (mga mamaw sa programming)

zaidan

Apprentice
Advanced Member
Messages
90
Reaction score
0
Points
26
May dinedevelop po kami na system. Bale ang administrator priviledge ay sa web tapos ang transaction ay sa mobile (android). Ang problema po pano namin pano i uupload ung web app at pano din ung sa mobile coconnect sa database ng web app?? Any suggestions or recommendation? Thanks

Online resetvation po sya sa mobile ang transaction while sa web app (asp.net ang gamit) ang admin priviledge.
 
May dinedevelop po kami na system. Bale ang administrator priviledge ay sa web tapos ang transaction ay sa mobile (android). Ang problema po pano namin pano i uupload ung web app at pano din ung sa mobile coconnect sa database ng web app?? Any suggestions or recommendation? Thanks

Online resetvation po sya sa mobile ang transaction while sa web app (asp.net ang gamit) ang admin priviledge.

Web applications are usually structured using three-tier architecture.
Client <-> Web application <-> Database Server

The client is your web browser and/or mobile app.

The web application (middle-tier) is your business logic. Both browser and mobile app communicate with the web application. This web app will process requests from the front-end and then CRUD's the data into/from the database.

The web application needs to be deployed to IIS. You can follow the instructions here.

Your mobile app, if written in Java, will have to communicate to the web application using XML or JSON to send and receive data that are to be stored to the database. If you are developing your mobile app with a .Net PL, you can use WCF to communicate to the web application instead.

Also, if you prefer, you can design your web application such that it conforms to the RESTful architecture.
 
May dinedevelop po kami na system. Bale ang administrator priviledge ay sa web tapos ang transaction ay sa mobile (android). Ang problema po pano namin pano i uupload ung web app at pano din ung sa mobile coconnect sa database ng web app?? Any suggestions or recommendation? Thanks

Online resetvation po sya sa mobile ang transaction while sa web app (asp.net ang gamit) ang admin priviledge.

Gamit ka ng Web Service!
 
Meron po ba kayo mga sample system na kahawig sa amin para pag base san sana namin or any tutorials thanks
 
Meron k po ba sample ng android app??
 
Back
Top Bottom