background preloader

ANDROID

Facebook Twitter

Game Maven from Crunchzilla. <h2>Game Maven from Crunchzilla is an interactive tutorial that lets anyone experiment with coding and write a few games. <p> Game Maven from Crunchzilla uses Javascript. Please enable Javascript if you want to play with Game Maven. Otherwise, Game Maven will not be able to play with you. </p><p></h2> Hello, I'm Game Maven! Work with me and we'll code a few games together! Hello and Getting Started Lesson 1 BACK How to Play | Lesson Sections | About | FAQ | Terms of Use | Privacy | Contact | © 2015 How to Play Game Maven from Crunchzilla is the third and most advanced programming tutorial in the Crunchzilla series. It's easy to play. Click on the Reset button if you really mess up your code and want to start over on a lesson. Game Maven saves what lesson you are on, so feel free to stop at any time and come back later. If you haven't done Code Maven from Crunchzilla yet, you probably should do that first unless you already have a lot of programming experience.

Have fun! Sure! About Oh my. Wp-content/uploads/2013/02/Android-App-Development-Cheat-Sheet-ootpapps.com-Publication.pdf. Amit’s Game Programming Information. What’s on this page? I’m interested in producing complexity out of simple parts. This page contains bookmarks that I collected while working on games; I did not write most of the content linked from here. As a result the set of links here reflects the types of things I needed to know: only a few specific topics (not everything related to game programming), general ideas instead of platform-specific information (graphics, sound, compilers), and ideas and designs instead of source code (I find it easier to go from an idea to code than from code to an idea).

Other sites, like Gamedev Tuts+, Gamedev, and Gamasutra, cover lots more topics than mine does. Determining how to move around on a map is an interesting problem. These pages are about specific techniques for pathfinding and object movement: My current favorite algorithm is A*, because it can handle varying terrain costs well, and it seems to be faster than most graph searching algorithms. Code and Demos Data structures Displaying Tiles. Home · thecodepath/android_guides Wiki. Video Listing. OpenSignalMaps - Cell Phone Tower and Signal Heat Maps.

Android SDK - Tuts+ Code Category. Tutorials | HalfApp. This is a collection of various tutorials and guides I’ve found helpful. They are grouped in different categories and each one has a short description. It’s frequently updated and checked for dead links. Getting started with programming A collection of guides and tutorials for learning how to program. From basic to more advanced. Android tutorials and guides This is a collection of guides and tutorials about Android. Design guides and tutorials A collection of guides and tutorials about design. Blogs, magazines and newsletters A collection of design and programming blogs, magazines and newsletters. Resources A collection of sites that offer various resources for you to use.

Got something you want me to add to the list? Send me the link with a short description to info@halfapp.com. Programamos. Android cheatsheet for graphic designers. Graphic designers aren't programmers and sometimes don't know how to properly prepare graphic assets for developers. This simple cheatsheet should help them to do their job better, and to simplify developers' lives.

Content [Document] → Content Dimensions [Document] → Dimensions Screen densities and icon dimensions [Document] → Dimensions → Screen densities and icon dimensions Notice: the first icon dimension in table cell is full asset size, the second icon dimension is optical square. Dimension values are in pixels. Tip: creating ldpi assets is not really needed anymore. Sources and useful links: Iconography, Supporting Multiple Screens, Icon Design Guidelines, Dimension Google Play asset dimensions [Document] → Dimensions → Google Play asset dimensions Sources and useful links: Graphic and Image Assets, Google Play Featured-Image Guidelines, Iconography Dimension units [Document] → Dimensions → Dimension units Sources and useful links: Understanding Density Independence in Android ⇑ Top. Photo editor online - Pixlr.com edit image.

Wiki. FLAG_UPDATE_CURRENT | Just An Application. 1. Model An Intent Sender is an object which encapsulates an Application Identityan Intenta function to perform with the IntentIntent Senders are capable of performing four functions starting an Activityreturning a result to an Activitybroadcasting an Intentstarting a ServiceThe function a given Intent Sender is capable of performing is fixed at the point it is constructed.An Intent Sender is used to perform a function with an Intent as though it was being done by the Application whose identity it encapsulates.An Intent Sender can be constructed such that it can only be used onceAn Intent Sender can be cancelled after which it can no longer be used 2. The IntentSender Class An Intent Sender is represented by an instance of the android.content.IntentSender class. 2.1 Obtaining An IntentSender An IntentSender instance cannot be constructed directly but one can be obtained from a PendingIntent instance. 2.2 Transfering An IntentSender Instance Between Applications method.

Note 3. Respectively. then. Coursera: Programming Mobile Applications for Android Handheld Systems (University of Maryland) Android SDK: Unit Testing with the JUnit Testing Framework. In this tutorial, you will learn how to use Eclipse to create an Android JUnit Test Project, create automated unit tests and run them under a variety of conditions. Before You Begin The authors are assuming the reader has some basic knowledge of Android and have all of the tools such as Eclipse and the Android SDK installed and working. The examples given here are engineered to show how the Android JUnit framework can be used to test Android applications. Specifically, this tutorial will show you how to test aspects of an Activity and identify program errors.

These errors are determined, but not addressed, as part of this tutorial. Note: The code for the SimpleCalc application is available on Google Code as well as from the above link. Step 1: Review the SimpleCalc Application First, let’s take a few moments to look over the SimpleCalc application. Step 2: Review the SimpleCalc Screen Layout Here is a listing of the main.xml layout resource: This layout is fairly straightforward.

Hit Finish. Creación de una interfaz de usuario por código - Android: Programación Aplicaciones para móviles. Creación de una interfaz de usuario por código Veamos un primer ejemplo de cómo crear una interfaz de usuario utilizando exclusivamente código Java. Esta no es la forma recomendable de trabajar con Android, sin embargo resulta interesante para resaltar algunos conceptos. Ejercicio paso a paso: Creación del interfaz de usuario por código 1. 2. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //setContentView(R.layout.activity_main); TextView texto = new TextView(this); texto.setText("Hello, Android"); setContentView(texto); Nota sobre Java: Para poder utilizar el objeto TextView has de importar un nuevo paquete, para ello añade al principio “import android.widget.TextView;”.

La interfaz de usuario de Android está basada en una jerarquía de clases descendientes de la clase View(vista). El ejemplo comienza creando un objeto de la clase TextView. 3. 4. Introducción a la plataforma para móviles Android. Products: Web Map Server. Android Studio - DONN FELKER. Need Expert Android Help, Fast? I offer On-Demand Android Expert services that help you get the help you need, fast. Click here for more info.

Since Google announced an IDE that was based on IntelliJ for Android Development by the name of Android Studiuo I’ve received various emails, texts and calls regarding this app and whether folks should use it. My consensus: YES! Android Developer Tools (Chapter 6) Fluid UI - fast and friendly mobile prototyping. Androiddevweekly.com. Coursera. Inicio - Android: Programación Aplicaciones para móviles. Android UI Design Kit PSD 4.2 [Free Download] | Android User Interface | User Experience. In August 2012, Android ICS/JB Photoshop GUI Design Kit 3.0 was published with some new Jelly Bean UI elements, and until today, the Design Kit has been downloaded over 21,000 times since the very first version back in December 2011 – not a huge number, but it is putting a smile on my face.

It’s really nice to see there are many designers interested in Android Design and used the Design Kit to kick-start their design work in Android app. A big thank you to everyone that is using the design kit and I really hope it helps in your Android app design workflow in some way. And today, I have finally updated the Android UI Design Kit PSD to version 4.2, with the size of Nexus 4 screen resolution (768×1280), as requested by many supporters. Besides the resolution update, I have also added a few new UI elements into the Design Kit: Cards (Google Now)CroutonDrawer MenuQuick ReturnUndo BarGestures Android UI Design Kit 4.3 for Photoshop and GIMP is here! Like this: Like Loading... Genymotion. PirateBox Takes File-Sharing Off The Radar and Offline, For Next To Nothing.

When confronted with a doomsday scenario where mainstream online file-sharing becomes a thing of the past, it's not uncommon for people to refer to days gone by, when files were swapped freely offline using discs and other mediums. Now, an interesting and compact system can deliver the [g]olden days of data swapping with a modern twist, by turning any open space into a wireless and anonymous file-sharing system at a rock-bottom price. With the advent of the personal computer and with it the ability to endlessly copy data, the human desire to share has skyrocketed. Shifting data from A to B, wherever those points may be on a global scale, is now something easily achieved by billions across the world.

While the immense capabilities of the Internet has made sending and receiving data child’s play, there are others who find the transfer of bits and bytes across much shorter distances just as fascinating. The PirateBox. The Pocket TV: Makes any TV a Smart TV by Infinitec. If you landed here after our Kickstarter campaign closed and wasn't able to get your Pocket TV but still want to support our project you still can! We've opened a pre-order site where you can support us and receive the same benefits of our Kickstarter backers. Just go to shop.infinitec.com to pre-order your Pocket TV. In the future we'll also be adding more accessories and other goodies for your Pocket TV. Check it out and tell your friends about it! You can watch our hands-on demo video and get a better feel of the power of the Pocket TV and what the Air Remote can do.

We're also working on upgrading the design of the Pocket TV. Check out the new look: If you want to hear more, check out this podcast where Mind of the Geek interviewed Infinitec founder Ahmad Zahran. ZDNet "It’s becoming difficult to spot the potential gems in the crowd-sourcing crowd. Android Community "This little device packs a punch Mind of the Geek "We can only say two more words about the Pocket TV: MIND. Pandaboard. Home. Always Innovating: Introducing the Smart Book. BeagleBoard.org - default.

Raspberry Pi | An ARM GNU/Linux box for $25. Take a byte! Chapter 1. First steps. Welcome to Oracle VM VirtualBox! VirtualBox is a cross-platform virtualization application. What does that mean? For one thing, it installs on your existing Intel or AMD-based computers, whether they are running Windows, Mac, Linux or Solaris operating systems. Secondly, it extends the capabilities of your existing computer so that it can run multiple operating systems (inside multiple virtual machines) at the same time.

So, for example, you can run Windows and Linux on your Mac, run Windows Server 2008 on your Linux server, run Linux on your Windows PC, and so on, all alongside your existing applications. You can install and run as many virtual machines as you like -- the only practical limits are disk space and memory. VirtualBox is deceptively simple yet also very powerful. The following screenshot shows you how VirtualBox, installed on a Mac computer, is running Windows 8 in a virtual machine window: 1.1. Running multiple operating systems simultaneously. Virtual machine (VM). 1.4.

Medicina

Medicine. Video.