Android :: App Game Sales Charts
Mar 22, 2010
I tried E-mailing the staff of Phandroid about this, and didn't get a response about posting it on the site. However, I thought that it may be of interest to Android fans/developers looking for some viable statistics. The sales data are estimates, and we'd like feedback from developers on accuracy via our methodology.If you do have an app on the Android market place, we'd love to see how your stats compare to what we have in our data base - from what we've seen, most of our stats are within +/- 10% of actuals, but we're always looking for feedback!
View 6 Replies
Jan 12, 2010
I want to draw a graph/chart to represent some data.I tried to do it.Buti have no idea and i didnt find solution in googling also. Please if anybody have worked with drawing Bar charts/Pie charts.
View 2 Replies
View Related
Feb 16, 2010
I want to draw charts like pie charts to display stats in my Android app. As Android doesn't support Swing and AWT, i wonder how can i draw charts in Android? Please note that i don't want to use a third party tool.
View 6 Replies
View Related
Nov 3, 2010
If I sell a copy of a LVL controlled app outside of the market, is there a way I can authorize it so that it checks out as licensed?
View 4 Replies
View Related
Feb 27, 2009
What do you do when you put an application on the Android Market and nobody buys it? That's the subject of todays installation of Market Moves (http://blogs.zdnet.com/Burnette/?p=816). At the end there is a poll asking for your input on what to try next. Should I get rid of the free version? Reduce the price on the paid one? Add some more features? These are questions that every Android developer will face. Please have a look, add your vote for the best approach, and share your experiences in marketing your own apps in the talkback section.
View 17 Replies
View Related
Jul 21, 2010
I want display pie chart in android. Is there is any chart API or JARs available.
View 7 Replies
View Related
Jun 14, 2010
I want to make some statistical charts in my android app and I dont know how to do them or what technology or library I can use. I have seen aiCharts but it is not free software (it's a payment solution) so I cannot use it. My goal is making free apps and I have no money for this.
View 4 Replies
View Related
Dec 23, 2009
Anyone know if anyone is working on a Sales Force app for Android?
Sure would be nice to help move companies off of those dingleberry bricks...
View 6 Replies
View Related
Aug 4, 2009
The application for music lovers!
Find the charts:
- Top 50 singles
- Top 50 albums
- Top 50 music videos
Top 50 in 18 countries: USA,UK,DE,FR,ES,NL,IT?
For each piece of music, find all related videos, and see the music videos directly on your phone! You can see screenshots on GalacticApps
View 2 Replies
View Related
Apr 27, 2010
I need charts for my application where the user use gesture to redraw the charts in android. Could you suggest any charting API,tool or software which supports.
View 1 Replies
View Related
Jun 9, 2010
You make the call.Sprint Didn't Sell THAT Many EVOs..Sprint Probably Didn't Sell As Many EVOs As We Thought | Android Community.Of course this is the same company that tacked on a $10 premium data fee and not a 4G fee.
View 20 Replies
View Related
Apr 4, 2010
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.
View 6 Replies
View Related
Mar 22, 2010
The OpenAPI program enables developers to access Sony Ericsson's APIs and content from the company and content partners and build rich features and capabilities into their own applications.
Commencing with the TrackID Charts API, the program will extend to cover more innovations and content including the recently announced Creations service.
We have created a developer portal for the OpenAPI program at api.developer.sonyericsson.com. The portal provides a rich set of services for developers, including documentation, case studies, and reports on how SEMC APIs are being used in developers' applications.
To use our OpenAPIs, including the TrackID Charts API, simply:
1. Go to api.developer.sonyericsson.com and register
2. Get the API documentation you need right there on the portal
3. Follow the procedure to get up and running
More information is available at http://www.bit.ly/bmqJgf
View 2 Replies
View Related
Jul 3, 2010
Any word on how the evo is doing as far as number of sales? I haven't heard anything at all. Which is kind of strange usually after the first week or two a number is released.
View 2 Replies
View Related
May 28, 2010
Navionics Applications for Android
View 31 Replies
View Related
Nov 22, 2011
i am creating an app for which i need to display multiple charts in single view.I am using achartengine library to create charts but i don't know how to merge and display 4 charts in single view.
View 1 Replies
View Related
Sep 14, 2010
I've been curious to know which US Galaxy S model has sold the most. Anyone know where one can find such information?
View 2 Replies
View Related
Jan 7, 2012
I've go a Motorola DroidX with Verizon as Carrier and I keep getting sales messages in my notification area. How can I block them?
View 8 Replies
View Related
Apr 20, 2010
I received a letter from Verizon a month ago offering me an extra $50 credit for my NE2 upgrade to make a total of $150 - the catch was the offer expired April 15. Right then I knew the Incredible would be released after 4/15!
My question is - is there any hope of convincing vzw online sales or a store to extend the expiration date of the credit? I asked one online sales person and they said "no we can't do that for an online sale, but call a store, and they might be able to". So I called a store and they said "no when it comes in we won't be able to do that, but maybe online sales can". So is this a futile attempt? Should I wait until they are in stores on 4/29 and go in and talk to a manager? Or give up and pre-order now?
View 4 Replies
View Related
May 22, 2010
I have a square grid, for a turn based game ( grid is similar to the chess board ), but the moves in the games are different based on whether you have lapped your opponent pawn at least once or not.i.e if you have not lapped (beaten any of the opponents pawns) in the outer most grid as below.if you have lapped your opponent pawn once at least, then you get to reach home,this way.Any player having all his pawns reaching "home" first wins.The ones in yellow are safe-houses, i.e both the opponent pawn and the player's pawn get to stay in the same grid, this is not considered to be lapping ( the opponent ).The lapped pawn will return to its start point.Now the question is, what is the effective way to store the paths for the all the pawns.we will have 4 pawns for the player and 4 opponent pawns.Is there any pattern to store such static information, in a elegant way?
View 1 Replies
View Related
Nov 12, 2010
I have a puzzle game with a 7x7 grid of graphics, and a timer, its just about ready to go. But I am stuck on how to go about saving/continuing game. For example when someone exits I want them to be able to save and exit, then come back and click continue to pick up where they left off with all of the graphics in the right place, timer and score. I looked at onSaveInstanceState android examples, but not sure if this is what I need or how to implement it in my case.
View 8 Replies
View Related
Jul 4, 2010
Just wondering, is there a way to create pie charts and other types of graphs in your application without using web based google graphs API?
View 2 Replies
View Related
Jul 30, 2010
I'm curious to see how these are selling. I have this feeling they are not selling very well do in no small way to T-Mobile's complete lack of interest in marketing this phone. On launch day for instance at my T-Mobile store they made no mention of the Vibrant AT ALL. No displays, posters, floor model unit to play with, nothing. I see ads on tv constantly for the Evo and even the obscure Garmin phone that 3 people bought. I've never seen an ad anywhere for the Vibrant though.
View 6 Replies
View Related
Sep 28, 2010
I have an iPod Touch.For Android paid games, do they ever go on sale or go for free for a limited time? Any good sites that keep track of this? There's tons for the Apple app store.
View 6 Replies
View Related
Oct 16, 2010
I got Samsung Galaxy 5.
I got some gameloft games (HD versions) installed but as I Run them only Top left (approx 1/4)view of game screen appers.
As whole game can not to fitted on one screen..
|--------------------|
| |
| |
| |
|Gamel |
| |
|--------------------
It looks like half of screen is cut like on "oft" of Gameloft is invisible
View 3 Replies
View Related
May 31, 2010
This is my first post over in this part of the forum. I'm looking for a dirt bike type game. I can't seem to find one of the market. Here's an example of what I'm looking for.
View 1 Replies
View Related
Jun 8, 2010
The EVO phone can act as a Wi-Fi hotspot, an access point to which up to eight other devices can connect.Is this a game changer? Does iPhone4 have this capability? Can I remotely connect my iTouch to EVO and call using Skype?)
View 18 Replies
View Related
Jun 27, 2010
I recently reset my phone and i had a game me and my daughter love but i can remember the name it was a egg that will turn in a alien you had to feed him give him baths and he will get sick here and there if anyone can help me finding the name ill appreciate my daughter love it.
View 1 Replies
View Related
Nov 11, 2010
Is it just me or does it seem that lately App Prices have increased? When I first got my phone in August I could surf the App Market and most paid Items were only $0.99. Now you look and I am seeing alot of $5 + apps
View 1 Replies
View Related
Oct 26, 2010
Now I am trying to create an android game. Game is in the book"Apress - pro Android games" But the program is force closed when I try to touch in the screen. Anyone have the full source code of that game "Space Baster".
View 4 Replies
View Related