Skip to content

Instantly share code, notes, and snippets.

View himangipatel's full-sized avatar

Himangi Patel himangipatel

  • Nagarro
  • Ahmedabad
View GitHub Profile
@himangipatel
himangipatel / README.md
Created May 13, 2020 09:27 — forked from falcon11/README.md
A react native year month picker.

react-native-year-month-picker

A year month picker component for react native.

Usage

import yearMonthPicker.js file to your project.
detail usage you can check for the example.js file.
or open this snap in expo

@himangipatel
himangipatel / CustomInfoWindowAdapter.java
Created February 9, 2018 06:09 — forked from ccjeng/CustomInfoWindowAdapter.java
Custom InfoWindow Layout for Google Map in Android
public class CustomInfoWindowAdapter implements GoogleMap.InfoWindowAdapter {
private Activity context;
public CustomInfoWindowAdapter(Activity context){
this.context = context;
}
@Override