Skip to content

Instantly share code, notes, and snippets.

View devnson's full-sized avatar
💭
Learning to Understand AI memes

Devson devnson

💭
Learning to Understand AI memes
  • Bengaluru
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);