N900
Nexus One
Personal Coding and Hobby Notebook
N900
Nexus One
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 […]
Nexus 1 indeed. 17 files get their MD5 calculated on the Droid and 17 files get their MD5 hash calculated on the Nexus 1 Nexus 1 pwns. Here’s the code in case you’re curious. [java] public void onClick(View v) { _logTextView.setText("MD5 Benchmark on " + Build.DEVICE + "nn"); if (GlobalVariables.APP_CONTEXT == null) GlobalVariables.APP_CONTEXT = getApplicationContext(); […]
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 […]