[android-developers] posting picture on facebook wall

2012-04-02 Thread jakob t
Hi! Anybody know if any tutorial about this? I've been following: http://blog.doityourselfandroid.com/2011/02/28/30-minute-guide-integrating-facebook-android-application/ and modifing the code I can: send message to wall (with link) But when I try to post picture it always end up in the photo s

[android-developers] Re: API for spherical to planar projection?

2012-03-13 Thread jakob t
No hint on how they (google sky or any other planetarium program) does this ? :) /Jakob On 11 mar, 10:04, jakob t wrote: > Hi! > > I need to project altitude azimuth coordinates to screen coordinates > x,y. > Checking around but can't find anything spot on. The cl

[android-developers] API for spherical to planar projection?

2012-03-11 Thread jakob t
Hi! I need to project altitude azimuth coordinates to screen coordinates x,y. Checking around but can't find anything spot on. The closest right now is stereographic projection that preserves angels. Is there any api out there? What I want to achieve is something like google sky app, anybody know

[android-developers] Re: total number of install is not updated

2011-09-28 Thread jakob t
It's been updated now! Thanks treking :) /Jakob On 27 Sep, 18:12, TreKing wrote: > On Tue, Sep 27, 2011 at 2:14 AM, jakob t wrote: > > Since some weeks the total number of installs is not updated on > > android market. > > Only the active install number is updated

[android-developers] total number of install is not updated

2011-09-27 Thread jakob t
Hi, Since some weeks the total number of installs is not updated on android market. Only the active install number is updated. Is this a new policy from google or a bug in android market? Anybody else having this issue? br, /Jakob -- You received this message because you are subscribed to the G

[android-developers] Re: Frame by frame animation, how to draw it on "top" of other canvas objects?

2011-08-17 Thread jakob t
Yes, I know, it's really logic that setBACKGROUND displays it in the background. So I could draw an imageview in my onDraw method? I'll try, thanks. /Jakob On 16 Aug, 14:19, TreKing wrote: > On Mon, Aug 15, 2011 at 4:29 AM, jakob t wrote: > > I use "this.set*Background*

[android-developers] Frame by frame animation, how to draw it on "top" of other canvas objects?

2011-08-15 Thread jakob t
Hi, I'm trying to do a frame by frame annimation in my custom class that overrides view. I use "this.setBackgroundResource()" then getBackground() convert it to AnimationDrawable and start it in the onDraw method. It works as expected I guess, but animation is played in the background, so in ord