-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (22 loc) · 861 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Drupoid
-------
Example Drupal module able to save a title and image coming from
an Android application. The source for this module and the application
can be found at http://github.com/swentel/Drupoid
Drupal content type
-------------------
You need to create at least one content type with an image field.
You can of course change this to your own needs.
Drupal Installation
-------------------
Enable the module, give yourself the 'administer drupoid' permission
and go to admin/config/media/drupoid where you need to configure
some options like image field, author etc.
Every request is logged into watchdog - good or bad.
Android
-------
The app is written against Android 2.3.3, SDK level 10.
Before compiling, you need to change 2 paramaters in
the following file: src/com/swentel/drupoid/DrupoidActivity.java.
- DrupoidPassword
- DrupoidUrl