Quantcast
Channel: Tseng's dev blog
Browsing all 10 articles
Browse latest View live

Android: Your first Android Application

Update: Small update for all of you who are not using Eclipse to develop their application, check out this Tutorial on how to compile Android Application without IDE. No related posts.

View Article



A sad day for Handsets: Apple awarded with Multi-Touch patent

A few days ago, Apple was awarded with the patent #7,479,949, titled "Touch screen device, method, and graphical user interface for determining commands by applying heuristics". In other words, this...

View Article

Android: Creating XML UIs

In the last article, Android: Your first Android Application, we created a simple login screen, but didn't had time to go in deeper in the UI XML structure. In this article I will explain the basics of...

View Article

Implementing Listeners in your Android/Java application

I’ve seen many people asking how to implement Listeners in their applications. Implementing a Listener is quite easy. There are 3 ways to implement an Listener and the have their advantages and...

View Article

How to implement your own Listener in Android/Java

When you’re developing application, there is often a need to create your own controls/widgets/classes or to extend already available ones. And in most cases, you want this control/widget to be as...

View Article


SavedState: Preserve data when your Activity is recreated – Part 1

Certain events (like low on memory, or configuration change) can lead that your Android application is killed and possibly important data is lost when it's recreated again. To prevent this, you need to...

View Article

Android Market: Developers worried about bad sales

reasons developers worry, is about the slow/low sales of their paid applications. One of such worried developers is “Ed Burnette”, author of of “Hello, Android”. He’s going into an very interesting...

View Article

Android Market DRM not safe!

All protected applications are stored inside the /data/app-private folder (which is normally invisible, unless you have root access). Thanks to Tim over there at strazzere.com for finding this out and...

View Article


Android sales will outstrip iPhone by 2012

Market researcher at Informa Telecoms & Media predicted in a new report that Android sales will outstrip iPhone by the year 2012. No related posts.

View Article


Android 1.5 NDK Released!

Finally Google Released the NDK, which allows developers to use native code/libraries in their code (programmed in C or C++) which can be used for intense CPU operations such as encoding/decoding or...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images