Official Developers Search Results

How To: Record Phone Conversations on Any HTC One

While the legality of recording phone conversations varies from state to state, it's still a sought-after feature for most people. How else are we going to shame all of those bad Comcast customer service reps? Since it's a legal gray area, HTC and other smartphone manufacturers have omitted call recording capabilities from their devices.

How To: Speed Up Charging Time on Your OnePlus One

My OnePlus One easily gets over a day of battery life without a problem, but when I try to charge it, it seems to take just as long. For some reason, no matter what charger you plug your OPO into, it never gets more than USB-level power, meaning that charging times are more than double when compared to traditional AC-charging.

How To: Change Sound Alerts for Individual Apps on Your HTC One

Normally, your sound settings only let you change up a few of the sounds on your device—generally your ringtone and default notification sound. While some developers include the option to choose custom notification sounds within their app's settings, most of the time you are left with an ambiguous ringer for everything—not very helpful for identifying what app that alert just came from.

How To: Automatically Update All of Your Google Play and Third-Party Android Apps

With the Google Play store on your Android device, it's a relatively easy process to check all of your application updates. All you have to do is launch the Market app, go to the My Apps section, and from there you'll be able to see all of the available updates for your applications, which should be positioned at the top of the list. The problem with this process is that many times, you'll go days or weeks and quite possibly even months without checking the Google Play application market, lea...

How To: Access Your Android Apps from Anywhere with the GYF Sidebar Launcher

Google is constantly adding new ways to do things quicker on its devices. Everything from multi-screen capabilities to lock-screen widgets has been added to the new updates of the Android OS, making its devices very powerful and efficient. Something that Android hasn't paid much attention to, though, is the ability to access applications easily from places other than the home screen. So, XDA Developers member Cyansmoker decided to take matters into his own hands creating an application that a...

How To: Use Sony's New PlayStation Mobile on Any Rooted Android Device

Early last month, Sony released PlayStation Mobile, bringing PlayStation games to the PS Vita and other certified phones and tablets. The list of certified phones isn't as extensive as it should have been, consisting of only Sony devices (a few tablets and Xperia) and a couple of HTC ones. For anyone with a supported device, you can head over to the PS Store for the download and installation instructions.

How To: Unlock and Root the Verizon Droid DNA by HTC

Last week, HTC released their new Droid DNA smartphone in hopes of gaining more traction in a smartphone world currently dominated by Apple and Samsung with their popular iPhone and Samsung Galaxy lines. The new Droid DNA boasts a 5-inch 1080p display—the highest resolution for any smartphone on the market. It runs Android 4.1.1 Jelly Bean with HTC Sense software, and has may other typical features, such as NFC and wireless charging.

How To: Undo Instagram's Photo Filter Magic with Normalize for iPhone

Tired of the Instagram wave? If you're sick of having to view the world through low-contrast and sepia-toned filters, there's a way to get them back to how they're supposed to look, and it's called Normalize, which undoes the magic filtering that Instagram and similar photo filter apps provide. The process of un-Instagramming your (or anyone else's) photos with Normalize is perhaps easier than Instagramming them in the first place. All you need to do is copy and paste them into the app and wa...

News: Have an NFC-Enable Phone? This Hack Could Hijack It

Some of us use our smartphones for almost everything. Manufacturers know this, so they try to make their devices as convenient as possible to use, but sometimes that convenience comes with a cost to security. The very same technology that allows you to easily share music with friends and make purchases can also put you at risk. Photo by sam_churchill

How To: Create a friend adding & management app with PHP, MySQL an jQuery

In this clip, you'll learn how to implement a simple friend management application with PHP, MySQL and jQuery. Whether you're new to the PHP: Hypertext Preprocessor scripting language or are a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free video programming lesson. For more information, including detailed, step-by-step instructions, take a look

How To: Create a carousel in Microsoft Silverlight

In this clip, you'll learn how to implement a carousel with Silverlight. Whether you're new to Microsoft's popular web application framework or a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free MS Silverlight programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.

How To: Implement an advanced login system with Visual Basic 6

In this four-part tutorial series, you'll learn how to create an advanced login system with Microsoft VB 6. Whether you're new to Microsoft's popular event-driven program language & IDE or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Visual Basic programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.

How To: Import photos and Photoshop documents into Adobe Flash

There are a few ways to bring pictures into a Flash file. This tutorial shows one simple way to do that. You can work with the photos in many ways, which will be discuss in later tutorials. Importing a .psd directly into Flash can be very useful because it maintains the layers in CS3, making it easy to animate or apply action script later to the layer. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with Flash CS...

How To: Create a rotating slideshow with Flash ActionScript

This tutorial shows you how to create a picture rotating slideshow, that fades in and out using Adobe Flash. Using optimized embedded photos is not the only way, but it is a very basic and easy method to create a slideshow picture rotator. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with Flash CS3, you're sure to benefit from this free software tutorial. For more information, including detailed, step-by-step ...

How To: Use startDrag and stopDrag functions in ActionScript 2

Add interactivity to your Flash files with this basic tutorial on start/stopDrag functions in ActionScript 2.0. This function allows the user to manually move objects with their mouse clicks. Whether you're new to Adobe's popular Flash-development platform or a seasoned web developer looking to better acquaint yourself with Flash CS3, you're sure to benefit from this free software tutorial. For more information, and to get started using startDrag and stopDrag in your own projects, watch this ...

How To: Put a video on PowerPoint

In this video tutorial, viewers learn how to add a video into PowerPoint. This video is using Microsoft Office PowerPoint 2007. Begin by opening the program and create a new slide. Click on the Developer tab and select the More Controls icon. Scroll down the list and look for Shockwave Flash Object. Now crop the size that you want the video to be. Right-click on the crop and select Properties. In Movies, paste the link of a video that you want. Delete the "watch?" in the link and replace the ...

How To: Use AppVerifier to debug Windows Mobile applications

If you've programmed a few Windows Mobile applications, you might need to perform some troubleshooting and debug the program to weed out all the problems. You can do this with AppVerifier. Marty Larson demonstrates installing, configuring and using the "AppVerifier" Application Verifier tool to debug Windows Mobile applications.

How To: Build an Android application for mobile devices

This video tutorial is about Android, and no it's not a robotic creature, it's a software platform and operating system form mobile phones and PDAs. The Android system is based on Linux and was developed by Google and the Open Handset Alliance. Code is managed in the Java language, but can be written in C also, although C is not officially supported. A lot of the new cell phone and other mobile devices will be running off of Android, so know how to use it.

How To: Embed web content into a mobile Android application

Designing a cool app for Android? If you were looking to integrate web content into your Android app, you can—and the Android Developers are here to show you how it's done! It's all done with an embedded WebView, allowing you to embed HTML, Javascript and style sheets from your web content. If you were looking for a quick answer on how you embed your web content into your app, let the pros at Google teach you the right way.

How To: Remove the Windows Genuine Advantage Validation tool

Are you a ... Windows Developer? Interested in ... testing the vulnerabilities inherent in your own operating system? If so, you're in luck. This video tutorial demonstrates a simple hack that will allow you to remove the Windows Genuine Advantage Validation software. For step-by-step instructions on removing the Windows XP Validation tool, watch this video guide.

How To: Create motion tweens in Flash CS4

Adobe Flash Creative Suite 4, or CS4, Professional software is the industry-leading authoring environment for creating engaging interactive experiences. It is ideal for interactive designers, graphic designers, and developers. But having the program isn't enough; you need to know how to use it. In this two-part video tutorial, you'll learn how to create motion tweens within Adobe Flash CS4.

How To: Use the CSS management tools in Visual Studio 2008

Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this video tutorial, you'll learn how to use the new CSS, or Cascading Style Sheet, management tools in Visual Studio 2008 in the service of enhancing an existing stylesh...

How To: Use the ListView control in Visual Studio

Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer.this video tutorial will demonstrate the new ListView control in Visual Studio 2008. Because the ListView is data-driven, you will need a data source. You can use any data so...

How To: Use Microsoft Silverlight with ASP.NET

Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this ASP.NET tutorial, you'll take a look at the 1.1 alpha release of Microsoft Silverlight. To get started writing your own ASP/Silverlight applications, take a look.