# Prepare Android

To connect Android app with your wordpress site you only need to change on line from file **daa/Constant.java**

![](https://content.gitbook.com/content/Ucivp5bhmKiNpsPJOVzZ/blobs/inN17FiEOW5wV5pbS97G/image.png)

### **WORDPRESS URL**

change this :

```java
String WORDPRESS_URL = "http://your-wp-url.com/";
```

### SECURIY CODE

change this :

```java
String SECURITY_CODE = "8V06LupAaMBL . . . ";
```
