Category: Android

  • Unleashing the Power of 5G: Revolutionizing Wireless Communication

    5G technology has recently emerged as a game-changer in the telecoms industry.  Because of 5G’s incredible speed, exceptionally low latency, massive network, and enhanced dependability, the way we communicate and interact with technology is set to alter dramatically. This blog delves into the fundamentals of 5G technology, its essential features, and its implications for many […]

  • Custom RecyclerView with EmptyView support

    Hey folks, as you might know that RecyclerView does not support EmptyView but we can implement it using Custom RecylerView and in this post i am going to show you exactly that. EmptyView is  any view which is shown when there is no data in the list. It is a great way to improve user […]

  • RecyclerView in PopupMenu

    Hey Folks, in this blog i am going to tell you about how to implement RecyclerView in PopupWindow and in case you are new to android and wondering what are these Go check out the official documentation ->> PopupWindow RecyclerView Here’s a demo what we are going to achieve after this tutorial:- Download project Lets get Started. […]

  • Android implementing Volley using Kotlin

    Hey Guys, today I am going to tell you how to implement Network hits using Volley Library in Kotlin. Before getting into this tutorial, I tell you what Volley is. Android volley is a networking library was introduced to make networking calls much easier, faster without writing tons of code. By default all the volley […]