Code Monkey home page Code Monkey logo

304-livesearch's Introduction

curso de udemy

https://www.udemy.com/course/buscador-en-tiempo-real-con-laravel-y-vuejs/

composer

composer create-project --prefer-dist laravel/laravel 304-livesearch php artisan migrate:refresh --seed php artisan db:seed

php artisan make:model Post -mc php artisan make:factory PostFactory --model=Post php artisan migrate:refresh --seed

instalar vue

npm install vue@next npm install laravel-mix@next npm install vue-loader@^16.0.0-beta.9 --save-dev --legacy-peer-deps

editar los archivos

resources/js/bootstrap.js weppack.mix.js en la raiz resources/vue/App.vue

ejecutar luego

npm run watch

Documentación para google maps

https://github.com/googlemaps/ https://github.com/googlemaps/android-samples/blob/main/tutorials/java/Polygons/app/src/main/res/layout/activity_maps.xml

https://github.com/googlemaps/google-maps-services-python/blob/master/googlemaps/maps.py

Ejemplo de google maps android studio

https://developers.google.com/maps/documentation/android-sdk/marker?hl=es-419

colocar un botón en el mapa

https://stackoverflow.com/questions/36277185/adding-button-on-default-google-map-activity

evento clic sobre el mapa con java

https://stackoverflow.com/questions/21700648/mapview-onclick-event-listener

evento clic sobre el mapa con kotlin

https://github.com/moe-java-samples/moe-kotlin-samples/blob/master/KotlinMuseumMap/app/src/main/kotlin/com/intel/kotlinmuseummap/android/MainActivity.kt

poligonos google maps

https://developers.google.com/maps/documentation/android-sdk/polygon-tutorial?hl=es-419

loops en kotlin

https://www.tutorialkart.com/kotlin/loops-in-kotlin-with-examples/

iteradores en kotlin

https://kotlinlang.org/docs/reference/iterators.html

convertidor de java a kotlin

https://try.kotlinlang.org/#/Kotlin%20Koans/Introduction/Java%20to%20Kotlin%20conversion/Task.kt

304-livesearch's People

Watchers

Programación para aprender avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.