Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Sunday, 17 November 2013

How To Log Out From New Facebook Messenger Android App

Facebook has released the latest update of its Messenger app for Android. This release covers some major changes in the app interface and features. You can also text your contracts from this app, which makes it replacement of texting. But Facebook forgot to add something in this new upload. There's no option to Log Out of your account in this new update. Don't worry there's a solution of every...

Tuesday, 29 October 2013

Detect And Redirect Android Users With .htaccess

Last night I shared a trick to redirect Android users to your Android/mobile website with a simple PHP snippet. It's time to do the same with .htaccess file. Android is the most used smart phone platform right now, and is a hot topic for developers.Add this following code to your .htaccess file to redirect users with Android User Agent to a specific address: RewriteCond %{HTTP_USER_AGENT} ^.*Android.*$RewriteRule...

Monday, 28 October 2013

Detect And Redirect Android Users With PHP

Here is a simple trick to redirect Android users with some simple PHP script. It's a useful snippet if you have an Android version of your website.Add following PHP to your document to search and redirect Android user agents: $ua = strtolower($_SERVER['HTTP_USER_AGENT']);if(stripos($ua,'android') !== false) { // && stripos($ua,'mobile') !== false) {    header('Location: http://android.yourwebsite.com');   ...

Tuesday, 29 January 2013

Create A Free Android App For Your Blog

Android is a Linux-based operating system designed primarily for touchscreen mobile devices such as smartphones and tablet computers. Initially developed by Android, Inc., which Google backed financially and later purchased in 2005. It's really great idea to create a native Android app for your blog. In this tutorial I'll show you how to create an Android app without any App Development knowledge....

Wednesday, 16 January 2013

How To Screen Capture Your Android

So recently i bought a new Android phone, and i was trying to capture above screenshot. It's going to be a very useful tutorial for you. We just need a free software from Google Play. You don't need a rooted for this tutorial. First go and download Screen Capture Shortcut from Google Play. After downloading and installing open the software: As you can see in above picture, In first option (Capture...

Wednesday, 31 October 2012

Run Android Apps On PC

BlueStacks App Player lets you run apps from your phone fast and full screen on Windows and Mac. Over 5 million people around the world use top apps like Angry Birds Space, Kik Messenger, Where’s My Water and more on their laptops with BlueStacks. It took 10 engineers two years to build the complex "LayerCake" technology that enable this to happen – but you get to experience it free...

Thursday, 18 October 2012

Downloading Paid Android Apps For Free

Choosing an Android phone or tab is a really smart choice because Android OS is owned by Google and it provides you best apps for your device. You can choose from millions of cool free and paid apps on Google Play but lot of us don't think paying for apps is a good idea so here we are with a nice trick to download all paid Android apps for free all you need is an internet connection and...

Popular Posts

 
Powered by Blogger.