Unboxing and comparing the Nexus One to the Motorola Droid. Audio is in spanish but you’ll be able to see and tell a lot from my video even if you are an english speaker (use this opportunity to practice your spanish)
Related Posts
Which phone records video better? N900 or Nexus One
N900 Nexus One
My First Raspberry PI Project: DIY ARM Video Game Console.
I got everything on amazon, didn’t pay for shipping (Prime member): So far I bought: – Raspberry PI ($48) – Raspberry PI case ($14) – Power adapter ($2.25) – SNES-like Controller with USB jack ($10.75) – SanDisk SDHC 16GB class 6 (30mb/s) ($15) I first intend to install Ubuntu ARM along with several video game […]
Android: Making a TextView Scrollable
I needed a TextView to take the rest of the screen realstate. This TextView would behave as a logging component. I tried using android:singleLine=”false” but that didn’t cut it. What I did: Add a ScrollView (with android:fillViewport=”true” and android:layout_weight=”1″), then add a LinearLayout (yup…), and then add the TextView to fill all of that up […]