[android-developers] Re: Code of Home Screen

2010-08-19 Thread QR
Yes, the Launcher app is the default home screen application. On Aug 19, 7:42 am, chetan wrote: > Hi All, >   I want to see the code of Home Application and Menu in Android. > Actually i have downloaded the source code of Eclair 2.1 and looking > for Code of Home screen. In pacakage/apps/ , there

[android-developers] Re: Enable usb debugging (under settings/applications/development) programatically from within app

2010-08-11 Thread QR
usb debugging is another name for the Android Debug Bridge (ADB). The item you're looking for is here: http://developer.android.com/reference/android/provider/Settings.Secure.html#ADB_ENABLED On Aug 11, 5:39 am, Mathias Lin wrote: > Is it possible to enable usb debugging (under > settings/applica

[android-developers] Jerky Scrolling when using SimpleCursorAdapter with ListView

2010-07-23 Thread QR
Hi, I'm getting some very jerky scrolling while using the code below to create a ListView from a Cursor. Is there something I'm doing wrong, or any way to improve the performance of this ListView? bookmarksListView = (ListView)findViewById(R.id.bookmarks_listview); bookm

[android-developers] android.view.InflateException ONLY in android 1.5

2010-07-15 Thread QR
Hello, I am having trouble with with getting my application to function on android 1.5. It works fine in 1.6, 2.1, and 2.2 but whenever I attempt to run it in 1.5, I get an immediate force close with the LogCat output: "java.lang.RuntimeException: Unable to start activity ComponentInfo{com.qro

[android-developers] Re: App Inventor to Market

2010-07-14 Thread QR
To be able to upload an application to the market, you need to sign it (http://developer.android.com/guide/publishing/app-signing.html) On Jul 13, 1:26 pm, Nicolas wrote: > Hi there, > > I have created an app with the app inventor and now I would like to > upload the application to the android ma

[android-developers] Re: Development phones question

2010-07-02 Thread QR
http://forum.xda-developers.com/ has information on "rooting" most HTC android devices, while http://www.droidforums.net/ covers most Motorola devices. Rooting a device allows you to install the engineering bootloader found on dev phones and flash versions of android that are not signed with the pr