Hannspree’s Android Tablet: Now that’s what you call a good tablet!

ARM a9 dual-core 1GHz processor

Android 2.2 with Flash

10.1 Inch Screen

3,500mAh battery targeted to deliver 8 hours of 1080p video playback

microHDMI with 1080p out

Accelerometer

1024 X 600 capacitive touch screen

16GB of internal storage.

$500, if and when the unit is released.

Leave a Comment

What in the hell! Archos gonna release 5 Android devices

Archos looks to be on their way to become the brand to turn to for budget solutions.

However, it can be argue that their support or rather they do not provide adequate  upgrades for their existing devices to the latest operating system.

These are points of consideration you have to make when thinking of purchasing an Archos device.

For now a neak peak at these machines:

Tags: archos

Leave a Comment

Music Synthesizer App for the Android: Mikrosonic RD3 Groovebox

I criticize Android in the past about how their applications are poorly designed and we would have to wait till Gingerbread to see some form of challenge to the iOS.

In most argument the picture I used was this Music Synthesizer application

image

Today, I came across an Android Paid App called RD3 Groovebox that is in the same domain.

Min REQ : Android 2.1

Resolution: 480×320 (HVGA) or higher

Cost: 3.49 Euro or free trial app

image image

This application looks very competent but looks short of options to what the iPAD Application can do. Nevertheless very impress by the UX from the developer!

image

image

image

Video Sample:

Leave a Comment

Android Tut:Download Mozilla Fennec Alpha Browser Today

Mozilla have pride themselves by being very innovative in their development efforts for their desktop browser.

image

Their latest offering for the mobile space on Android is the Fennec.

Download Fennec by visiting Firefox.com/m/alpha on your Android device or Nokia N900.

image

The overall experience have been refreshing but this is not a browser that you can use everyday yet as its an alpha release and is really rough on the edges.

What I like about it is that it has brought all that we liked about Firefox over to the Android

  • Firefox Sync synchronizes your Firefox history, bookmarks, passwords and tabs
  • between your desktop and mobile
  • Add-ons are available to customize the functionality and look of your Firefox
  • Personalized Start page lets you pick up where you left off on your desktop
  • Awesome Screen gets to know you and takes you to your favorite websites with minimal typing
  • Pinch-to-zoom (Android), double-tab, or use the volume rocker (Nokia N900) to zoom in and out
  • Tabbed browsing in thumbnail view lets you easily see and select the site you want
  • Location-Aware Browsing gives you content and info relevant to your location
  • Save to PDF, Find In Page, Forget Password, Send Page and Add Search Engine located in the Site Menu all help you manage your preferences and options for each site you’re on
  • Context Menu lets you Open in New Tab and Share by long tapping and holding a link or image

Tags: firefox

Leave a Comment

Samsung Galaxy S i9000 – Crash MTP Application Revealed

Someone at Gizmodo France recently ran into this problem with their own Galaxy S, and rather than shrug the mishap off with a bit of frustration, they contacted Samsung, and received a strange response.

What did toubleshooters discover? Hooking a Galaxy S up to a computer via USB is just fine, unless the gadget is host to a file or files with an extension exceeding 15 characters. Wow. Who makes a file with a 16-character extension? Seesmic, apparently (Google Translate link). Deleting the culprit file fixed the odd bug.

How plausible is this? A lot of people uses Seesmic!

Take a look at the video to find out more.


Samsung Galaxy S i9000 – Crash "MTP application"
Uploaded by ITespresso-France. – Videos of the latest science discoveries and tech.

Leave a Comment

Android Tut:How to achieve Palm Pre Cards switching on Android–Visual Task Switcher

If you have an Android Device but yet are jealous of the very nice preview brought about by Palm Pre’s Cards switching, Visual Task Switcher could be the solution.

Basically it tries to emulate Palm Pre’s Cards Effect to preview latest background programs to enable fast app switching.

This will seriously improve your productivity I feel.

It is Available on the Android Market FREE (ADs Supported)

image

This is how it looks like. The software is alittle rough on the edges but is highly usable.

You have 2 hard button options to tie to: Home button press or Long Search press. For me I prefer the Long Search Press.

Tags: launcher

Leave a Comment

Browser Comparison: Windows Phone 7 is rocking vs iPhone and Android!

To all those skeptics that thinks that Microsoft will forever screw up, here is a take on their mobile internet explorer.

It shows that they don’t get the checkboards that iPhone has while scrolling up and down fast and that it loads faster than Android 2.2.

Morale of the story: Be unbiased when evaluating your future handset purchase lol.

Tags: Windows Phone 7

Leave a Comment

UX Design: Great Meego Curtain Cloth Like Google Map!

Great Design focusing on User Experience really grabs you.

The Astonishing Tribe is an astonishing company behind some great UI designs on the Android and other platforms.

Today, I saw a clip that shows their UX design on the MEEGO platform (and possibly Android) and it blows me away how smooth and sensible such a UI design can be.

Granted, not everyone will appreciate it but great standard UI toolkits are built upon these great ideas.

image

Take a look at this video:

Leave a Comment

How well can you draw a portrait and sketch art on the iPad and iPhone?

Now we know that iPad doesn’t come with a stylus, as Steve Jobs just don’t think a stylus would work.

But can your iPAD really replace the desktop drawing softwares like Corel Draw?

Here is a demo of a USD 8.00 application that shows this guy doing that at the iOSDevCamp.

I am no art student but the pictures that he is able to sketch are pretty stunning! This goes to show that Tablet can really handle a lot of the things we can only do on a desktop:

  1. Excel, Spreadsheet editing
  2. Powerpoint Editing
  3. Drawing
  4. Server Administration

This would probably mean that desktop sales in the future will fall to a terminal amount as the lines of smartphone, tablet and desktop continues to blur

image

image

[Hattip MacStories]

Leave a Comment

Android Tut:How to setup Android Development Environment with Eclipse

Kyith:

I don’t really want to take all the credit here but, back in January this guy came up with the most comprehensive visual guide on how to install Eclipse, Java SDK and Android SDK and configuring it to develop Android Software.

Do hop on over his site if you are new to Android and want to learn how to set it up.

There are many ways to develop for Android and because of all the options it is sometimes a little daunting getting your environment setup. I found myself bouncing from web page to web page, not really sure if I had the right tools and if they were setup correctly. I wanted to document the process that worked for me.
Goal: Step by step instructions to install and configure your Android development environment for Windows.
Environment/tools: Here is the setup I have chosen to use.

  • Windows (I’m using Windows 7, but any flavor of windows will do)
  • Eclipse IDE for Java Developers (v3.5 Galileo)
  • Java Platform (JDK 6 Update 18)
  • Android SDK Tools, Revision 4

Step 1. Install Eclipse IDE
I chose to use the Eclipse IDE for Java Developers (v3.5 Galileo). You can download the it here

  • This is a zip file and does not require installation. Just copy the eclipse folder into your programs directory

Step 2:  Install Java Platform (JDK 6 Update 18)

  • Select your platform

  • Now run the JDK installation. I did not change any of the default installation options. When complete continue to step 3.

Step 3: Download the Android SDK Tools, Revision 4

[For the rest of this tutorial read @ Android Code Monkey >>]

Kyith:

Additionally. there is very detail video teaching you how to setup and configure from start to finish here on youtube:

Leave a Comment

kyith's Profile on Ping.sg