Skip to content

Instantly share code, notes, and snippets.

@thiagoolsilva
Last active July 9, 2016 22:40
Show Gist options
  • Save thiagoolsilva/fb0be7f7fea46691f770f54a05a4c7f9 to your computer and use it in GitHub Desktop.
Save thiagoolsilva/fb0be7f7fea46691f770f54a05a4c7f9 to your computer and use it in GitHub Desktop.
/**
* Get message from web server
*
* @return The message received
*/
@WorkerThread
public String GetMessageFromWebServer(@NonNull Context context) {
...
try {
//Now we are using the flavor strategy
final String typeOfFlavor = context.getString(R.string.id_message_request);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment