Orchard CMS Mobile website - mobile

I have a ASP.net MVC4 Mobile website created using SPA template in Visual studio and I would like to retrieve views from Orchard CMS to show on Mobile device. Is there examples where I can show responsive design views from Orchard CMS on Mobile devices without using Themes?

Looks like you want to avoid rendering through the Orchard's layouts/themes and have your own layout and view pages.
There is a similar questions with some fruitful discussions here

Related

Convert ADF Fusion web application to Mobile app?

Can I Covert Existing ADF Fusion web application To Mobile Application
If you mean Mobile Application Framework (MAF) the answer is no.
The UI of MAF, while it shares similar concepts: Taskflows and Drag and Drop property-based components - the implementations are completely different. MAF uses AMX pages which generate HTML5, JS and CSS on the fly on the device and ADF Faces uses JSF-based pages.
If you deploy your ADF BC model as a RESTful service using JDev 12.2.1 you can consume it, like any other RESTful web service, in MAF.
The larger question is..why? A Desktop application is a very different design paradigm than mobile-friendly. The entire application UI design should be re-thought using the tips and guidance of Oracle Alta UI.

Angularjs with Ionic

I've gone through many references regarding Angularjs With ionic. Find out that Ionic gives a nice framework to develop mobile app.
However I am having a confusion. Now I am developing a responsive web application mainly using with bootstrap(foundation also nice one for responsive app).
In many references, they have mentioned like Ionic used to develop mobile app like native mobile app.
Is there any possibility to design the same app for desktop view? (Seriously I don't find any references for this).
If so, can you please provide some references?
If not, how can I develop the same app for desktop view?

SimpleMembershipProvider in mobile app ASP.NET MVC 4

I'm trying to use SimpleMembershipProvider to manage the authentication process of my mobile application.
I generated the project using Mobile template, but this doesn't generated the same files of the Internet application template. It doesn't created the folder Filters with InitializeSimpleMembershipAttribute.cs file and the web.config, AccountController and AccountModel are different.
Can I use SimpleMembershipProvider with mobile applications? If yes, how should I do this? If not, what is the alternative?
You can use the SimpleMembershipProvider in your mobile application. This article provides complete instructions on how to do this and provide links to an example VS project that can be downloaded.

Make a website mobile ready

I have a website and i want this to be mobile ready. I found Kurogo very helpful for static website. But this is not useful when i have a website where there are many forms and all. which is the best way to convert a website mobile ready where it has many forms, add, edit , update forms and all. I use php/mysql for my application.
you can always try to use bootstrap or zurb foundation and then load the css using a media query

Create a Mobile Web User Control

I am making mobile web pages to be accessed by smartphones and such.
I do not see either Mobile Web Form, or Mobile Web User Control in the list of installed templates in Visual Studio.
I probably need some mobile toolkit or something like that, but I can never find what I am looking for on MSDN. Anyone know what I need to do?
Try downloading the Mobile Web Application Template for Visual Studio.
Source: http://geekswithblogs.net/ranganh/archive/2008/04/01/mobile-web-forms-in-visual-studio-2008.aspx

Resources