Has anyone heard any news on when developers will be able to post apps
for a fee ?
Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-develo
I would also like to thank the many people in this group that answered
my too many questions !
It was invaluable help !!!
Good luck to everyone as well. May the best app win! Whatever "best"
means. I certainly would not like to be a judge! I think they are
going to have some very thought choices.
:(
Because it would not work :(
On Apr 14, 6:21 pm, "Dan U." <[EMAIL PROTECTED]> wrote:
> That sounds like a poor design. Why not just call setContentView
> again?
>
> On Apr 14, 1:23 pm, Redhunt <[EMAIL PROTECTED]> wrote:
>
>
>
> > I a
I am trying to do the following. The application has several skins, I
want the user to be able to change the skins on the fly. The
definitions of the skins come from layout files. So a call to
setContentView will have to happen on the switch.
What I have come up with is to have my activity instan
Peli,
I was looking at you Sensor Simulator. VERY Cool !!!
I was hoping you culd help with some thing. What would I be looking
for if for example I wanted to detect a "flick" of the device in pitch
and a flick in roll?
I undestand the orientation stuff. But for acceleration how do the
sensors wo
Is there any way to get a better zoom granularity on MapView. It is
very course so it makes it a little hard to use on a small screen, one
level covers too much area one level down doesn't cover as much as I
wish.
Is there anything we can do to improve this granularity?
Thanks
--~--~-~-
Please can anyone help me with this ? It is important. Are there are
requirements (size, type etc...) for an image that we want to set as
the wall paper on the device?
Thanks
On Apr 12, 10:48 pm, Redhunt <[EMAIL PROTECTED]> wrote:
> I am using the setWallpaper method and I am having
I am using the setWallpaper method and I am having problems with it.
Rarely it seems to work fine, others I just get a white screen on the
home screen. And I cannot pin point what the difference is. Right now
it is always white. Has anyone else experience problems? Is there any
"requirements" with
kbox and add a
> textview to the left for your label.
>
> On Apr 12, 11:41 am, Redhunt <[EMAIL PROTECTED]> wrote:
>
>
>
> > Here is an easy question but I can't find the easy answer.
> > How can I align the "label" in a Checkbox widget to t
Here is an easy question but I can't find the easy answer.
How can I align the "label" in a Checkbox widget to the left of the
actual checkbox. To label first then checkbox. It seems to default to
checkbox first then label.
thanks
--~--~-~--~~~---~--~~
You received
Anyone with some insignt on this?
On Apr 9, 6:11 pm, Redhunt <[EMAIL PROTECTED]> wrote:
> When I run traceview on my application and the data file the first
> method in the method profiler just says (toplevel) and when you click
> on it nothing happens (there are no parents no ch
equest for this in the
> android issue tracker. You may want to mention that you are asking for a
> pure satellite view as opposed to the hybrid view which appears on using
> toggleSatellite().
>
> Thanks,
> Megha
>
> On Thu, Apr 10, 2008 at 8:49 AM, Redhunt <[EMAIL PRO
Would it be possible to extract the alpha values of a bitmap (with
extractAlpha for example) and then apply just the alpha values to a
different image. Essentially this would act as an alpha mask.
or will I need to get the alpha values from one bitmap using
extractAlpha, then getPixels of the sec
Are there any guidelines for third party application icons?
Is it best to subcribe to a similar look as the system icons, or to
keep them different?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers"
Is there a way to remove the text: country names etc.. From a MapView ?
--~--~-~--~~~---~--~~
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.c
Can you use ViewFlipper to switch one view at a time. I know about
ViewSwitcher but that can only have two views at a time. I have more
than two views I want to switch between and I would like to define
things in a XML layout file.
Thanks
--~--~-~--~~~---~--~~
You
Can you use ViewFlipper to switch one view at a time. I know about
ViewSwitcher but that can only have two views at a time. I have more
than one view.
Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android De
How do you switch between views on ViewSwitcher ? I see how you can
switch between Images in ImageSwitcher and text in TextSwitcher from
the API samples, but I can't see how you do it in ViewSwitcher.
Thanks
--~--~-~--~~~---~--~~
You received this message becaus
Is there a way to remove the Country names etc from a MapView?
Thanks
--~--~-~--~~~---~--~~
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.co
rue on the layout that contains the view you are
> animating.
>
>
>
>
>
> On Wed, Apr 9, 2008 at 6:21 PM, Redhunt <[EMAIL PROTECTED]> wrote:
>
> > Right. But now I see what is happening to me :(
>
> > So this view I am talking about is being drawn over the G
t; Yes but you will need to use two different animations.
>
>
>
>
>
> On Wed, Apr 9, 2008 at 5:54 PM, Redhunt <[EMAIL PROTECTED]> wrote:
>
> > ok, that seems simple enough.
> > What about if I want to press a button and slide a view 20 pixels
> > down
t; <[EMAIL PROTECTED]> wrote:
> 100%p means 100% of the parent. If you want to move your View up 20
> pixels your fromYDelta should be 0 and your toYDelta should be -20dip.
>
> On Wed, Apr 9, 2008 at 5:33 PM, Redhunt <[EMAIL PROTECTED]> wrote:
>
> > Could someone explain to
Could someone explain to me how TranslateAnimation works? What does
100%p mean exactly. 100% of what?
How can I create a transformation (in XML or code) to move a view up
say 20 pixels ? What should the FromYDelta and ToYDelta be? Thanks
I know this should be easy so I know I am missing something
When I run traceview on my application and the data file the first
method in the method profiler just says (toplevel) and when you click
on it nothing happens (there are no parents no children).
What is this? And do I need to worry about it. It reports some crazy
amount for time/call 3205 the high
Hi
I am testing my application on screen orientation switch. The
application loads data from the internet or the device and displays
this data. The interface is working great on the switch do I really
have to reload the data on every switch ? Shouldn't the switch only
affect the interface?
What a
Thanks Hielko. But creating an activity just for a alertDialog seems a
bit much. :(
On Apr 9, 11:10 am, Hielko <[EMAIL PROTECTED]> wrote:
> Create an activity and define android:theme="@android:style/
> Theme.Dialog" in the manifest for this activity.
>
> On Apr
To keep things consistent I would like to have my AlertDialog look
similar to the default ProgressDialog (minus the spinning icon). But
I want the text to be in the same style. The default AlertDialog looks
more clunky bigger text and thicker lines. Any one have any odeas on
how to accomplish thi
thanks xingye. Something to look into.
On Apr 8, 8:42 pm, xingye <[EMAIL PROTECTED]> wrote:
> Perhaps grid is better for this job.
>
> On 4月9日, 上午5时07分, Redhunt <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi,
>
> > After some work I was able to get the cust
Hi,
After some work I was able to get the custom items on a ListView
working. Very cool stuff.
I have a quesiton about click events.
My custom list item view has 2 imageViews and a TextView.
On the listView I capture onItemClick(AdapterView parent, View v, int
position, long id)
And everything
> It's a bug we fixed recently.
>
>
>
>
>
> On Tue, Apr 8, 2008 at 9:41 AM, Redhunt <[EMAIL PROTECTED]> wrote:
>
> > Has anyone else experienced this? Is this a bug in Android or a bug in
> > my brain?
>
> > I made a custom divider for a
Has anyone else experienced this? Is this a bug in Android or a bug in
my brain?
I made a custom divider for a ListView. I want the divider to show in
the middle of the view. In other words with a left and right padding.
So I added a android:paddingLeft and android:paddingRight attribute to
the l
Hi,
Can anyone show me how I would go about changing the height of the
items in a ListView?
Also is there a way to pad the actual text list? I want to put a
background and make the text (and more importantly the divider ) not
as wide as the background.
--~--~-~--~~~--
ack function in the APIs that gets invoked when a MapView
> > is completely displayed on screen.
> > You may want to log a feature request in the android issue tracker for this.
>
> > Thanks,
> > Megha
>
> > On Mon, Mar 31, 2008 at 10:50 AM, Redhunt <[EMAIL PROTECTED
Hi
Does any one have any thoughts on the proper way to do this:
I want to create a thread to load data from the web AFTER at least one
"frame" has been drawn on the screen. This is for a MapView, so maybe
there is a way to instantiate a call when the map has completely drawn
at least once?
The M
Thank you hackbod ! :)
On Mar 22, 10:52 pm, hackbod <[EMAIL PROTECTED]> wrote:
> No, those are reserved by the system. There is very little room in
> the status bar, so that part is not available to applications.
>
> On Mar 22, 4:02 pm, Redhunt <[EMAIL PROTECTED]>
35 matches
Mail list logo