O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Tracing an app step by step is one way to understand programming; it’s also a time-tested method of debugging an app when it has problems. The following excerpt from the recent publication App Inven...
Some of the tenets and techinques used in software engineering can as well be applied to app development. The following excerpt from the recent publication App Inventor will offer some insight.
Here a...
Once you have created your application, it is time to publish it to an Android installer file, which is an archive file with an .apk extension. Flash Builder provides all of the tools to accomplish th...
This excerpt from Building Web Apps for Google TV shows exactly what powers the Google TV Platform. At the time of this writing, the latest version of Google TV commercially available is v1.3, release...
Answered by Alejandro Ramirez : Jun 29 2011 06:52 AM
"If you have root explorer from the market you can open it then go to systems>apps then mount r/w then just find the apk and long press to delete."
Source: http://forum.android...move-sk... full answer >
I just put up another Android development blog post. Here's the except:
This example puts a couple of TextViews into a LinearLayout. The combination of components is then treated as one componen...
The following code will show you how to create a basic splashscreen for your Android application that will stay for 5 seconds. If we don't want to wait we can tap the screen to go directly to the ...
I recently had an annoying error. I wanted to implement some "Post to Facebook" functionality to my application and i got an error saying that my key vas invalid...
To implement this I just...