Skip to content

ANDROIDFIZZ

Learn Application Development

Main Menu
Android

Kotlin RecyclerView With data class (Kotlin)

July 12, 2018July 12, 2018 - by Aklesh - Leave a Comment

Hi friends hope you are doing well . In this article i am gonna show you one of the most used view component in android. RecyclerView In Kotlin This article …

Read More
Viewpager parallax page transform
Android / Material Design / ViewPager

Android ViewPager Parallax Transformer

March 26, 2018March 27, 2018 - by Jitendra Singh - 1 Comment

In This Tutorial Parallax transformer for ViewPagers that let you set different parallax effects for each view in your Fragments. Here we’ll implement a ViewPager that swipes through three views …

Read More
Android / RecyclerView

RecyclerView Endless Scrolling from Top (Android Recyclerview Chat Screen)

March 14, 2018 - by Aklesh - Leave a Comment

Hello Everybody! This tutorial is just going to cover App side implementation of Chat window with: Different message layout for Current user And Other users. Upward Endless Scrolling With Progress …

Read More
Sqlite

Curd Application Using Room Persistence

March 11, 2018March 11, 2018 - by Aklesh - Leave a Comment

Hello World! Today i am going to show you how to use Google’s room persistence library to manage all SQLite Operation with in your app. According to google The Room …

Read More
Android / Life-Cycle

Detect android app is in foreground or background

February 28, 2018February 28, 2018 - by Jitendra Singh - 1 Comment

In This Tutorial This question comes a lot when you need to detect an Android app goes to the background and come back to the foreground (android app is in …

Read More
Android / Material Design / RecyclerView / ToolBar

Android ActionMode Toolbar or Contextual Toolbar

January 28, 2018January 28, 2018 - by Jitendra Singh - Leave a Comment

In This Tutorial Here, we are going to learn how to implement ActionMode toolbar on RecyclerView item selection. In our demo we have two options, delete(to delete selected row) and …

Read More
Android / Material Design / RecyclerView

Android RecyclerView OnItemClickListener

January 28, 2018 - by Jitendra Singh - Leave a Comment

In This Tutorial Here we learn how to handle onClick and onLongPress on an recyclerview item. In an android for listview we have a predefine onItemClickListener available to detect item …

Read More
Android / Material Design / RecyclerView

Android RecyclerView with Dividers

January 28, 2018February 28, 2018 - by Jitendra Singh - Leave a Comment

In this tutorial Here we learn how to render android RecyclerView widgit with custom layout to show list of android versions and how to use RecyclerView.ItemDecoration to show recyclerview with …

Read More

Recent Posts

  • Kotlin RecyclerView With data class (Kotlin) July 12, 2018
  • Android ViewPager Parallax Transformer March 26, 2018
  • RecyclerView Endless Scrolling from Top (Android Recyclerview Chat Screen) March 14, 2018
  • Curd Application Using Room Persistence March 11, 2018
  • Detect android app is in foreground or background February 28, 2018
  • Android ActionMode Toolbar or Contextual Toolbar January 28, 2018
  • Android RecyclerView OnItemClickListener January 28, 2018
  • Android RecyclerView with Dividers January 28, 2018

Categories

  • Android (7)
  • Life-Cycle (1)
  • Material Design (4)
  • RecyclerView (4)
  • Sqlite (1)
  • ToolBar (1)
  • ViewPager (1)
Copyright © 2018 AndroidFizz.