• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    How to use different resource files and classes for different configurations at runtime?

    I will try to make it simple. I want the app to use two different resource files and java classes based on the configuration user selects. The configuration itself is custom, say configType = "Admin" and configType = "User". I want this to be dealt with the same way as product flavors or locale...
  2. D

    How to use AWS API Gateway generated SDK with Android Volley

    I am using IAM secured API gateway with access key, secret key and an api key. I have previously used the sdk as follows: BasicAWSCredentials cred = new BasicAWSCredentials("ERQWFSDGFDSTGFDAGVFSD", "FADSVXXCGDFHBXVDSFDDGFBFSD"); StaticCredentialsProvider credentialsProvider = new...