[android-developers] Launching play store for specific product

2013-01-17 Thread JPS
be done via the web browser but I cannot use the browser in this case. Thanks in advance for all you help. JPS -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] Launching play store for specific product

2013-01-17 Thread JPS
Hi Harri and thanks for the reply This is what I'm currently doing but this causes a dialog to pop-up asking if this action should be done using the browser or playstore. This is not acceptable in this situation. This is why I want to launch the com.android.vending activity directly. JPS

[android-developers] Re: Live wallpaper. nullPointerException when detecting preview mode

2012-09-08 Thread JPS
in preview mode. This got me a bit confused. I wish the documentation was a bit more mature. Thanks JPS On Friday, September 7, 2012 9:19:42 AM UTC+2, JPS wrote: Hi I am developing a live wallpaper and want the preview mode to display a bitmap as opposed to the regular animation in run mode

[android-developers] Live wallpaper. nullPointerException when detecting preview mode

2012-09-07 Thread JPS
a nullPointerException. I have tried other locations and the only locations it works are located too far down to perform initialisation. Any help is Greatly appreciated. Thanks JPS @Override public Engine onCreateEngine() { mEng = new WallpaperEngine(); if (mEng!= null) { *if (mEng.isPreview

[android-developers] Re: Live wallpaper. nullPointerException when detecting preview mode

2012-09-07 Thread JPS
On Friday, September 7, 2012 9:19:42 AM UTC+2, JPS wrote: Hi I am developing a live wallpaper and want the preview mode to display a bitmap as opposed to the regular animation in run mode. I know I should use the isPreview() call and all my searches indicate that I should do

[android-developers] Live wallpaper bitmap animation flickering

2012-09-06 Thread JPS
shows the background image slightly darker. this causes some flickering in the transparent areas. Has anyone seen this before and/or has a solution to this problem. Any help is much appreciated. Thanks JPS -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Android WebView style background-color:transparent ignored on android 2.2

2011-02-15 Thread JPS
Hello, I'm struggling to create a WebView with transparent background. webView.setBackgroundColor(0x00FF); webView.setBackgroundDrawable(myDrawable); Then I load a html page with body style=background-color:transparent; ... The background color of the WebView is transparent but as soon as

[android-developers] TabActivity, selecting a new tab with animation

2011-02-08 Thread JPS
Hello, My application/game is based upon a TabActivity, each tab is an activity. At one time in the application you can click on a button to select another tab. It's not only a tab selection, we change also the view in the newly selected tab. That's why I would like to implement an animated

[android-developers] Re: Analysis of the engadget app

2011-01-27 Thread JPS
Well that's exactly the inverse my little Zsolt Vasvari. Thx TreKing. On Jan 17, 8:53 am, Zsolt Vasvari zvasv...@gmail.com wrote: Another guy who wants to code an iPhone copy app on Android :( On Jan 17, 3:46 pm, TreKing treking...@gmail.com wrote: On Mon, Jan 17, 2011 at 1:17 AM, JPS

[android-developers] [beginner] Analysis of the engadget app

2011-01-16 Thread JPS
Hello all, I want to make an application with tabbed panes, with different views in each pane. I would like to know if there is a standard component/ way for doing this. An example of what I'm trying to do is the engadget android app. Screen shot :