Well I was trying to make more than one handler on the server. But the Mod-Android app just shows me only one of the handler's. Is there any way to use more than one handler on the server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Memon,
Certainly the server can support an unlimited number of services. Each handler must have a unique uri, this is defined in the Handler Annotation. Check this and let me know if this solves your problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I was trying to make more than one handler on the server. But the Mod-Android app just shows me only one of the handler's. Is there any way to use more than one handler on the server.
Memon,
Certainly the server can support an unlimited number of services. Each handler must have a unique uri, this is defined in the Handler Annotation. Check this and let me know if this solves your problem.