Users Pricing

category

Contextual Menu Implementation in Android
android 04 Feb 2015
Contextual Menu Implementation in Android

Hie Everyone, here we are going to learn how to create contextual menus in andriod

Navigation Drawer Implementation in Android
android 04 Feb 2015
Navigation Drawer Implementation in Android

Hi Everyone, Here we are going to learn how to implement a very popular UI pattern called navigation drawer list in andriod

Simple Search implementation in android
android 29 Dec 2014
Simple Search implementation in android

Hi everyone, here we are going to learn how to implement search functionality in android

Show Simple Pop-up Menu in Android
android 29 Dec 2014
Show Simple Pop-up Menu in Android

Hi everyone, here we are going to learn how to show simple pop-up menus in andriod

Show List View in Model pop-up on Button click in Andriod
android 20 Dec 2014
Show List View in Model pop-up on Button click in Andriod

Hi everyone, in this article we learn how to show a list view inside a Model pop-up

Simple Calculator App in Android
android 10 Dec 2014
Simple Calculator App in Android

Hi Everyone, here I am explaining how to create a simple calculator app in Android to perform addition, subtraction, multiplication and division operations

How to Show invisible text on button Click in android.
android 22 Nov 2014
How to Show invisible text on button Click in android.

Hi everyone, here I am going to explain how to Show invisible text on button Click in android.

Getting a Result from an Activity
android 17 Nov 2014
Getting a Result from an Activity

Hi Everyone, I am here to explain how to get the result from an other activity in one activity

Interacting one app to other app in android
android 17 Nov 2014
Interacting one app to other app in android

Hi Everyone, I am here to explain you how to two apps in Android communicate with each other

Building a Dynamic UI with Fragments in Android
android 14 Nov 2014
Building a Dynamic UI with Fragments in Android

Hi Everyone, I am explaining here about how to Building a Dynamic UI with Fragments in Android

Activity LifeCycle in Android: Recreating an Activity
android 13 Nov 2014
Activity LifeCycle in Android: Recreating an Activity

Once an activity is stopped and destroyed how do we start it again , this article is all about how to recreate an activity

Activity Lifecycle: Stopping and Restarting an Activity in Android
android 13 Nov 2014
Activity Lifecycle: Stopping and Restarting an Activity in Android

Hi Everyone, I an here to explain about how to stop and restart an activity in an Android App