Hey All,
I'd like to share an application that I recently open-sourced.
It has two main functions:
*Plot revenue across apps over time
*Notify the developer of low-rated Market comments
I had it listed as a paid application for a while, but with only a few
sales, I decided I'd rather have as many
Here it is for Android:
http://code.google.com/p/chartdroid/wiki/MarketSalesPlotter
On Apr 4, 12:35 pm, Lance Nanek wrote:
> Neat. I wonder if the market API could be used to do graphs for free
> apps as well:http://code.google.com/p/android-market-api/
>
> On Apr 4, 1:54 am, k
I thought I'd share a script that I've been working on:
http://www.anddev.org/viewtopic.php?p=30732
It lets you generate parameterizable histograms of Android Market
sales by automatically downloading data from Google Checkout.
Hope someone finds it useful.
Karl
--
You received this message be
I should link to the question on Stack Overflow where it is said that
you can restart your service from onCreate() manually, which actually
will be called after memory pressure kills it.
http://stackoverflow.com/questions/2398482/scheduling-restart-of-crashed-service-but-no-call-to-onstart-follows
In the 1.6 API, is there a way to ensure that the onStart() method of
a Service is called after the service is killed due to memory pressure?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-devel
Is there a way to cause the "word suggestion" component of the On-
Screen Keyboard to appear when users begin typing in an EditText with
the Physical keyboard?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email
tCode
new Intent
(AppWidgetManager.ACTION_APPWIDGET_UPDATE),
0 // no flags
);
On Jan 5, 11:42 pm, kostmo wrote:
> Hello,
> I am overriding onReceive() in my subclassed AppWidgetProvider. My
> home screen widget works fine with a periodic update. I
Hello,
I am overriding onReceive() in my subclassed AppWidgetProvider. My
home screen widget works fine with a periodic update. I would like to
have a click on the widget cause the widget to update.
When building the RemoteView, I set a PendingIntent as follows:
PendingIntent pen
Specifying the following in an XML file will slide a view into place,
starting with the view's right edge aligned with the right edge of the
screen (assuming parent is the main window).
Is there a recommended/possible way to specify the starting position
to be just offscreen (i.e. the view's left
Now I've found that if I wrap the ImageView in a RelativeLayout and
perform the animations on the RelativeLayout instead, the
AlphaAnimation works again.
Bug filed here:
http://code.google.com/p/android/issues/detail?id=5589
Karl
On Dec 21, 4:13 pm, kostmo wrote:
> I have been ap
I have been applying a simultaneous rotate and alpha animation to an
ImageView using AnimationSet. It was working fine when I set a Bitmap
as the image with Image.setImageBitmap(my_bitmap).
I then extended the Drawable class with my own drawing routine. In my
custom drawable I do some porter-duf
The fromSocket() method of ParcelFileDescriptor seems like a potential
way to do a network image fetch from within the openFile() method of a
ContentProvider. I got part way into this and found that although
from within the ContentProvider I observe that my Socket.getInputStream
() is not null, in
I'm having an issue with Content Provider permissions between two
apps.
Basically, both apps define a permission that the other uses. The
intention is for both apps to get increased functionality by using the
other's content provider.
However, the first app that is installed throws a SecurityExce
Hello Ubuntu users,
Just finished upgrading from Jaunty to Karmic, and my ADP1 doesn't
show up in "./adb devices" anymore. I have tried the solution
proposed here (http://groups.google.com/group/android-developers/msg/
7f3990c5d5367dbb) but it doesn't work for me. Phone is also missing
from the "
It seems I was the victim of an edge case. I had not done a factory
reset of my ADP1 since Android 1.1. It works now! :)
Karl
On Oct 12, 1:13 am, kostmo wrote:
> It seems tantalizingly close, but I still can't get the
> GoogleLoginService method to work with Google App Engine (GAE
It seems tantalizingly close, but I still can't get the
GoogleLoginService method to work with Google App Engine (GAE).
I'll start with a review of the method that currently works for me.
Let's say that "" is my GAE application name and ""
is the 203-character string I get from ClientLogin.
Afte
Would TransitionDrawable suit your purpose?
Karl
On Sep 16, 11:34 pm, siddharth_v
wrote:
> Hi
> I have a requirement to create animations which are based on Image
> filters. As of now I can see only AlphaAnimationsupport. How can I
> extend and create these animations such as blur etc.
>
> Than
I've seen the term "Panel" here and there in the documentation, but no
explicit definition as to what a Panel is.
e.g. -
http://developer.android.com/reference/android/app/Dialog.html#onPreparePanel(int,%20android.view.View,%20android.view.Menu)
Panel doesn't appear to be its own class. How does
I have been investigating whether GoogleLoginService can substitute
for ClientLogin (see
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html)
on Google App Engine.
To use ClientLogin, I solicit the username and password from the user
in a dialog and exchange them on the Google se
could reference the ID's of the
resources inside the JAR, suggested by Eclipse's autocomplete
behavior.
I think the best way to accomplish what I was intending will be to
install an entirely separate .apk with the libraries.
Karl
On Sep 9, 6:32 pm, Mark Murphy wrote:
> kostmo wrote:
> Bear in mind also that your library cannot package any resources, making
> activities that much more difficult to package in a library.
I'm not sure that is true.
I have created a .jar from a project that happens to include some
layout files. I import this .jar from a second project, and add
Hey All,
I started a project on Google Code for charting on Android. Right now
it supports only pie charts, but I think they look rather nice.
http://code.google.com/p/chartdroid/
It might be a good nucleation point for other charting widgets people
have made. Suggestions welcome.
Karl
On Au
Hello,
I am trying to use a SimpleAdapter to populate my
AutoCompleteTextView. I observe that the Filter runs after the third
keystroke as specified in my layout, and "suggestion_list" is being
populated with at least five elements. After the filter runs, the
completionHint drops down from the A
Hi ubikdroid,
Would you be able to tell me more about how you used getCredentials?
I'm trying this variation: getCredentials
(android.app.Activity,int,android.os.Bundle, java.lang.String,
java.lang.String, boolean)
Called from my activity, it is
getCredentials(this, 345, null, email, null, false
I would like to have expandable text categories which reveal children
that are checkable entries.
I've used the "simple_list_item_multiple_choice" layout for the
childLayout argument of SimpleExpandableListAdapter.
The activity shows up correctly, but when a child item is clicked, the
check box w
Should the Camera app checked out via Git be able to compile as is?
I used the command
git clone git://android.git.kernel.org/platform/packages/apps/Camera.git
to grab the source, then created a new Android 1.5 "project from
existing source" in Eclipse. There are numerous errors in the
project,
Hi,
I would like to show the MediaController (http://developer.android.com/
reference/android/widget/MediaController.html) view (with the play/
pause buttons and progress bar) when a button is pressed.
The backend passed to setMediaPlayer() is a
MediaController.MediaPlayerControl implementation t
*bump*
I'm encountering this problem on my G1, but not in the emulator. Any
news on this front?
On Jan 21, 4:03 pm, Patrick wrote:
> I'm writing some 3D rendering code, having started from the API demos
> to get the SurfaceHolder and openGL initialization/refresh logic. The
> actual rendering
Does anyone know whether the G1 device is capable of supporting OpenGL
ES 1.1? Is this something that depends on both the graphics chip and
the OS, or is it purely software? If Android/the G1 only supports
OpenGL ES 1.0, are there any pieces of the 1.1 spec that are supported?
--~--~-~-
29 matches
Mail list logo