Android How to test xbmc's remote?
#1
I've just forked the git repository - I want to implement #39 (make libraries searchable).

Perhaps you can answer the first doubts I have:

1) naturally, when I run the code in the emulator, I naturally get the "cannot connect to server" screen in the app. Is there any mock server one can set up in the code to run in the development stage? Otherwise, how can one test the application and see if things are running?

2) I don't see any test code. Is everything here done without a safety net?

Cheers
Reply
#2
On the emulator you can get access to the local computer network.

You need to have xbmc and emulator running on the same computer then in emulator you use the ip : 10.0.2.2 that is an alias for localhost.

About unit testing, for this kind of application that seems quite hard to code, but if you master this part and have some advices please share so I can use them in my own remote app Smile
Reply

Logout Mark Read Team Forum Stats Members Help
How to test xbmc's remote?0