Skip to main content

Posts

Showing posts from September, 2011

Android media support to your application - LookThisCode Program

This publication is part of the " LookThisCode ". (is Spanish) Code public void IniciarMusica()    {     try     { Uri archivo = Uri.parse("http://nicolasbortolotti.com.ar/mp3/Corelli%20-%20Preludio.mp3"); mp = MediaPlayer.create(this, archivo); mp.start();     }     catch(Exception ex)     {     Log.e("Depurar", "falla en el archivo de audio",ex);     }    } [1] To call from a button handler. [2] Media handling for Android. [3] For specification of the code. Concepts MediaPlayer.create() Create a new object MediaPlayer. MediaPlayer.start() Starts playback. MediaPlayer.stop() Stops playback. Uri.parser() To analyze and format to "URI" character string. Look Code Important lines of code that deserve detailed explanation. Line 1: mp = MediaPlayer.create(this, archivo); This line creates the playback mechanism, stating the context and passing the"URI" mp3 file. Line 2: mp.sta

Sinapsis University, The Latin American community

The Sinapsis project aims to work in an ecosystem academic, business and research focusing on the connections of these large groups. In the proposed approach are invited university teachers across Latin America in topics related to technological chairs (GoogleTechnology) related to general software development. In this community we introduce a methodology that promotes collaborative academic activities with the aim of Google satellite connectivity technology. If you are an educator, you want to. How to connect the study plan of the chair as satellite technologies with Google? How to generate a treatment from academic focus, research and industry for technology Google contents of the chair? Can I get a collaborative approach to teaching in a new community adapted to the needs of modern development? Can I reuse the knowledge base of academic settings? If you are a student, is not it great to participate in an academic setting like this? We currently have a pre-registrat