Skip to content

Commit 98ce709

Browse files
committed
moved all images to imgs folder inside root to avoid duplication among translations
1 parent b1f3458 commit 98ce709

File tree

177 files changed

+191
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+191
-375
lines changed

books/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Processing for Android: Create Mobile, Sensor-Aware, and VR Applications Usi
6060
<a href="https://www.amazon.com/dp/1484227182" target="_black">Order from Amazon</a><br>
6161
<a href="https://www.barnesandnoble.com/w/1125787536" target="_black">Order from Barnes &amp; Noble</a><br>
6262
<a href="http://andrescolubri.net/androidbook/" target="_black">Read first three chapters online</a></p>
63-
<p><img class="body-image-portrait" src="imgs/pacolubri.jpg" alt="Processing for Android"></p>
63+
<p><img class="body-image-portrait" src="../imgs/books/pacolubri.jpg" alt="Processing for Android"></p>
6464
<p>Learn how to use the Processing programming language and environment to create Android applications with ease. This book covers the basics of the Processing language, allowing users to effectively program interactive graphics in 2D and 3D, and describes in detail the application of these techniques to different types of Android devices (smartphones, tablets, wearables and smartwatches, as well as to Cardboard-compatible devices in order to create VR experiences). With this book, you will be able to write engaging apps with interactive visuals driven by motion and location information obtained from the device’s sensors; including health data from the wearer, like step count and heart rate.</p><br>
6565

6666

@@ -70,7 +70,7 @@ <h2>Rapid Android Development: Build Rich, Sensor-Based Applications with Proces
7070
<a href="https://www.amazon.com/Rapid-Android-Development-Sensor-Based-Applications/dp/1937785068" target="_black">Order from Amazon</a><br>
7171
<a href="https://www.mobileprocessing.org" target="_black">Read full book online</a></p>
7272

73-
<p><img class="body-image-portrait" src="imgs/radsauter.jpg" alt="Rapid Android Development"></p>
73+
<p><img class="body-image-portrait" src="../imgs/books/radsauter.jpg" alt="Rapid Android Development"></p>
7474
<p>Create mobile apps for Android phones and tablets faster and more easily than you ever imagined. Use “Processing,” the free, award-winning, graphics-savvy language and development environment, to work with the touchscreens, hardware sensors, cameras, network transceivers, and other devices and software in the latest Android phones and tablets.</p><br>
7575

7676
</section>

es/books/imgs/pacolubri.jpg

-32.5 KB
Binary file not shown.

es/books/imgs/radsauter.jpg

-41.1 KB
Binary file not shown.

es/books/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="title">Processing para Android</h1>
3030
<div class="group">
3131

3232
<nav class="site">
33-
<img class="logo" src="../imgs/logo.png" alt="Logo de Processing para Android">
33+
<img class="logo" src="../../imgs/logo.png" alt="Logo de Processing para Android">
3434
<ul class="leftnav">
3535
<li><a href="../index.html">Principal</a></li>
3636
<li><a href="../install.html">Instalar</a></li>
@@ -60,15 +60,15 @@ <h2>Processing for Android: Create Mobile, Sensor-Aware, and VR Applications Usi
6060
<a href="https://www.amazon.com/dp/1484227182" target="_black">Haga su pedido en Amazon</a><br>
6161
<a href="https://www.barnesandnoble.com/w/1125787536" target="_black">Haga su pedido en Barnes &amp; Noble</a><br>
6262
<a href="http://andrescolubri.net/androidbook/" target="_black"> Lee los tres primeros capítulos en línea</a></p>
63-
<p><img class="body-image-portrait" src="imgs/pacolubri.jpg" alt="Processing for Android"></p>
63+
<p><img class="body-image-portrait" src="../../imgs/books/pacolubri.jpg" alt="Processing for Android"></p>
6464
<p>Aprende a usar el lenguaje de programación y el entorno de Processing para crear aplicaciones de Android con facilidad. Este libro cubre los conceptos básicos del lenguaje de Processing, lo que permite a los usuarios programar de manera efectiva gráficos interactivos en 2D y 3D, y describe en detalle la aplicación de estas técnicas a diferentes tipos de dispositivos Android (teléfonos inteligentes, tabletas, dispositivos portátiles y relojes inteligentes), así como a dispositivos compatibles con Cardboard para crear experiencias de realidad virtual). Con este libro, podrás escribir aplicaciones atractivas con imágenes interactivas basadas en información de geolocalización y movimiento obtenida de los sensores del dispositivo; incluyendo datos de actividad del usuario, como el número de pasos y frecuencia cardíaca.</p><br>
6565

6666
<h2>Rapid Android Development: Build Rich, Sensor-Based Applications with Processing</h2>
6767
<p>Daniel Sauter<br>Publicado en diciembre de 2014, The Pragmatic Bookshelf. 384 páginas (Inglés). Libro en edición rústica.</p>
6868
<p><a href="https://pragprog.com/book/dsproc/rapid-android-development" target="_black">Haga su pedido en The Pragmatic Bookshelf</a><br>
6969
<a href="https://www.amazon.com/Rapid-Android-Development-Sensor-Based-Applications/dp/1937785068"target="_black">Haga su pedido en Amazon</a><br>
7070
<a href="https://www.mobileprocessing.org" target="_black">Lee el libro completo en línea</a></p>
71-
<p><img class="body-image-portrait" src="imgs/radsauter.jpg" alt="Rapid Android Development"></p>
71+
<p><img class="body-image-portrait" src="../../imgs/books/radsauter.jpg" alt="Rapid Android Development"></p>
7272
<p>Crea aplicaciones móviles para teléfonos y tabletas Android de forma más rápida y sencilla como nunca te hayas imaginado. Utiliza "Processing", el entorno de desarrollo y lenguaje gratuito, galardonado, y con abundante funcionalidad gráfica, para trabajar con pantallas táctiles, sensores de hardware, cámaras, transceptores de red y otros dispositivos y software en los últimos teléfonos y tabletas con Android.</p><br>
7373

7474
</section>

0 commit comments

Comments
 (0)