Pedro Gómez
pedrovgs
"Sometimes it is the people no one imagines anything of who do the things no one can imagine." - Alan Turing
Languages
Top Repositories
Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI".
IntelliJ/AndroidStudio plugin which provides a button to connect your Android device over WiFi to install, run and debug your applications without a USB connected.
Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Solutions for some common algorithm problems written in Java.
Screenshot testing library for Android
Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.
Repositories
55Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI".
Finding a panel inside a comic page is the hardest thing I've ever done in computer science!
Tuenti application for Android TV created to show some of the most important features related to Android TV projects. This little sample uses mocked data to simulate an application working with information from Tuenti servers.
This repository contains my personal collection of Claude Code subagents, skills and other tools - specialized AI assitants designed for specific software engineering tasks.
Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Finding a panel inside a comic page is the hardest thing I've ever done in computer science!
Lynx is an Android library created to show a custom view with all the information Android logcat is printing, different traces of different levels will be rendererd to show from log messages to your application exceptions. You can filter this traces, share your logcat to other apps, configure the max number of traces to show or the sampling rate used by the library.
🐶 Claude code companion app so you don't feel alone while waiting for claude code!
IntelliJ/AndroidStudio plugin which provides a button to connect your Android device over WiFi to install, run and debug your applications without a USB connected.
Solutions for some common algorithm problems written in Java.
Screenshot testing library for Android
🐶🐱😸 If you have a pet shelter and you need a web page or an app, feel free to use this project!
Imagination, some leds, and a RaspberryPi will take you wherever you want
Android Game Boy Emulator written in Java
Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.
Rust training repository used to learn Rust by solving some common katas using this programming language.
Gradle plugin to measure build times. Let's measure how long developers around the world are compiling software.
Finding a panel inside a comic page is the hardest thing I've ever done in computer science!
Update all your git repositories with just one command. A command line tool written in Haskell.
StringCalculator kata implemented in java by Pedro Vicente Gómez Sánchez.
Playground used to learn and experiment with Apache Spark
RomanNumerals kata implemented in java by Pedro Vicente Gómez Sánchez.
Spark project written in Scala used to perform real time sentiment analysis on top of Twitter's streaming API
Solutions for some Project Euler problems written in Scala.
Nox is an Android library created to show a custom view with some images or drawables inside which are drawn following a shape indicated by the library user.
Marvel Api Client written in Swift.
JavaScript training repository used to learn JavaScript by solving some common katas.
Chrome extension to generate smiles thanks to https://github.com/pedrovgs/HaveANiceDay
Smiles generator server-side code for https://github.com/delr3ves/haveanicedayandroid.
Haskell training repository used to learn Haskell and functional programming