Learn about context menus and long-press user interaction on Android in this Android SDK quick tip!
(Continue)
This tutorial will provide an interactive, multiple-table database creation and management application for Android devices. Database navigation and search capabilities will be provided, as well as a query input popup that will take free-form queries and display the results in a scroll box.
(Continue)
In this tutorial, you’ll learn how to create basic Android EditText controls to gather text input from the user. Then you’ll learn how to configure, style, and manipulate these controls in a variety of ways.
(Continue)
The Android SDK comes with a number of useful tools to help you design, develop, and test Android applications. One tool that comes in handy for designing, debugging, and profiling your layouts and Android application user interfaces is called the Hierarchy Viewer. The Hierarchy Viewer is available as a standalone executable, and has recently been incorporated into the Eclipse ADT plug-in for Android development. In this tutorial, learn how to use Hierarchy Viewer to optimize your layout resources.
(Continue)
The Android SDK comes with a number of useful tools to help you design, develop and test Android applications. One tool that comes in handy for designing, debugging, and profiling your layouts and Android application user interfaces is called the Hierarchy Viewer. The Hierarchy Viewer is available as a standalone executable and from within Eclipse using the ADT plug-in for Android development. In this tutorial, learn how to get up and running with this handy tool.
(Continue)
Google Analytics is a service provided by Google that makes it easy to track what users do. Recently, the Google Analytics team released an Analytics SDK for mobile platforms including Android, iOS (Apple), and mobile websites. In this tutorial, learn how to include and enable this technology within your Android projects to gather important information about how users are using your applications.
(Continue)
Think your app is ready for prime time? In this quick tutorial you’ll work through a pre-publication checklist. Learn about the tasks you need to complete before your application is ready for the Android Market.
(Continue)
Today we’d like to take a quick tour of one of the lesser known, but highly useful types of services you might want to use: the IntentService.
(Continue)
Welcome to part 1 of 2 in the tutorial series on using the Facebook Graph API and the Corona SDK to make native, social applications for mobile devices. The Facebook API has many features and can be used to create powerful social applications.
(Continue)
Often times, applications will perform some background operation—maybe while the app is running or maybe triggered on a scheduled alarm. The user won’t know what’s going on, though, unless they are informed of some event. Luckily, Android has an easy notification system that allows applications to display a message in the status bar and provide informative details to the user when something important occurs.
(Continue)
Follow Mobiletuts+ and Tuts+ on Twitter