Introduction
Let's see how to create Android application in Visual Studio using DevExtreme tool from scratch step-by-step.
Step 1: Download the DevExtreme tool from their website and install in on your system.
Step 2: Open Visual Studio and create a new project. Here you will find the DevExtreme in Installed Templates Section.

Here we are going to select WCF OData Service. This is the basic requirement for any mobile development to create its data service first.
Step 3: It opens the Entity Data Model Wizard. Here we select EF Designer from Database to design the Data Model.

Select the server name and database here.

On next step we get the tables to select.

Here I am selecting to tables and clicked finish.
After that we find the Data Model and Data Service in the Solution Explorer.
Just right click on DataService.svc and set it as Start Page and run the project.

Just copy the url and open the new instance of visual studio and create a new project.
Step 4: This time we are going with DevExtreme Multi Channel Application.
Here the wizard opens.
Select the Mobile and next.
Now it asks for layout type i.e. Navigation Bar or Slide Out. We are going with navigation bar.

On next step enter the url of DataService.scv that we are created earlier and press discover.
Then it returns the entities, just check the Check All check box to generate the model and view and click finish.

It will create the data view page and the data view model .js classes.

Just run the application, it will open its own simulator and run the project.
Step 5: Now to build apk, go to solution explorer and right click on solution and click Build Native Package.

Step 6: Choose Platform; here I selected Android.

It ask form certificate. Just create a new certificate, enter the password and press build.

That’s it! Enjoy!

Santhakumar MunuswamyPosted Oct 25, 2015, 11:54 AM
Good one
Mukesh KumarPosted Oct 21, 2015, 12:38 AM
Great work
Vinodh NarayananPosted Oct 20, 2015, 7:50 AM
good one thanks for sharing
Utkarsh KunwarPosted Oct 20, 2015, 6:51 AM
thanks
Sibeesh VenuPosted Oct 20, 2015, 3:08 AM
Nice Share
Nitin PanditPosted Oct 20, 2015, 12:55 AM
Nice Article Utkarsh Kunwar great Start :)
Utkarsh KunwarPosted Oct 20, 2015, 12:34 AM
Thanks :)
Humayun Kabir MamunPosted Oct 20, 2015, 12:25 AM
Nice...
Manoj KulkarniPosted Oct 19, 2015, 10:49 PM
Nice article. Thank you for sharing
Vinodh NarayananPosted Oct 19, 2015, 10:47 PM
Good one thanks for sharing
Mohammed IbrahimPosted Oct 19, 2015, 10:03 PM
nice
Gowtham KPosted Oct 19, 2015, 12:13 PM
Good Share