Android app review: ADSdroid gives you every datasheet, ever

ADS

A few months ago when I reviewed the Android electronic reference app ElectroDroid, I made the offhand remark that a front end app for alldatasheet.com would be a killer mobile electronic reference app. [András Veres-Szentkirályi] accepted my challenge and built ADSdroid, the unofficial Android app for alldatasheet.com. You can check out my complete review after the break. … [Read more...]

Ohm Sense makes sense of resistor color bands

resistor

[Alex Busman]'s first foray in iOS programming looks like a pretty useful tool. He came up with Ohm Sense, an iPhone app that will take a picture of a resistor and calculate the value based on the color bands. It's a great tool that we wish we had when we were starting out. At 99 cents, the app is also much cheaper than the emotional cost of our relationship with Violet. … [Read more...]

Adding mobile control to your gardening

growbox-mobile-controller

[The Cheap Vegetable Gardener] wanted to check in on his garden from the road so he wrote a control app for his WinPhone. The hardware work is already done; having been built and tested for quite some time. The implementation comes in two parts, both shown in the chart above. The grow box is behind a firewall as you don't want random folks turning on the water and grow lights on a whim. The … [Read more...]

LED suit lights up the night

+1 Yahtzee and stonking great.

When the tipline popped up with this LED suit, part two, by [Marc DeVidts] we were expecing a simple led version of the previously known EL coat. Well we were right and wrong in the same instance. Correct in that like predictions, the outcome is stonking great. Wrong in that this suit far outpaces EL in abilities we weren't expecting. Namely to start off, an iPhone app over WiFi dictates to … [Read more...]

Androidome: Monome for Android

androidome

[Ewan Hemingway] tipped us off about his new Android app, Androidome. This is the first one he's turned out after going through our Android development tutorials. It combines an app running on his Android 2.1 device with a computer running Max/MSP 5. The two don't needed to be tethered, they just need to be on the same wireless network. This won't be the best solution if you're doing live … [Read more...]

Android Development 101 – Part 1:Hello World

071510_1521_AndroidDev11.png

This article will focus on developing a simple hello world program for android using Java. Google has recently released a “cute and fuzzy” programming environment for beginners to get into but I haven’t had the chance to try it, so we will be focusing on the Eclipse IDE here, which you should have set up in the last post.  When creating a text based project there are two very important … [Read more...]

Android Development 101 – A tutorial Series

071210_1705_AndroidDev11.jpg

Android is the prime OS for developing applications in today for many reasons. The main reasons being that it is Open Source and Intuitive. In addition it uses Java for development, which is quite an easy language to get used to and develop in. This being said, a lot of you have great ideas for Android applications or applications in general but don't know where to start. This series will take … [Read more...]