[android-developers] ScrollableSurfaceView and ScrollableGLSurfaceView

2010-03-24 Thread Datoh
I would like to share with you ScrollableSurfaceView and ScrollableGLSurfaceView, which are respectively, a scrollable SurfaceView and a scrollable GLSurfaceView. See this web page: http://datoh.com/android/code/ScrollableSurfaceView/ Regards, Datoh. http://twitter.com/datoh TabDroid - http

[android-developers] How to manage 2 versions of the same app: a lite version and a full version?

2009-09-03 Thread Datoh
Hi, I want to use the same eclipse project to maintain only one source code (or two projects that refer to a generic project). My problem is that the names of the package have to be different on the market (eg: my.android.app.lite and my.android.app.pro). If the package names are differents, the