Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How to send data from my asp.net website to android app and how can implement Oauth Securty Concept in that ?


Please Reply As soon as possible

thanks in Advance
Posted
Comments
Thanks7872 9-Apr-15 7:05am    
To expect someone to code for you is a bad idea.
Member 11082224 9-Apr-15 7:26am    
Rohan , your answer is not good , just i want some reference link of my question . i dont want to get redimade code .
Thanks7872 9-Apr-15 7:35am    
This is not answer. You would have tried something before posting here.
Member 11082224 9-Apr-15 7:36am    
i have already tried but didnt get any reference.
AnvilRanger 9-Apr-15 7:53am    
You need to stop asking the same question over and over again. This is the 3rd time I have seen the question from you. You have gotten a few answers, but you are not showing any effort. Show what you have tried so far and then people will be glad to help.

1 solution

First and very basic solution would be to use a website, and load it inside your Android's browser, or use a WebView[^] to load content from a web source. Then you will have to manage everything on your server-side code only; including authorization.

Anyways, you might be interested in reading my old answers on the same context:

vb net sql results to json for ajax without button response[^]
How to create a JSON api for ASP.net website that connect to MS SQL Database and retrieve stored procedures values from the database?[^]
Showing Videos on Android App with fetching from Website using Webservices or RPC[^]
How to add commenting system in android application?[^]

Then you will have a basic understanding, for how to allow users to have a website running in the Browser. After all, WebView would do the same thing... Load the content from a web resource; website.
 
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