tag

home / developersection / tag

Create custom toast notification in android
android 17-Jul-2015
Create custom toast notification in android

In Android, Toast is a notification message that pop up, display a certain amount of time, and automatically fades in and out.Generally it is use for

Add custom control on Dialog in android
android 12-Jul-2015
Add custom control on Dialog in android

A dialog is a small window that prompts the user to make a decision or enter additional information. A dialog does not fill the screen and is normally used for modal events that require users to take an action before they can proceed.

Locking Activity Orientation in Android
android 18-Feb-2015
Locking Activity Orientation in Android

In my previous articles, we analyze the tweaks involved with action bar: Leveraging action bar in AndroidLeveraging Action bar in android: Tab Naviga

Saving data in Android: Saving in Key-Value Sets
android 14-Nov-2014
Saving data in Android: Saving in Key-Value Sets

In my previous post we discuss how to get the result from an activity(Getting a Result from an Activity). Now we learn how to save the data in Android

Android Support for different screen sizes
android 12-Nov-2014
Android Support for different screen sizes

In my last post,we have learned how to support an android device for different languages in Android support for different Languages. Now we are going

Android support for different Languages
android 11-Nov-2014
Android support for different Languages

Hi Everyone, here we will talk about how to use different languages in our Android app. We will discuss about the support for different languages in an Android App

Overlaying the Action Bar in Android App
android 11-Nov-2014
Overlaying the Action Bar in Android App

Previously, we have learn how to : Add the action barAdding the Action Bars and Action Buttons in Android Style the action barStyling the Action Bar

People excited for iPhone 6
android 15-Sep-2014
People excited for iPhone 6

iPhone 6, iPhone 6 preorder, preorder iphone 6, get iphone 6, what comes with iphone 6, news iphone 6, iphone 6 news, apple iphone 6, apple conference

Background Processing in Android
android 15-Oct-2011
Background Processing in Android

Android modifies the user interface via one Thread, the UI Thread. If the programmer does not use any concurrency constructs all the code of an androi

Software Requirements and Guidelines for Developing Android Application
android 03-Oct-2011
Software Requirements and Guidelines for Developing Android Application

In this blog I will elaborate about software requirements for Android application and also given some guidelines, how to install it and build a platform for developing Android based application in widows.

Download Android SDK
android 02-Aug-2011
Download Android SDK

Download Android SDK.. http://developer.android.com/sdk/index.html SDK Tools.. http://developer.android.com/sdk/tools-notes.html New Android 3

Exceptions supported by Andriod
android 20-Jul-2011
Exceptions supported by Andriod

Exceptions that are supported by Andriod 1. InflateException : Exception thrown - When an error conditions are occurred. 2.  Surface.OutOfResource