I am far away from my first Android application, and I secretly suspect that I am "doing this wrong". My app talks in Ruby on the railway server and serials back and forth through XML. Before I knew what was happening, I hugged myself that I am deep in writing my dirty ORM, a problem related to the fact that I have not written any word from high school.
My struggle is here that I want to be able to sort my Client-Side (Android) app through various ways, such as HTTP / XML, in a local database, or through local file system I am I started with a strategy pattern, but I feel that there is a scarcity of my solution.
For one, should I re-apply rail model recognition on the client side, because I do not know whether I am working with the railroad on the other side? The bigger issue is that I can only represent the key values for flat objects, because my code can not handle nested objects such as a correct ORM.
I am sure Android developers have time to deal with this, so I am interested in hearing what other people have done with these issues.
Comments
Post a Comment