Here we get the xml return of the tables we selected.
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!