Support ASP.Net Forms authentication in native mobile app [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Years ago, I built a web forms site that uses ASP.Net Forms Authentication. Now, we need to build a native mobile app (IOS/Android) that authenticates users with the same credentials they set on on the web.
Is this possible?

Sure but you most likely will want to build a RestFul service to do it. On iOS I would also recommend using AFNetworking or RestKit.

Related

How to create both Android application and website using same backend laravel backend [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 months ago.
Improve this question
I am developing a E-commerce website and application and i want same backend for both app and web how can i do this in laravel?
You do it by creating API routes and having your website & apps use them.

Why should I choose Native or hybrid app [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I want to develop an app for Android and iOS, which I will use camera, contacts, push notifications and maps
I have some knowledge in Android and I have read a bit about react native, but I would like to know that other frameworks are there for development hybrid app or why should I use react native...
Note: English isn't my native language
The biggest benefit of going with React-Native (rather than Xamarin or some other hybrid mobile) is that you can use what you learn here, and take it to the web by using React.JS. You most likely won't re-use code, but it'll be a breeze to setup the web app after making the mobile app.
Also, JS is very easy to work with.

best tool for this case? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm an Oracle Developer. The only programming language that I know is PL/SQL,
and I want to develop an application and upload it to Google Play and Apple's App Store so that it's available for download, and it should work offline.
Oracle Developer cannot deal with mobile apps, but there is Oracle Apex, and I can do a workaround, but it's hard and it cannot work offline.
The application is very small (just 5 or 6 pages and tables).
I want your help to pick up a programming language and tools with which I can do my task in a few days.
Go with PhoneGap. With PhoneGap you create apps using the web technologies you know and love: HTML, CSS, and JavaScript.

how to create integratable module for mobile apps [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Let's say I want to build a mobile App which others can include/integrate in their app as a separtate module. The goal is that the customers can add the functinality of my app into theirs. Since the customers have different OS/plattforms it should be plattform independent. Could i write a html5 hybrid app which is then integratable through a plugin into every existing app?
Given the fact that you want to use native features and want developers to actually integrate your plugin you likely do best by programming it natively.

WebRTC Native API for Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to develop Android Native video chat app using WebRTC(Not browser).
Main feature is Android user can able to call Desktop web browser.
Any way?(please without third party API)
It's possible using javascript (intel xdk) hybrid app
link:https://crosswalk-project.org/

Categories

Resources