Wednesday, September 5, 2018

How to add Recyclerview item Animations like from left,right and Rotate

when we Displaying List type of Data Recycler view Plays a Major Role, I have already explained how to create Recyclerview if you wan u can check this article  android-recyclerview when we loading data in Recyclerview we can add animations also, for example, I...
Share:

how to clear all markers and add and Update in Android

When we developing Mobile Applications Maps also Plays a great and important Role, like sometimes we have to Display user current Location or Display office locations or specific address at that time we have to use Google maps  and we have to show some identification...
Share:

how to Display options menu in Android Activity

...
Share:

Android RecyclerView How to change the color of Alternate rows

 In Android Application some cases we have to show List with alternate colors To achieve this we have used following small snippet, and full Sourcecode is available in Github Recyclerview_alternate_rows //add following code in onBindViewHolder if(position...
Share:

Tuesday, September 4, 2018

Passing Data between Activity & Passing data back to First Activity

Passing Data between Activity & Passing data back to First Activity: When we building Android application we will use multiple activities for show Data, And We need to send data from One activity to Other activity  Project code : code-from-drive Project...
Share:

Android Architecture

This part we will learn about Android architecture or Android Software Stack Android Architecture is 5 layer stack those are Linux Kernel Native libraries Android Runtime Android Framework Applications  Linux Kernal :  This is Heart Of android...
Share:

how to Display google maps in Android with a Circle Radius

Working with Google Maps V2 : Nowadays we So many applications Using maps to show Current location, this Info is More useful identify the Exact location of particular shop or Office.   In android application, we have to use Google...
Share:

BTemplates.com

Search This Blog

Powered by Blogger.

Blog Archive

How to add Recyclerview item Animations like from left,right and Rotate

when we Displaying List type of Data Recycler view Plays a Major Role, I have already explained how to create Recyclerview if you wan u c...