Selenium seems to be for us the perfect tool for web scraping in python, better than the mainstream python library of requests. The main reason is the leverage of web drivers, that makes most servers think that we are common Web Browser users. On the other hand, we experienced certain limitations using Requests. Despite the […]

Leer Más →

In the last blog, we discussed the importance of making tests for our software’s developments. We also introduced which of them are the most common and widely used, and our first steps developing them in Android. These steps were shown on Android Studio; therefore, we can assume it is the best choice, but does it […]

Leer Más →

In 2018 Google introduced a new app publishing format for Android known as Android App Bundle (.aab). Basically, a developer submits to Google Play a bundle including all the app code and resources, and upon a user request Google Play generates an optimized APK fitting the device configuration. Some of the many advantages of using […]

Leer Más →