Category : Android Dev | Kotlin
This is a series of blogs that help you to understand the concept of RecyclerView and demonstrates the implementation of the same. RecyclerView — An Overview is first blog of this series. You will get to know about the basic idea behind RecyclerView, it’s behavior and where do we use them.
The apps that we commonly use in our day to day life, almost every app that is available now will have at least one list. LinkedIn, Instagram, Facebook, Google News, Gmail, call history screen, the contact app, and any of your favorite messaging…
My darling, you are so beautiful! Oh, you are beautiful! Your eyes are like doves.
Song of Songs 1: 15
To whom shall I share this? Who is there for me to share my feelings? Who shall speak for me? Who shall love me truly? To whom shall I show my love? Who is there for me? There is no one out there who love me truly? Everything around me is fake! I feel so lonely. I am a disgrace to everyone. I am unfit to live in this world.
I have gone through all these emotions, so I know…
This is a series of blogs that help you understand the concept of RecyclerView and demonstrate the implementation of the same. Welcome back to fourth blog of the series RecyclerView — With Nested RecyclerView. In the previous blog RecyclerView — With Multiple View Type we improvised our MyBuddy app that implemented multiple view types. With multiple view type some of the data item in the list displayed image along with buddy name and buddy tag line while some without image. Now it's MyBuddy v3.0!! Yes you heard it right. …
Jesus answered, “Dear woman, why are you telling me this? It is not yet time for me to begin my work.”
- John 2 : 4
Why should I alone suffer? Why is this happening to me alone? Will my life end without any happiness? Will I never see any success in my life? Everyone are laughing at my failure? Why? Why? Why? Are you asking these questions to yourself everyday? Are you asking do I have no answer for these questions?
I tell you there is only one solution for all these questions. You will see happiness, success, joy…
This is a series of blogs that help you understand the concept of RecyclerView and demonstrate the implementation of the same. Welcome back to third blog of the series RecyclerView — With Multiple View Type. In the previous blog RecyclerView — A Deep Dive we explored the key classes of RecyclerView and had some fun time programming our very first app of this series My Buddy which enabled us to understand the core working of RecyclerView. …
Category: Android Dev | Kotlin
This is a series of blogs that help you understand the concept of RecyclerView and demonstrate the implementation of the same. Welcome back to second blog of the series RecyclerView — A Deep Dive. In the previous blog RecyclerView — An Overview you were introduced to RecyclerView and it’s behavior. In this blog we will explore the key classes of RecyclerView and it’s implementation through a simple app that displays list of data that contains only text to understand the working of RecyclerView.