Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>Using Drupal to upload images</strong></p> <p>Since Drupal 7 image handling is part of Drupal core, and there are responsive themes designed for smart phones, you don't need additional contributed modules to upload images from within drupal as a content contributor and your phone as a web browser.</p> <p>Here is a short step by step:</p> <ol> <li>Choose Administration > Add content > [Content type].</li> <li>The image field will be displayed in the list of fields once you've added it to the content type (see above). Click 'Browse', then select and upload the desired image.</li> <li>Enter alternate text to improve accessibility and optimize it for search engines.</li> <li>Save the article.</li> <li>Images can be added and removed from the node's Edit tab. If the node is deleted, all associated images are deleted with it.</li> </ol> <p><strong>Using Android to upload images</strong></p> <p>I believe this option would start as an architecture design decision and a price point. For example, you could use the Drupal Services module to open up REST and XML-RPC options from the drupal platform to your Android application. Next, you could choose to develop a native app for android to upload images into drupal's database for use in various applications. Or, you might consider a jQuery Mobile browser app that might be much simpler and less costly to build.</p> <p>Two references:</p> <p>Google I/O 2010 - Android REST client applications (to mate with Drupal's Service module) 1 hour video: <a href="http://www.youtube.com/watch?v=xHXn3Kg2IQE" rel="nofollow">http://www.youtube.com/watch?v=xHXn3Kg2IQE</a></p> <p>Drupal 7 Mobile Web Development (A Beginner's Guide they jokingly claim), by Tom Stovall, Chapter 8: The Drupal Services Module for mobile apps): <a href="http://rads.stackoverflow.com/amzn/click/B007K7UL2S" rel="nofollow">http://www.amazon.com/Drupal-Mobile-Development-Beginners-Guide-ebook/dp/B007K7UL2S</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload