Hi,
We can do big tier-1/2 installs volume from our existed app network on Google Play.
Looking for interesting SDK for monetization, which can bring $1 from active user per month.
Not interested in standart ad formats, just something which can bring big money, all solutions allowed - we can discuss risks for GPlay ban.
Please, write in PM with numbers and offers.
Thanks
Hi, what location do you prefer? Or it doesn't matter?
Related
Greetings all,
I'll cut right to the chase. I'm looking for a enthusiastic developer to help me develop an application for a 'iPhone' style app store.
I have some rough ideas on how to go about this, but im not completely in touch with the development of Windows Mobile Based applications.
The application will essentially connect to a hosted website of mine containing free / opensource / demo WM6 applications with the option to download and install to your phone.
I've thought of using a RSS style backbone for the application as i think it would be the easiest way to go about receiving updates from the website with links to .cab 's for download.
I'm aiming for this to be a free hosting service for aspiring developers to get their applications out there and easily accessable for others on their WM6 devices
The only thing i can really offer in return is credit on my application hosting page for the client software, and a agreed percentage of any revenue i may or may not receive in the future.
I am aware of the proposed one by MS but they are asking $99 for devs to post their applications on there, i would like for this to be a free alternative for poor devs.
Sorry for the long post, and any thoughts regarding this will be greatly appreciated! If anyone is further interested, provide your email and i can write up a more detailed explaination with diagrams.
**Edit: I've got a professional web developer who is a friend of mine on the Site side of things
I'll be keen to help out on the Web Side of things. Looks like M$ Apps is gonna be a failure.
Email me: 89jase<at>gmail<dot>com
Hope a few people get on board, sounds like a great idea!
Thanks Jase!
I thought no one here wanted to help. I'll be in touch with some further details.
Though i still need a someone to point me in the right direction with the client side of it. Any help is greatly appreciated!
Stop developing such things, that already exists...
scilor,
Not that im trying to be rude when i say this, but why?
It's something i want to do, you havn't inputed contructively so why bother at all?
Futhermore, i do not know of a solution such as this currently developed. So if this is the case, perhaps you could link me to it? That would be helpful.
I am looking for any application (Freeware/Donation/Open Source/Commercial) that has similar features to this.
http://www.pocketgear.com/software_detail.asp?id=13719
I have looked all over the web for an updated version of this that would run on WM5+, but it seems that the publisher has been pretty inactive for a while and I haven't been able to contact them. I have also looked for other applications with similar features but have only found corporate software apps that are part of large client/server report and citation applications.
If anyone knows of any software that could replace this outdated version or if any devs would be willing to design a new app please post here or pmsg me for further discussion.
I know many that could benefit from such an application and that would be willing to donate to the development of an app or be willing to purchase a copy.
Thanks in advance.
Hi. I'm currently taking a degree in Computing, and one of the courses is visual programming. Now the lecturer is the person to make me buy my first Android phone (Hero) and from that, I've become hooked, purchasing the Desire and Desire HD. Seeing as we are both large Android nuts, and have managed to convert all par one person in the class to Android, he has chosen for us to program a simple currency converter for Android 2.1-2.2. I have some knowledge of Rom editing etc, but non of programming...
With this, I have searched about, but can only find programs/guides to help with pre-eclair Android, so if any help pointing me into the right direction? I plan to try make the app with eclipse unless I find an easier alternative.
Android developer site has tutorials for 2.2.
You can post your questions either here or stackoverflow later
Yea the android developer site is the first port of call.
Also check out the examples in the SDK - will get you started.
its deadline day coming up, and with all the help with google.developers resources, I have sort of made a program, but cannot finish it off.
A basic currency converter, with 2 activites (main) and (admin - allows changing of rates)
I for some reason cannot implement data storage.
Using the guide here, http://www.vogella.de/articles/Android/article.html, I built my currency converter roughly upon this, but haven't been able to link changes in my currency rates to my formula (USD * 0.64) instead of (USD * inputed currency rate)
Anyone able to point me in the correct way? As i've had several errors with float and read from/write to issues.
This is only for coursework, and will not be put onto the market at all.
And before anyone mentions, this isn't the primary subject on the course...it's an annoying subject needed for the pass.
You need post the code and the actual errors you're getting, otherwise we are just having to guess what your problem is.
Yeah, not sure what you're doing. Sounds like you need an internal database that stores your conversion rates.
Hello! overflowers? I'm a beginner android developer and I have developed several apps that use the "basics" of android and java (for college requirements)
Now, I need to develop a new project that consists of making a web app which stores the records of all students from my college and the students will be able to check their records and other information from the college from their android phones.
I have done a lot of stuff with Android but I haven't done anything incluiding web queries, pulling info from a website to display into the device, etc etc.
So I want some advice here and/or tutorials that focus on this.
also, I have some important questions: 1. Can I pull information from the actual website from my college? If so, do I need to recieve some sort of permissions?
2. In case of not being able to pull information from the actual website from my college (for any reason whatsoever, like them not giving me permissions to do this), I could create a website that imitates its behavior, I would appreciate some tutorial or guide which could help me to achieve this.
Your help is very appreciated.
Btw, excuse if I'm breaking a rule here but something is not making sense to me.. the forum title says Q&A but when I mark this as a question it says this is not Q&A. I am aware this might be moved somewhere else but I dont know where.
Granolaa said:
Hello! overflowers? I'm a beginner android developer and I have developed several apps that use the "basics" of android and java (for college requirements)
Now, I need to develop a new project that consists of making a web app which stores the records of all students from my college and the students will be able to check their records and other information from the college from their android phones.
I have done a lot of stuff with Android but I haven't done anything incluiding web queries, pulling info from a website to display into the device, etc etc.
So I want some advice here and/or tutorials that focus on this.
also, I have some important questions: 1. Can I pull information from the actual website from my college? If so, do I need to recieve some sort of permissions?
2. In case of not being able to pull information from the actual website from my college (for any reason whatsoever, like them not giving me permissions to do this), I could create a website that imitates its behavior, I would appreciate some tutorial or guide which could help me to achieve this.
Your help is very appreciated.
Btw, excuse if I'm breaking a rule here but something is not making sense to me.. the forum title says Q&A but when I mark this as a question it says this is not Q&A. I am aware this might be moved somewhere else but I dont know where.
Click to expand...
Click to collapse
I would look into hosting an sqlite3 database on a server, and access it to retrieve the data from within your app.
But the problem is, by default you cannot access an online database on Android, so you'll need to add some kind of RESTful interface, the easiest way probably being a php script which will retrieve the data from the database and return it into a JSON object for example, that you can then pull from within your app.
You'll need to expose some kind of syntax from your php script so that your app can request the data for a specific user (ie row X / column Y).
There's probably a better approach, but this is what comes to my mind.
Hi all,
we've just built a webapp for promocodes management: Appromocodes - promocodes as a service
appromocodes.com
At the moment we are in beta so we are showing only a landing page to gather contacts from interested people while we finish last but time consuming details! Software has already been developed so this is not a "product validation test": the software does really exists! We are just making last non-core but fundamental parts such as help sections.
We built it to help developers market their apps (mobile or web) through the use of promocodes. Promocodes are a well known tool to increase paying customers but also adopters.
In the specific game context you can use them not only to provide discounts but also to enable levels or special features or items. Promocodes can be used to allow reviewers, bloggers and other people test your apps too.
We are happy to receive feedbacks from you all.
Thanks in advance