Hi, Sebastian, from the latest main DEV (last night, I think) you can check:
https://github.com/smslib/smslib/blob/dev/smslib/src/test/java/org/smslib/Test_HttpListeners.java Here you register a listener, give ACLs (if required), and do whatever you want (!) in the IHttpRequestHandler implementation. SMSLib uses the Simple Framework (http://www.simpleframework.org/) for its HTTP implementation. It's not as abstracted as I would like (it's very coupled with Simple Framework) but let's start with this and we can refactor later... On 28 April 2014 02:33, zeeman via SMSLib Discussion Group < smslib+noreply-apn2wqelb8yosywvp8ola5xw-yttrqoilgoqu4zvd7xubs...@googlegroups.com > wrote: > Hi! > > I started, based on the current dev branch, a new branch > https://github.com/derjust/smslib/tree/android and merged my stuff into > it. > Not yet ready to be pulled and T's modularization/HTTP endpoint will > require some refactoring. But at least gives a starting idea and something > to test my Android app against ;-) > > Eager people might want to checkout and test, too. > Code compiles and Unit test is also included. > > Cheers, > Sebastian > > -- > You received this message because you are subscribed to the Google Groups > "SMSLib Discussion Group" group. > To view this discussion on the web visit > https://groups.google.com/d/msgid/smslib/05561f3b-99d2-46a4-8aaf-36488ba927de%40googlegroups.com<https://groups.google.com/d/msgid/smslib/05561f3b-99d2-46a4-8aaf-36488ba927de%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To view this discussion on the web visit https://groups.google.com/d/msgid/smslib/CAGY2XjkpvrvgU4P_w8A%3DhXVBzey4Q-A778ExOYBFYkPUBX8zNw%40mail.gmail.com.
