Book Image

Building E-commerce Sites with VirtueMart Cookbook

By : John Horton
Book Image

Building E-commerce Sites with VirtueMart Cookbook

By: John Horton

Overview of this book

VirtueMart is a premier eCommerce solution powered by Joomla!In Building E-commerce Sites with VirtueMart Cookbook you will learn how to create a full-functioning and attractive eCommerce solution with VirtueMart. You will be shown how to install and configure VirtueMart, how to set-up and run your store day-to-day as well as configure and customize the look and feel of your store. With this book by your side, you will be able to overcome as problems setting up, administrating and customizing your eCommerce store! This book finishes with blueprint projects meaning that getting started with VirtueMart is even easier for the novice and aspiring site builder or developer. If you have always wanted to create a professional-looking store, but are worried about the complexity and difficulty involved, then this book is for you! With numerous recipes, practical tips and solutions Building E-commerce Sites with VirtueMart Cookbook will take you through every step required to achieve eCommerce success.
Table of Contents (17 chapters)
Building E-commerce Sites with VirtueMart Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring an Android emulator


Throughout the rest of this chapter we will need to test our app as we develop new features. It is always advisable to test your app every time you do anything significant to it.

Creating an actual Android compatible file (.apk) and then installing it on a phone is quite a lengthy process. Also the emulator has some tools for debugging our app although we won't be going into those features in this book.

The other advantage of an emulator is you can create multiple different emulators for different versions of Android as well as for different devices. So it is nice and simple to test our users experience without owning dozens of phones and tablets.

Getting ready

Make sure Eclipse is fired up and ready to go.

How to do it...

At last we will be doing something with visible results. By the end of this recipe you will have a working Android emulator that you can actually do Android like things on. So let's do it.

  1. In Eclipse select Window | Android Virtual Device Manager...