Drupanium no DrupalCamp Porto 2012 - Feedback
Boa tarde, para os que ficaram interessados no projecto drupanium.org deixem aqui o vosso feedback, e quem quiser fazer parte da equipa e/ou trabalhar no projecto, que fale comigo. Também podem contribuir code e bug fixes através do repositório do exemplo que usei no DrupalCampPorto 2012. Estou aberto a sugestões.
Aqui ficam os links relevantes:
Forums & Site: http://drupanium.org
API + Services: http://api.drupanium.org
GitHub: https://github.com/drupanium
Exemplo da sessão DrupalCamp Porto 2012: https://github.com/utneon/drupanium_authentication
Kitchen Sink for Drupal / Titanium
I've been messing around with Drupal and Titanium for a while. I started out with sumitk's examples and then when the Palentir code became available, I experimented a bit with that. I have not however been able to cobble together a working application with the functionality I desire.
The code that Palentir provided is very powerful, in that it keeps a persistent store of the drupal objects, in the phone. It is rather complex, however and difficult to follow (at least for me). It also uses views_datasource rather then services, which for some applications is not secure.
Read moreJSON_RPC Service: node creation and file attachment
I am trying to upload a file as cck attachment to a new node using JSON_RPC service. The file gets uploaded to the Drupal file system but it's blank, 0 byte file. I think problem lies somewhere in encoding and may be it's a TI api issue. I submitted a question"How to convert a Titanium Blob to string?" on their forum but also want to check with the Drupal community and see if anybody else faced the same issue. Here is the code
Read moreExisting Drupal/Titanium API Resources
This is intended to be an initial set of resources for those looking at getting started in this exciting area of drupal/mobile app development.
These resources are largely the work of Sumit Kataria of Civic Actions and my interest and excitement stem from this awesome presentation at Drupalcon SF2010 http://sf2010.drupal.org/conference/sessions/developing-apps-iphoneipada...
The presentation is broken down a little further with some provided code samples and an adjusted json server module.
Read more