Android RSS Feed Reader Application Development
RSS stands for rich site summary almost all website has it. It contains the latest information from that website for example if it is news website then it’s RSS feeds can contain website basic...
RSS stands for rich site summary almost all website has it. It contains the latest information from that website for example if it is news website then it’s RSS feeds can contain website basic...
Firebase is getting more and more popular these days. Firebase provides many services like authentication, real-time database etc. In the days of mysql, it was very difficult to manage users and we have to...
by Amardeep Yadav · Published October 27, 2017 · Last modified November 9, 2017
For a beginner in previous days connecting android studio projects with firebase or google services was a big pain but not now with the new android studio you can connect your project directly to...
by Amardeep Yadav · Published October 27, 2017 · Last modified November 2, 2017
Whether it’s website, application, or software login and registration are very important parts for most of them. In this post we will learn how we can achieve login and registration using SQLite database. In...
by Amardeep Yadav · Published October 24, 2017 · Last modified November 9, 2017
If you are creating application then in most cases you need to create login and register screen. So in this post, i will demonstrate how to create a material login and register screen. Android...
Hello and welcome back guys this time we will be taking look at Data Models in RecyclerView. Data Models are used to feed information to RecyclerView items and store changes at run-time. Best way...
Hello and welcome guys in this post we complete remaining design of Recyclerview. We will add use cardview for good material design. Then we will add some decoration to Recyclerview. So let’s get started
Hello and welcome guys In this video we will be designing our Recyclerview. It’s very important to design Recyclerview for great user experience. So let’s get started
Hello and welcome guys in this post we will be talking about layout managers in Recyclerview. There are three basic layout managers Linear Layout manager , Grid Layout Manager and Staggered Grid Layout Manager....
Hello and welcome mates , In this post we will create a simple Reclerview and will understand its functionality. If you are new to Reclerview then go to my first post on #1 Android...