TheTechnoCafe

  • Home
  • Android
  • Kotlin
  • Linux
    • Shell
  • About
  • Software
    • Software Design
  • Request Tutorial

Gurleen Sethi

How can I tell you about myself in just a few lines, to get to know me you can reach out to me, email, text, call, or any other method of communication you like. I am always there for you!
retrofit
Android

Getting Started with Retrofit in Android

Retrofit is a well known networking library among Android Developers, some even consider it as the industry standard. There are many reasons why it is so popular, great support for REST API’s, easily testable, easy to set up and make network calls. In this tutorial I will show you how Read more…

By Gurleen Sethi, 3 years3 years ago
admob
Android

A complete guide to integrating AdMob in your Android App

So you have developed an android application and now you want to make some money from your application. You have come to the right place. In this article I will teach you how to integrate AdMob in your application. By the end of this article you will know how to Read more…

By Gurleen Sethi, 3 years ago
livedata
Android

Understanding LiveData in Android Architecture Components

What is LiveData? LiveData is part of Android Architecture Components released by Google. It is an Observable(it follows observer pattern) class that holds data of type that you specify. If you have worked with RxJava, it is similar to an Observable. In case of Observables you have to dispose them Read more…

By Gurleen Sethi, 3 years3 years ago
lifecycle
Android

Understanding Lifecycle in Android Architecture Components

What is Lifecycle and why should I care? Lifecycle is a part of many Architecture Components released by Google to make the life of Android devs a whole lot easier. Lifecycle provides a set of classes and interfaces that let you better mange your application components according to your activity/fragment Read more…

By Gurleen Sethi, 3 years3 years ago
room
Android

How to use Room in Android – All you need to know to get started

Pre requisite of this tutorial is that you must have knowledge of databases and basic CRUD operations with them. Knowledge of SQLite in Android is recommended but not necessary. This tutorial will get you started with Room in Android by teaching you all the CRUD operations and related details required to use this amazing library Read more…

By Gurleen Sethi, 3 years3 years ago
Android

Move content to side in Drawer Layout Android

Have you noticed how some android applications move the content inward when you open the navigation drawer? Isn’t that a cool effect! In this tutorial I am going to show you exactly how you can achieve the same. Below is the effect that we are going to create in this Read more…

By Gurleen Sethi, 3 years3 years ago
bottom sheet
Android

How to make Bottom Sheet in Android

Bottom Sheet is a really nice way to create improved UI and UX designs. They are used by almost all big applications out there, be it Uber, Google Maps, Google Docs and almost any other Google application. Android comes with built in support for making bottom sheets. We can make Read more…

By Gurleen Sethi, 3 years3 years ago
data class
Android

Kotlin Data Class Tutorial

Introduction and Comparison to JAVA In JAVA when you want to create a simple POJO class , you have to do a lot of ceremony, write getter/setter for all properties, write equal, toString and hashCode function. While the verbosity of it is good in some cases, writing and maintaining such Read more…

By Gurleen Sethi, 3 years3 years ago

Posts navigation

Previous 1 2 3
Recent Posts
  • Dart Extension Members
  • Flutter Crash Course – 6 – Networking Basics
  • Flutter Crash Course – 5 – Building Lists and Pages
  • Flutter Crash Course – 4 – Dive into more Flutter Widgets
  • Flutter Crash Course – 3 – Dive into Flutter Widgets
Recent Comments
  • Jocelyn on How to make two pane layout in Android
  • Viktor on Build a File Explorer in Kotlin – Part 1 – Introduction and Set up
  • spidy on Build a File Explorer in Kotlin – Part 4 – Adding Breadcrumbs
  • Fakhruddin on Move content to side in Drawer Layout Android
  • Tahib on How to make Bottom Sheet in Android
Never Miss A New Post






Archives
  • November 2019
  • September 2019
  • July 2019
  • March 2019
  • February 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • April 2017
  • March 2017
Categories
  • Android
  • Dart
  • Flutter
  • Kotlin
  • Linux
  • Shell
  • Software
  • Software Design
  • Uncategorized
  • About
Hestia | Developed by ThemeIsle