In the past few days I had a little bit of a problem: InstrumentationTestCase gives access to local assets while AndroidTestCase gives access to getAssets(
Here's a beginner mistake... The following code:
public class ReactiveApiTest extends InstrumentationTestCase {
protected LocalJsonClient mLocalJsonClient;
public ReactiveApiTest() {
super();
mLocalJsonClient = new LocalJsonClient(
getInstrumentation().getContext(
Here is my way of generating version numbers of an application:
*
The version number convention is:
* Major - a major version represents fundamental changes to