Hi guys, I'm working on a drupal API. I'm getting the json and decoding it to display the data in my site. I have a content type 'animal' which fields are name, kind and numbers. For example
Name Kind Numbers
Dog Mammal 4
Cow Mammal 1
Parrot Bird 3
eagle Bird 5
Crocodile Reptile 2
Snake Reptile 1
Drupal is completely new to me at the moment. We're currently developing web applications using a combination of HTML5/Angulas/CSS etc with calls to backend RESTful services (Standard stuff). Our architecture team has made a comment about us looking at the possibility of storing re-usable HTML components in a CRM (with Drupal being mentioned). Basically their concept is for HTML forms to be stored in Drupal and then as part of the developer build process, the forms would be incorporated into the web app build and then deployed.
My client today notified me that his site looks terrible in his mobile phone. I saw there's a quick and easy plug-in for WordPress that apparently handles mobile sites (WPTOUCH), but I don't see how best to handle this in Drupal -- that is, so it's the same site, but renders differently on browser and mobile devices.
The client would be unhappy if this mobile friendliness of his site meant a huge investment in time and money (for example, Drupal theme development, huge time in CSS, ....).