I’m evaluating DataAbstract for .Net and Mono for Android (MonoDroid). After searching among the examples distributed with the DA installer, i couldn’t find anything useful. Except for a project template within the installation directory.
how can i use that project template to create an application?.
Or please, tell me where can i get a working example?.
I read that you deployed a MonoDroid example for DA Prism version, is it right?.
pochit0 said: 1) how can i use that project template to create an application?.
you can use a DataAbstract Wizard to create a MonoDroid project from template.
pochit0 said: 2) Or please, tell me where can i get a working example?.
Unfortunatelly, we don’t have an example for Monodroid platform. But it’s very easy to make newly generated project work. Just follow the comments in the MainActivity file to retrieve table data from DA server.
pochit0 said: 3) I read that you deployed a MonoDroid example for DA Prism version, is it right?.
Speaking of Monodroid, we don't have samples in any language so far. But templates are available for both Oxygene(aka Prism) and C#. The one you might hear is about our new products: Remobjects SDK for Java and DataAbstract for Java.
martinbrekhofnl said: I would like to know where to find this monodroid template (do I have to install Monodroid first?).
Yes, our installer checks if Monodroid is installed on the host, so please install it first to make templates available.
Also, make sure, that "Integrate with Visual Studio ..." option is checked during installation.