...
If you have already have an OpenSRP client implementation and you want to migrate to the new form technology the procedure for doing do so is as follows:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
public abstract class SecuredActivity extends ActionBarActivity { // class specific code here } |
...