Skip to content

Instantly share code, notes, and snippets.

View oksar3110-0110's full-sized avatar
🌴
On vacation

Bahrainsyah Oksareinaldi oksar3110-0110

🌴
On vacation
View GitHub Profile
@oksar3110-0110
oksar3110-0110 / MainActivity.java
Created August 2, 2018 04:31 — forked from saxman/MainActivity.java
Plotting markers on a map in Android using data from a JSON web service and the Google Maps Android API v2
/*
* Copyright (c) 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
@oksar3110-0110
oksar3110-0110 / IntroActivity.java
Created July 19, 2018 10:31 — forked from MizzleDK/IntroActivity.java
Android intro screen
public class IntroActivity extends ActionBarActivity {
private ViewPager mViewPager;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.intro_layout);