apps

Google Apps Authentication

Hi i created a GAE application and deplyoed the application. I want to restrict the application for specific domain users. My idea is the application should display the login page of the particular domain and then the page redirects to another form in my application. What concept should i implement here.is Userservice helps me, if so how...

setting Wallpaper in android

Hi there I am developing a simple app that sets wallpapers based on some user inputs ' I am almost done with my app , I am only missing the code for setting wallpapers . I have been looking for it in lots of websites in vain . Can anybody post a sample code that sets as a wallpaper a drawable that is saved in res folder. Thanks a lot ...

viewing by Artist ID in the AppStore

is there a way to view all the apps by an artist in the AppStore? more specifically, within an iPhone context? (because these viewArtist?id= links work just fine in a web browser, which then launches iTunes... where they don't seem to work is on an actual iPhone device using the ITMS-style URLs) in my iPhone apps I've been using the f...

Redirection problem--from Facebook application to Facebook tab

I want to redirect from my Facebook app-canvas page to Facebook tab I'm using PHP when I redirect with header('location':$taburl) tag it remain at the same canvas page. Please give me answer of this problem as soon as possible ...

Alternative to mailman that is compatible with Google Apps?

Hi, I'm looking for some mailing list software that's compatible with Google Apps. Anyone have any recommendations? ...

run any app off a USB drive?

Hey, guys, do you have the experience of running your daily used apps off a USB drive? Which is I am now trying to do. But I find that only portable apps can be run like that. while some apps like MS office are not portably available. How can I do that? ...

Countries to sell paid applications from in Android Market and Apple AppStore.

Paid applications in Android Market can be sold only from a handful of countries. Is it also true of Apple AppStore? From which countries can you sell apps on AppStore? Is there an authoritative list somewhere? Note: I'm not looking for list of countries in which iTunes is supported, but list of countries from which developer can sell u...

What's the most useful utility app that you would recommend?

Possible Duplicate: Which freeware apps / utilities do you use to boost your productivity? This could be something like a Snippet Compiler, or the .NET Reflector or even an application that tells you what time you have to leave to catch the bus? ...

Will i be able to replace the existing application with a new application, if i'm enhancing it with more features

hi Will i be able to replace the existing application with a new application to android market, if i am enhancing it with more features ...

android google ads footer

hello, i want to integrate googles ads to my application. the one that you see at the bottom of the screen on most free apps. but i could not find any website related to that topic. is it related to google adsense? thanks for any links and guides on how to set it up in the layout! ...

How do I convert eclipse App for phone?

I have downloaded eclipse and the Android sdk and I have now used eclipse to design an android app which runs fine on the emulator. I have also downloaded and installed Kies for file transfer between PC and Samsung phone. I used Kies to download a free app from Android market and checked the format of the downloaded files, one is an ‘app...

How much to charge for mobile apps? Why is $0.99 a bad idea?

Hi. I'm thinking about making some apps for phones. For the sake of this discussion say it's a generic Yet Another Zombie Shooter game, for Android, iPhone, Blackberry, or OVI Market. It is a kind of casual game that the customer would fire up while in boring class in school or waiting for a bus to come in. Let's also say that the game b...

Move app to phone

Hi, yesterday I posted the question ‘How do I convert eclipse app for phone?’ I have used eclipse to design an android app which runs fine on the emulator and I now want to transfer it to my phone. Sixten Otto kindly offered some advice regarding how to test/debug my app on my phone straight from Eclipse's Run menu. (See Developing on a...

Android Intercepting Events From Other Apps

Hi all! Does anyone knows how to intercept events from other 3rd party Apps, say, games, Maps, etc. This includes events like motionevents, screen prompts, etc. We have limited success with capturing touch events via the AccessibilityService, click, longclick, etc. But hitting a blank dealing with motionevents such as gestures or how t...

the thin line between web apps and desktop apps

I've been working a lot lately with web apps, mostly with javascript and json-rich web UIs. I have to say I get impressed all the time with what I can achieve through these technologies. More and more, I ask myself whether I would have preferred to go with a classic GUI to start with (whether it was C#/VB.Net + WinForms, or C/C++ + GTK/...

Google Apps Email Migration API Limits

We are using Google Apps Email Migration api to migrate the email content to Apps. But we are facing an issue with email where attachments are more than 2 MB in size. For those items the email are not getting migrated and providing error. As per the below link http://code.google.com/googleapps/domain/email_migration/developers_guide_pro...

Cocos2d Accelerometer Movement

Hello, I was wondering how you would move a CCSprite right and left by tilting the device right and left. Like in the falling balls app. Thanks in advance, John ...

Android Porting - SharedPreferences in pre-installed app not working

Hello everyone Im building my custom android build. I have an two different applications, one that writes the sharedPreferences with "MODE_WORLD_READABLE" and the other application that reads from there. When I install trough "adb install" the application that writes the sharedPreferences everything works fine. I can see with "adb sh...

With all the easy Django utilities, tools, configs, settings, etc. is there REALLY no easy way to define the name of a custom App in Admin?

How can I make LadyGagaApp into "Lady Gaga App" when displayed in Admin. Option #1 is to explain how to make this happen in the definition of the app, or in settings, or in init, etc. Option #2 is to point me to the admin template page where this can be overridden with an example. Many thanks all. /Joe ...

Game Engine usage for Normal iPhone apps

When the standard iPhone UI controls become too bland, and you want your simple score keeping app to pop a little more with colour, animation, non-standard GUI fonts, and background wallpaper, etc., would it make sense to integrate a game engine for such things? I've tinkered with Unity3D and Torque2D, and wonder if anyone has used them...