view

  • Android ViewPager Example

    One of the most popular views in Android is the ViewPager, a view that helps us slide from one “screen”…

    Read More »
  • Android Menu Example

    Today we ‘re gonna see how to create a Menu with icon items, which on click, fire a respective to…

    Read More »
  • Android ActionBar Example

    In this tutorial we are going to see how to  create a simple Android Menu using ActionBar. It is a…

    Read More »
  • Android OnClickListener Example

    In this post, we feature a comprehensive Android OnClickListener Example. We are going to see how to work with OnClickListener…

    Read More »
  • Gallery View without pictures

    This is an example of Galery view on Android without any pictures. Gallery View is one of Android’s widgets. It…

    Read More »
  • Creating an AppWidget for the home screen

    In this tutorial we are going to see how can you create an AppWidget of your Android Application for the…

    Read More »
  • Customized dialog

    In this tutorial we are going to see how can we use Customized dialogs for user interaction in Android. The…

    Read More »
  • Using options menus

    In this example we shall show you how to create and display option menus in your Android Application. It is…

    Read More »
  • Customized list view

    This is an example of how to create a Customized ListView on on Android. The normal ListView component of Android…

    Read More »
Back to top button