Skip to content

Instantly share code, notes, and snippets.

View chinnonsantos's full-sized avatar
💻
I work as a Tech Lead and Senior Software Engineer

Chinnon Santos chinnonsantos

💻
I work as a Tech Lead and Senior Software Engineer
View GitHub Profile
@joshdholtz
joshdholtz / SomeFragment.java
Last active December 22, 2022 09:41
Android Google Maps V2 - MapView in XML
public class SomeFragment extends Fragment {
MapView mapView;
GoogleMap map;
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View v = inflater.inflate(R.layout.some_layout, container, false);