Mostrando entradas con la etiqueta Android. Mostrar todas las entradas
Mostrando entradas con la etiqueta Android. Mostrar todas las entradas

martes, 12 de marzo de 2013

Download IbexPrima

Aplicación muy sencilla desarrollada para poder acceder de una forma rápida...

IbexPrima V 1.3.2

Very simple application developed to access quickly and easily in one application to real-time data of the risk premium in Spain and the value of the benchmark for the country, the Ibex35.
The latest version includes the consultation of various publicly traded securities.

Change History
===================

1.3.2b

· We are still in beta phase
· Added the application icon
· Tab in tests to check the values ​​of the stocks of Bombay Stock Exchange
· Restored the news tab.
· Removing Bugs from the previous version has been very problematic.

miércoles, 24 de octubre de 2012

How to download Android SDK, if you are blocked by a proxy, for example.

I've been looking all over the Internet intensively how to do this and honestly I have been almost impossible to find somewhere to explain how. Source [+].

The trick to getting this task lies in the XML file that Google uses to distribute their Platforms.

https://dl-ssl.google.com/android/repository/repository-5.xml

If you look inside the XML, to download the latest version will find this information:

<sdk:archive arch="any" os="any">

<sdk:size>44758833</sdk:size>

<sdk:checksum type="sha1">f2aa75133c29916b0b0b984974c2d5e46cb09e9c</sdk:checksum>
<sdk:url>android-15_r01.zip</sdk:url>
</sdk:archive>


So the URL to download the package we need is:

So the URL will be is 


http://dl-ssl.google.com/android/repository/android-15_r01.zip

I hope that helps as much as me this information.