Category Archives: Android

10 Reasons to Record Your Telemarketing Calls

Common sense states the most integral part to having a great sales team is great recruiting. Money is spent finding the best in your given field. Time is spent vetting recruits and eliminating those that do not fit. Money, time, and energy are all used preparing your new-hires for success. In spite of how integral [...]

New CallProof Site Design

Google Single Sign On using Django

Here are the URLs for creating a Google Single Sign On. Access Google OAuth via your web server: http://code.google.com/apis/accounts/docs/OAuth2WebServer.html Google Access Tokens: https://accounts.google.com/b/0/IssuedAuthSubTokens Google APIs: http://code.google.com/apis/gdata/docs/directory.html Android OAuth: https://sites.google.com/site/oauthgoog/oauth-practices/mobile-apps-for-complex-login-systems/samplecode#TOC-3.2.-Android Service Connection Example: http://developer.android.com/training/id-auth/authenticate.html#ConnectToService Google OAuth Playground: http://googlecodesamples.com/oauth_playground/ Google Data AuthScopes: http://code.google.com/apis/gdata/faq.html#AuthScopes Google Python Client Library: http://code.google.com/p/google-api-python-client/ Google Oauth2 Login: http://code.google.com/apis/accounts/docs/OAuth2Login.html

CSS3 Semi-Transparent Gradient Background

This works for me in latest Chrome and Firefox. No idea if it works in IE, good luck.

Android Deallocate Bitmaps

Call this in your onDestroy() on your outer-most layout to free up memory: Helps with memory leaks in Android, especially if you have an app that switches activity screens a lot.