Enorium and Edument proudly presents
Android platform & future possibilites
with Mark Murphy
4th of May, One day seminar in Malmö, Sweden
Price: 2 990 SEK (exl VAT)
Don’t miss this unique opportunity to meet Mark Murphy in Malmö the 4th of May. Hear him talk about the Android platform and its possibilities reaching beyond a platform for mobile phones.
Topics the will be covered during the day are Android Scripting Environment, Android Architecture and how to avoid programming mistakes, how to support multiple screen sizes, supporting multiple devices and API levels, among others.
A demo where Android is ported on TI OMAP processor architecture will show that even though Android does not support a specific hardware platform, it can still be ported due to the open source. During the lunch you can also ask questions to the engineers regarding porting issues, which difficulties they have had and how they have solved them.
- 09:30-10:00 Do Not Fear Fragmentation
- 10:00-10:40 Supporting Multiple Screen Sizes
- 10:40-11:00 (break)
- 11:00-11:40 Supporting Multiple Devices and API Levels
- 11:40-12:15 Intents and Intent Filters
- 12:15-13:15 (lunch)
- 13:15-14:30 Android Beyond Java
- 14:30-14:45 (break)
- 14:45-16:00 Architecture and Programming Mistakes
- 16:00-16:15 Android in 2013
- 16:15- Questions and Answers
About Android
Android is one of the fastest growing software platforms. In the early beginning it was intended for mobile devices but continues to evolve as the platform gets more and more momentum. It's powered by a Linux kernel and was initially developed by Google and later by the Open Handset Alliance.
Android Scripting Environment (ASE)
If you would like to get the latest news of Android and Android scripting languages this is the opportunity. Adding ASE scripting languages to your application, writing/porting scripting languages, etc. will be covered. ASE makes it possible to quickly prototype applications for Android on the device itself using high-level scripting languages. These scripts have access to many of the APIs available to full-fledged Android applications. ASE lets you try out an idea now, in the situation where you need it, quickly.
What is the Android NDK
The Android NDK is a toolset that lets you embed components that make use of native code in your Android applications.
Android applications run in the Dalvik virtual machine. and the NDK allows you to implement parts of your applications using native-code languages such as C and C++. This can provide benefits to certain classes of applications, in the form of reuse of existing code and in some cases increased speed. |