diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1763e15 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..05fcd2b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index c055661..e0f491e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ [![alt text][InstagramIcon]][Instagram] [![alt text][TelegramIcon]][Telegram] +### #186 Operator overloading +![alt text](/screenshots/OperatorOverloading.png) + ### #185 Filter Google Places Autocomplete ![alt text](/screenshots/FilterGooglePlacesAutocomplete.png) diff --git a/android-daily-tips.iml b/android-daily-tips.iml new file mode 100644 index 0000000..1362514 --- /dev/null +++ b/android-daily-tips.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/screenshots/OperatorOverloading.png b/screenshots/OperatorOverloading.png new file mode 100644 index 0000000..0da8258 Binary files /dev/null and b/screenshots/OperatorOverloading.png differ