[android-developers] Problem with OnClick Interfering with OnTouch

2010-12-18 Thread Eric Murtaugh
ok so i have an app where the list i have is actually just a relativelayout instead of a listview so i can do more cool effects with it using touch events, so i have the layout move based on the ontouch method and the children have onclicklisteners, well now whenever i press down on a child and sta

[android-developers] Re: how to make a hidden notification bar popup

2010-11-22 Thread Eric Murtaugh
any ideas On Nov 15, 9:52 pm, Eric Murtaugh wrote: > so i have my app running in fullscreen however i want to add a button > that when pressed basically makes the notificationbar pop back up and > imedeatly drop down so all notifications are visible, however i also > want it to redi

[android-developers] is it faster to load a layout in java or xml

2010-11-22 Thread Eric Murtaugh
ok o my program i prefer to make the layout in java but i was wondering is it more efficient to make it in xml? i dont wanna test both and see whats faster but it feels like when my program call the oncreate (which is where all my layout building code is) takes about 2 secs to load, will loading a

[android-developers] how to make a hidden notification bar popup

2010-11-15 Thread Eric Murtaugh
so i have my app running in fullscreen however i want to add a button that when pressed basically makes the notificationbar pop back up and imedeatly drop down so all notifications are visible, however i also want it to redisappear when its slide back up, is this possible? -- You received this me

[android-developers] Re: how to use live wallpapers

2010-07-20 Thread Eric Murtaugh
or even a tutorial would be nice On Jul 16, 1:32 pm, Eric Murtaugh wrote: > Ok so i have my own home screen launcher and currently i use an > imageview with wallpaper manager to ft the system wallpaper howeveer > if there's a live wallpaper is set it still pulls the same wallpap

[android-developers] how to use live wallpapers

2010-07-16 Thread Eric Murtaugh
Ok so i have my own home screen launcher and currently i use an imageview with wallpaper manager to ft the system wallpaper howeveer if there's a live wallpaper is set it still pulls the same wallpaper however i wanna beable to have the user use a live wallpaper behind my app how would that be poss

[android-developers] need help with background process

2010-07-14 Thread Eric Murtaugh
So basically I'm making a homescreen replacement and I have the app list in a seperate activity when I launch it I takes aroun 5 secs to start while the system hangs so I was wondering what's the best way to query the app list on the bg of the main app and pass it over to the activity so I don't ha

[android-developers] merge a bitmap overtop of another

2010-07-13 Thread Eric Murtaugh
ok so i have sort of a picture frame type bitmap and a picture bitmap so think of it like this i have a 64x64 frame image where (5,6) to like (56,54) is where the picture should be, how can i merge the picture bitmap into the frame bitmap with those bounds and make it one bitmap? ive been searching

[android-developers] i am having problems with my view

2010-05-24 Thread Eric Murtaugh
http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="20dip"