I've read this post about mocking location with custom provider, but I am looking for a way to mock the location during a presentation, is that possible?
Asked
Active
Viewed 1,975 times
4
-
not talking about Android specifically nor location specifically, but can't you *always* mock by creating your own wrapping interface around any class you want to mock? I've done this a lot of time when working with APIs that didn't provide easy way to mock. – SyntaxT3rr0r Jun 07 '10 at 22:09
-
That's doable. For now I've found an app that mocks the location. It's easier to use that for now. – Pentium10 Jun 07 '10 at 22:19
-
You might post info on the app as an answer, for future readers. – Cheryl Simon Jun 08 '10 at 00:00