This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Consumir una API, Web Service en Android, creando una Pokedex | |
| https://www.youtube.com/watch?v=xQn8u4Htib4 | |
| https://alvarez.tech/labs/android-retrofit-pokedex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unity básico - Juego de naves | |
| https://www.youtube.com/watch?v=Rwr-J8wzkKw&list=PLHdk97dabfvzlWg0FbT-HBfsvBkaNqXfU&index=1 | |
| http://www.piskelapp.com/ | |
| Aprendiendo a usar las Corrutinas | |
| https://www.youtube.com/playlist?list=PLREdURb87ks32vRTQX64cMeM51nktRX0W | |
| Canal | |
| https://unity3d.com/es/learn/tutorials/topics/2d-game-creation/creating-basic-platformer-game?playlist=41639 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use Illuminate\Http\Request; | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | API Routes | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Here is where you can register API routes for your application. These |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Http\Controllers\Api; | |
| use App\Disease; | |
| use Illuminate\Http\Request; | |
| use App\Http\Controllers\Controller; | |
| class DiseaseController extends Controller | |
| { |
NewerOlder