Android Core
-
Android books giveaway for celebrating Packt’s 1000 title
Fellow geeks, We are pleased to announce that we have once again teamed up with Packt Publishing and we are…
Read More » -
Android: Copy-paste with Intent and support for HTML
Android provides support for copy and paste feature using ClipBoardManager. The developer.android.com provides a brief description along with an image…
Read More » -
Android: Level Two Image Cache
In the mobile world, it’s very common to have scrollable lists of items that contain information and an image or…
Read More » -
Android AlarmManager tutorial
While writing an application, need arises to schedule execution of code in future. You may require AlarmManager to schedule your…
Read More » -
Android Custom Hyperlinked TextView
Finding Links in Android is very simple you might have heard of Linkify which is a great class in which…
Read More » -
Android dynamic and XML layout
Android activity contains various user interface components e.g Button, Radio button, List, Text field etc. The user interface component can…
Read More » -
Android and Jenkins: Continuous Integration
By using Jenkins, it’s pretty easy to get a Continuous Integration server set up with an Android project. But before…
Read More » -
Android Homescreen Widget with AlarmManager
In this tutorial we will learn to create widget with update interval less than 30 mins using AlarmManager. New update:…
Read More » -
Android broadcast receiver: Registering/unregistering during runtime
In the previous post, we leaned to enable and disable the Broadcast receiver added in the Android manifest file. In…
Read More »