Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have new requirement, i need to call android service in asp.net web site on mobile. Can we implement such think if yes , how.

Requirement urgent clarification on this.

What I have tried:

I tried to search on google, but i not received any link & article.
Posted

First you need to know what kind of services/resources you want to access. You can access to few device resources with HTML5.
For example-
To access device camera you can do something like following-
HTML
<input type="file" accept="image/*" capture="camera">


For more details check the following link-
The Media Capture API[^]

Note: try to search in google with correct keywords.

Hope, it helps :)
 
Share this answer
 
Thanks.. i want to access external device through mobile site. How i can implement and access the external device capture data through android service.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900