- Viewing Android Source Code in Eclipse - how to view Android source in Eclipse, great for learning.
- Android Notifications - an introduction to notifications.
- The Native Android API - a summary of the native Android API.
- Setting up Automatic NDK builds in Eclipse - how to configure Eclipse to build native Android code automatically.
Open source code created by Mobile Pearls
The following source code is available at github/mobilepearls under the GPL v2 license:
- AdMob library project - an Android library project for easy embedding of AdMob ads in your project.
- App Sharer - application for sharing links to installed applications using the package manager.
- Flashlight - basic flashlight filling the screen with a single color and keeping the device awake with a wake lock.
- Memory - the classical memory game.
- React! - reaction speed game where the player should press the screen as soon as it changes color.
- Sokoban - an Android version of a classical puzzle game on a canvas.