[android-developers] User Interface and User Experience

2009-12-10 Thread TheGlad
Hello, dear developers, I know that every android UI (standard, HTS Sense) is just an app, just like the apps you develop for the Market. What APIs and concepts do I need to know to write my own skins or UIs for the platform? Thanks! -- You received this message because you are subscribed to the

[android-developers] Moving Objects.

2010-01-19 Thread TheGlad
Hey, guys, I was trying to find a good tutorial on how to move objects. Let's say I've created a shape: public class ActivityTest extends Activity { CustomDrawableView mCustomDrawableView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCrea

[android-developers] Populated database inside the app package (HOW-TO)?

2010-01-19 Thread TheGlad
Hello, fellow developers! I'm trying to bind a pre-populated database (.db file) to my application, so that I could use the data right away. I cannot, however, figure out a way to: 1) Store the .db file inside the application. 2) Access the database inside the application. Please, can someone show