Skip to content

Instantly share code, notes, and snippets.

@fjbatresv
Created February 14, 2019 17:09
Show Gist options
  • Save fjbatresv/3367b9f5a6bf35d1edb4d3fe8f7325f9 to your computer and use it in GitHub Desktop.
Save fjbatresv/3367b9f5a6bf35d1edb4d3fe8f7325f9 to your computer and use it in GitHub Desktop.
Activity OnCreate
...
public class MainActivity extends AppCompatActivity {
...
@Override
protected void onCreate(Bundle savedInstanceState) {
...
startService(new Intent(this, LocationService.class)); // Agregar en la launcher activity
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment