background preloader

Créez des applications pour Android

Créez des applications pour Android

https://openclassrooms.com/informatique/cours/creez-des-applications-pour-android

Related:  Marque-pages

Adding Background Music to Android App Download source - 4.38 MB Introduction A large chunk of Android's application development consists of Game development. Background Music is an integral part of a Game app. This article explains how to add music to any Android App using Media Player provided by Android SDK Library. A Raspberry Pi powered Magic Mirror A magic mirror is a raspberry pi powered monitor behind a double sided mirror. A mostly black web page allows you to add some widgets to the mirror’s reflection as if by magic. This version includes widgets for displaying the weather forecast, the date/time and a nice randomly generated greeting. No low level hardware hacking required, just some basic woodworking and some code I’ve already put together.

SDK Before installing Android Studio or the standalone SDK tools, you must agree to the following terms and conditions. This is the Android Software Development Kit License Agreement 1. Android Camera Tutorial These are the following two ways, in which you can use camera in your application Using existing android camera application in our applicationDirectly using Camera API provided by android in our application Using existing android camera application in our application You will use MediaStore.ACTION_IMAGE_CAPTURE to launch an existing camera application installed on your phone.

Getting Started with Android Studio Before installing the Android SDK, you must agree to the following terms and conditions. Terms and Conditions This is the Android Software Development Kit License Agreement 1.   Google Maps Android API   The Google Maps app for Android exposes several intents that you can use to launch Google Maps in display, search, navigation, or Street View modes. If you want to embed a map in your app, please refer to the Google Maps Android API Getting Started Guide. Overview Intents let you start an activity in another app by describing a simple action you'd like to perform (such as "display a map" or "show directions to the airport") in an Intent object. The Google Maps app for Android supports several different intents, allowing you to launch the Google Maps app and perform one of four actions:

Java.util package tutorial Java.util package contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes. This reference will take you through simple and practical methods available in java.util package. This reference has been prepared for the beginners to help them understand the basic functionality related to all the methods available in Java.util package. Before you start doing practice with various types of examples given in this reference, I'm making an assumption that you are already aware of basic Java Programming.

Related: