[android-beginners] Try the free AndroidShell app to speed you learning of Android programming

2010-04-30 Thread xwk
Hi, folks, I developed a free application named AndroidShell which can help you to grasp Android programming more quickly. It provides an interactive scripting shell for Android. In other words, you can invoke any Android APIs by typing the code on your PC and wathcing their execution results on

Re: [android-beginners] android:orientation="horizontal"

2010-04-30 Thread TreKing
On Fri, Apr 30, 2010 at 1:57 AM, amitait wrote: > What can cause this alert to come? > The requested permissions in the manifest. Check that. - TreKing - Chicago transit tracking app for Android-powe

[android-beginners] Smarter widget updates

2010-04-30 Thread Kostya Vasilyev
Hi, I have a widget that displays detailed WiFi state (SSID, signal, etc). It registers in the manifest to receive various android.net.wifi.* notifications. So far so good. However, these notifications are not sent if the home screen is side- scrolled, or phone is screen-locked. This is good - i

[android-beginners] Re: android:orientation="horizontal"

2010-04-30 Thread amitait
I found the answer for the first question. I just added: android:screenOrientation="landscape" to the activity on the manifest.xml Now I need help for my second question :) On Apr 30, 9:57 am, amitait wrote: > Hi all. > > I'm trying to make my view horizontal by default. > > I've put the android

[android-beginners] Persisting Images - Design Query

2010-04-30 Thread Brian
Hi guys, I'm new enough to Android development and am still getting to grips with the framework. I'm building a simple application that will display some products where each product will have a name, description and an image. I'm using SQLite to persist the product data and have found that pretty

Re: [android-beginners] Please help to resolve CTS building error

2010-04-30 Thread Uander
Pradeep , In your build/core/tasks/cts.mk file , Please replace DeviceInfoCollector under CTS_CASE_LIST with TestDeviceSetup and recompile . It should work . - Uander On Fri, Apr 30, 2010 at 9:43 AM, pradeep wrote: > I am not able to build android cts. > > Can any one please provide solut