Android Open Source - humbleshare-app Config Keys






From Project

Back to project page humbleshare-app.

License

The source code is released under:

Copyright (C) 2014 kautsig Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software w...

If you think the Android project humbleshare-app listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package org.kautsig.humbleshare;
//  ww w.j av  a 2 s.c  o m
/**
 * Defines configuration key constants.
 */
public final class ConfigKeys {

  public static final String WEBSERVICE_URL = "webservice.url";
  public static final String WEBSERVICE_USER = "webservice.user";
  public static final String WEBSERVICE_PASSWORD = "webservice.pass";

}




Java Source Code List

org.kautsig.humbleshare.ConfigKeys.java
org.kautsig.humbleshare.HumbleShareActivity.java
org.kautsig.humbleshare.PostShareTask.java
org.kautsig.humbleshare.TrustingHttpClient.java