Microsoft provides very interesting approach on theirs ORM Entity Framework which called "Code first".When database creates from your code and business logic automatically. Is there some tools to implement "Code first" approach on Android?
Asked
Active
Viewed 2,106 times
1 Answers
-2
I'm sure you can use UML and Code Generators to achieve similar. Rarely useful though.

HaMMeReD
- 2,440
- 22
- 29
-
2This is called "model first". – knb Mar 13 '12 at 22:47