4

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?

Community
  • 1
  • 1
Pentium10
  • 204,586
  • 122
  • 423
  • 502
  • 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

1 Answers1

2

I found an app that is called Location Spoofer

Pentium10
  • 204,586
  • 122
  • 423
  • 502