Android :: Android Mobile Apps Developers Guru?

Dec 4, 2009

If you had to suggest 2 to 3 names of Android Gurus, who will you suggest? What lead you to these choices?

Android :: Android mobile Apps developers Guru?


Android :: Marketing Resources For Mobile App Developers

Nov 16, 2010

I know this is a developer site. BUT, and I think the moderators and fellow responders would agree: developers these days are usually also the people that market their product. Especially if you're an independent one-man-team like myself. So I think this can be a relevant question on stackoverflow: I'm wondering what resources you have used to promote and market your mobile app? Or if you can give some tips or recommendations, links, etc?

View 4 Replies View Related

Android :: Publish Apps For Other Developers

Oct 6, 2009

In terms of publishing apps for developers that reside in countries where they are not currently able to sell their apps via the Android Market, is this practice okay? Does it violate the Terms and Conditions of being a seller in any way?

View 4 Replies View Related

Android :: Attention Developers / Orange Is Looking For Great Apps

Dec 4, 2009

Orange is looking forward to talking to you at LeWeb(Paris, 9th and 10th of December)showing you the new on-device App Shop client, and hearing all about your apps. If you're in Paris next week, come and see us.Can't attend LeWeb? Come and talk to us now on the new Orange App Shop Developer Community Platform..All the questions you've always want to ask Orange are just a few clicks away. Join us and also talk to a 100 other developers in the platform.

View 3 Replies View Related

Android :: Flash And Air Developers Port Existing Apps In Few Hours

Apr 23, 2010

Devs that are participating in the private beta of Flash for Android have been converting their apps from Air and Flash with great success. This will surely be a kick in the nuts for Apple, a well deserved one at that.Details here: Flash And Air Developers Port Existing Apps To Android In 10 Minutes, Give Feedback From The Private Beta Of Flash/Air For Android

View 3 Replies View Related

Android :: Developers Stop Posting Paid Apps On Android Market

Feb 27, 2009

As Google's current support for paid apps in the Android Market is limited to the US market only (and even on the US market, would not support ADP1 phone), I really think you guys should stop posting your apps in there. Please make yourself a favor being able to reach the whole world and post your apps on androidgear or SlideMe or handango.

View 3 Replies View Related

Android :: Tell Developers Want Apps On IPhone For Android

Feb 19, 2010

Some of the developers of iPhone apps seem to be a little complacent with developing counterpart apps for the Android Market. Maybe if we inundate them with requests and show them how high the demand is, they'll get off of their keysters and start with the Android development. To make this easier for us all, I've compiled a list of some of the most popular iPhone apps that don't have an Android version yet, along with the email addresses, twitter accounts, and 'contact us' sites that you can all use to contact the developers to simply say "We want an Android app!" Just like money, demand talks. Plus, every new app we get (or at least get someone to get started on) is one less thing the Apple fan boys can brag about!

Please feel free to add any apps you would want to see (like IMDB for instance).Make sure you include the corresponding contact info. I'm hoping the Moderators will make this a sticky thread.As I was developing this list, I was going to include eBay, since they did not have an official Android app...that is until I saw it in the Market a couple days ago! The apps are coming, we just have to keep pressing people for them.

View 5 Replies View Related

HTC Desire : Developers Making Apps To Highest Resolution?

Aug 6, 2010

Is it just me or are 99% of applications are very low resolution and all the pictures look very dull and fuzzy.

The new facebook update looks crisper, so the phone cleary has the capabilities but why aren't developers making apps to the highest resolution?

View 2 Replies View Related

Android :: Openly Hostile Rant To Android Developers On Apps That Won't Shut Off Or Stay Shut Off

Jun 28, 2010

What possible reason could there be for you to code your apps so that they switch on in the background when the phone is turned on and use up precious battery life?

Or, why would you code your apps to stay on after I, the user, have hit the back button because I no longer want your app to run?

I mean, REALLY! Yes, I own up to being a newbie Android user, and what I don't know could fill the Library of Congress. Still, this is common sense we're talking about here. I've done some industrial app development and Enter/Exit, On/Off are basic pieces of logic in the main loop of an program in any language.

The only reason that we phone users need task killer apps is because you developers insist on creating apps that don't know when the f**k to turn themselves off.

And, it seems to me like you, the app developers, are one of the main reason why these phones have such crappy battery life. I mean, my Samsung Instinct, as bad as it was, got 18 to 24 hours of life off of one charge. With the Hero, I'm lucky if I can get 10 hours, and that's even with configuring my email download to only three times per day!

This is not hard, people. You code the app to stay off until, I, the user, manually turn it on. AND, you also code it to turn off when I, the user, hit the back button.

Yes, I understand that there are certain apps that it is advantageous to keep running in the background. So, fine, make it so those keep running. BUT, there is no possible reason for apps like Flashlight, or BBC News, or Camera, or SprintTV to have to run all the time in the background!

I am so tempted to just trash the lot of you. If I did, maybe I might not have as much functionality, but my teenager would be able to reach me late in the day because my phone battery would still have juice.

View 13 Replies View Related

Android :: Mobile Apps Vs Mobile Web

Jun 18, 2010

Recently I logged into GMail with my browser instead of the GMail app, and discovered what I've read before elsewhere... that the GMail mobile web page seems cooler and better, than the app.

So, I've been thinking... which is better? Is either better? Can they both be equally good?

Either way, it occurred to me, it's interesting that all the Android blogs fall all over themselves almost weekly to come out with various "Best X Android Apps" articles, but I don't think I've seen any articles about the best mobile web pages for Android (or any smart phone for that matter).

I understand the money is to be made in apps, and that not much can (yet) be done with the web that you can do with an app (until we have workable Flash?) but surely there must be some great mobile sites out there that are better than, or equal to, apps?

I'm appealing to all of you then to make your suggestions for Best or at least good mobile web pages to use on our Android phones. I'll be looking around myself, and will possibly turn the results into a blog post of my own.

Here are a couple of starters that seem to be better than the app versions:

- Gmail: nicer interface, quick access to GTalk and Buzz as well as Calender, etc.

- Evernote: www.evernote.com/m Evernote has a really good mobile web site in case you don't want to download the app.

View 7 Replies View Related

Android :: OAuth Secrets In Mobile Apps

Dec 19, 2009

When using the OAuth protocol, you need a secret string obtained from the service you want to delegate to. If you are doing this in a web app, you can simply store the secret in your data base or on the file system, but what is the best way to handle it in a mobile app (or a desktop app for that matter)?

Storing the string in the app is obviously not good, as someone could easily find it and abuse it.

Another approach would be to store it on you server, and have the app fetch it on every run, never storing it on the phone. This is almost as bad, because you have to include the URL in the app. I don't believe using https is any help.

The only workable solution I can come up with is to first obtain the Access Token as normal (preferably using a web view inside the app), and then route all further communication through our server, where a script would append the secret to the request data and communicates with the provider. Then again, I'm a security noob, so I'd really like to hear some knowledgeable peoples' opinions on this. It doesn't seem to me that most apps are going to these lengths to guarantee security (for example, Facebook Connect seems to assume that you put the secret into a string right in your app).

I don't believe the secret is involved in initially requesting the Access Token, so that could be done without involving our own server. Am I correct?

View 7 Replies View Related

Android :: Remove Apps Like NFL Mobile Live And Nascar

Jan 20, 2010

The only way to remove apps like NFL Mobile Live and Nascar and whatever else you'll never use is to mess around in the ROOT file?

View 5 Replies View Related

Android :: Developign X-platform Mobile Apps On Ubuntu

Oct 16, 2010

I'm a junior iphone developer and got familiar with developing on xcode on top of Mac OS.I wanna build some Cross-Platform apps in the near future and wanna Use Ubuntu as my Operating system.I found many solutions that run only on Mac OS or need mac to build apps for iphone but this is not what i need. i need something which can keep me far from mac (for some reasons).I heard about AIR packager for iOS and that also AIR does apps for android but i'm not a flash guy (but can learn if it will do the job), so i wanna guidance from experience people like you about what is the suitable route should I take.

View 1 Replies View Related

Android :: Looking For Few Co Developers

Apr 2, 2009

I am looking for some fellow developers to build a few applications that work together to allow the android phone to take advantage of cheap telephony services provided over the internet. These are sms, voip, calling cards and similar such services.I have been investigating this quite a bit and developing an app to work with PennyTel but i have discovered an issue with the Android OS. Android is not designed to let you replace low level systems in your app and there for there is no way to capture out going sms etc. This means that to write an app that sends all out going sms via pennytel is impossible and that the only way around this is to write your own sms client like ChompSMS and i am sure this will apply to other parts of the phone as well.What i am looking to do is make a reusable system that uses intents to do things. A complete sms application that uses an intent to send the sms so that more sms providers can be added later, a dialer and outgoing call system that will fire an event for another app to make the call etc.What I want is sever apps that use intents not just to open their app but also to choose the outgoing their service uses. personally i want to write one of the outgoing paths and i am looking for some developers who would be interested in writing the more front end apps like the dialer and sms applications.If anyone is interested let me know as it is just too much work for one person and i am sure your apps will be used by many people as more and more people could right services they could be hooked into.

View 3 Replies View Related

Android :: Collecting Custom End User Feedback For Mobile Apps?

Nov 2, 2010

I have a few iphone and andriod apps and would like to collect better and more targeted user feedback for them. The feedback from the App stores is pretty generic and doesn't add much value at most times. Any framework or website that I could use to help here? Kind of like Get Satisfaction for Mobile Apps.

View 1 Replies View Related

Android :: Web Apps For Cross Platform Mobile Software Development?

Feb 8, 2010

I am a C++ programmer interested in developing applications for Android as well as the iPhone platform. I have explored both these platforms by writing simple applications in Java (Android) and Objective-C (iphone). But the fact is that I am not comfortable with either of these languages, and it bothers me that I have to write 2 very different versions of the same application to support both platforms. (And then what do I do to run it on a Nokia phone?)Is using web technologies (JavaScript/HTML/CSS) a viable solution for writing apps which will run on multiple mobile platforms? I have heard of Appcelerator and PhoneGap, but I am not sure how mature these products are. I'd appreciate any feedback from folks who have used web apps as a solution for developing cross platform mobile apps.

View 5 Replies View Related

Android :: Practices To Design Webservices For Mobile (particularly Droid) Apps?

Oct 13, 2010

What are the best practices to design webservices for mobile (particularly Android) apps?
Personally I'm focused on using JSON (and not XML) and I try to make it the less verbose I can. But I'm probably missing a lot of things.

View 4 Replies View Related

Installing Apps From Local-system To Android Samsung Mobile?

Jan 24, 2012

i Developed one apps...its worked successfully in my simulator...now am installed dis apps in my samsung android mobile..i dono the steps for connection..

View 5 Replies View Related

Android :: Hiding App Developers

Jul 17, 2010

Is there any way of hiding specific app developers that you don't link on the market?
E.g. if one developer has made thousands of sound board apps or themes for an app that I won't be using - I could hide that developer and wouldn't see his/her apps on the market?

If this is possible, I think it would make the market much less annoying when you have to scroll through hundreds of sound boards and app themes.

View 1 Replies View Related

Android :: Catch 22 For Developers?

Mar 4, 2010

This would be some excellent support for the faithful Android developers. I have eight apps but live in Canada so I haven't been permitted to post them on the Market yet. Still I'm hoping Google might take this into account for Canadian developers who can't yet meet the sales criteria. I applied anyway and hope Google will respond so I can begin mobile testing.

View 2 Replies View Related

Android :: My Team Is In Urgent Need Of Developers

Apr 8, 2010

My team is in urgent need for Android Developers. Please find below the details. Job Location:Nagpur,India Android SSE - experience - 3-4 yrs, minimum 6 months experience in Android, Location - Nagpur Code...

View 2 Replies View Related

Android :: UK Developers Listing Currency

Feb 20, 2009

Can anyone tell me if UK developers are still being forced to list in a currency that the only paying customers of Market aren't used to dealing with (i.e. British pounds), or can we list in the currency our potential customers use?

View 9 Replies View Related

Android :: Animated-rotate Available For Developers?

Sep 21, 2010

In android-sdk-windowsplatformsandroid-8data esdrawable progress_large.xml, the following code is used:

CODE:.........................

If I try to copy this code in my own projects (so I can change the drawable), I get a compile error for framesCount and frameDuration.

Is <animated-rotate> something that can be used? And if so, how?

View 3 Replies View Related

Android :: Multitouch On Droid App Developers?

Dec 19, 2009

Is multitouch available to Android app developers? I've heard its on the new 2.0 version but only seen it accomplished on the Internet browser.

View 2 Replies View Related

Android :: Developers Screen Shot App On Droid

Mar 29, 2010

Is it just an impossibility to do?I have no idea about these things, but I guess if it is possible it would have been done already, no? I haven't taken the plunge to root, and not sure if I will and the instructions for screen shot on Droid are basically chinese to me because I have no skill when it comes to this sorta thing.I just want an app that will take a screenshot without root.People like me would pay for an app like this. You could make killer money guys, come on!

View 14 Replies View Related

Android :: Life After G1 / Upgrade Developers Phones?

Oct 13, 2010

I've been using the G1 for a while now and have been quite happy with it except that it only goes up to 1.6. In order to develop on 2.1 and beyond, I need to upgrade to a newer phone. I'd like to continue it using the new dev phone as my personal phone as well which limits it to AT&T for me. Seems like my only choices, according to http://www.google.com/phone, are nexus one, samsung captivate or HTC aria. Are all 3 good developers phones? Should I look for an unlocked droid instead? The nexus looks great but at it's a bit steep considering I'll probably need an android tablet for development as well soon. BTW, any thoughts on what would be a good developers tablet and when they might be available.

View 8 Replies View Related

Android :: Colud I Join Developers Group?

Mar 3, 2010

Could i join Android Developers group?

View 2 Replies View Related

Android :: How Does AdMob Calculate How Much To Pay Developers Per Click?

Aug 14, 2010

I just integrated AdMob into my app. I noticed that in South Korea, there were 24 clicks, but that I only got 7 cents off of those clicks. In Malaysia, there was one click that generated 11 cents, and in Japan there were 2 clicks that generated 0 cents Does anyone know how this works? Also, does AdMob or Google AdSense generate more money?

View 3 Replies View Related

Android : How To Search Mulitple Developers In Market

Feb 3, 2010

I am adding a menu option in my newest application that will allow users to view all of our other applicatiosn we've published to the market place. The problem we are having is we created a second more business like developer account, but want to let users also see all of our old apps. I know how to have the search point to one developer, i.e. pub:<developer name>, but does anyone know of a way to have it search multiple? So that when they click the button all the apps from the older developer we had along with the newer business developer we created?

View 3 Replies View Related

Android : Able To Block Certain Developers From Showing In Market?

Feb 10, 2010

I'm just browsing the market on my phone and every few games down there are utterly shite apps from a developer called "Aroma planning" which are pictures of women which you are supposed to touch.

I'd love a feature where you could block every app from that developer but I wouldn't know how or who to contact to ask if it could be implimented.
As far as I know, the Market isn't a part of the open source components in Android and is Google's property but does anyone know if there is a contact email address for the android market developers so I could ask if such a feature could be added?

If I see another miniskirt touch game by that arsehole I'll probably end up snapping my nexus one in rage.

Edit: Doh, the feature requests forum is here: Feature Requests / Suggestions - Android Market

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved