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!
kotlin
Android

Build a File Explorer in Kotlin – Part 1 – Introduction and Set up

Introduction This tutorial series will guide you through building a simple Android File Explorer application in Kotlin. You will develop a file explorer application with core functionalities of creating, deleting, copying  and moving files/folders. I assume that you have a good understanding of Android Development and Kotlin language. These tutorials Read more…

By Gurleen Sethi, 3 years ago
kotlin
Android

Build a File Explorer in Kotlin – Part 2 – Reading files from paths

So now that you have set up the project, lets start coding and making this File Explorer come to life! (If you haven’t read the first part of this series, please read it here.) Setting up FilesListFragment The first thing you are going to do is create a Fragment named Read more…

By Gurleen Sethi, 3 years3 years ago
workmanager
Android

How to use WorkManager in Android

So you are here to learn about WorkManager, before actually teaching you how to use it let me tell you what it is and what it does. WorkManager lets you schedule tasks in the background. Say your app needs to sync data or move a file to different folder or Read more…

By Gurleen Sethi, 3 years3 years ago
widget
Android

How to create Widget for your Android app

What are you going to achieve in this widget tutorial? You will make a counter application that will count the number of clicks. You will set up a basic application that shows the number of clicks in an activity and the clicks will keep on increasing whenever you tap on Read more…

By Gurleen Sethi, 3 years3 years ago
two pane
Android

How to make two pane layout in Android

In this tutorial you will learn how to make make a two pane layout in Android and thus making your application responsive in design. Be it on phone or tablet, your application should look flawless, one of the commonly used design pattern when on tablet is two pane also known Read more…

By Gurleen Sethi, 3 years ago
dart
Dart

Just enough Dart for Flutter – Tutorial 04 – Asynchronous and Libraries

Now we will take a look at how to handle asynchronous code execution in Dart. When working with Flutter you will do various operations such as Network Calls and Database access that should be executed asynchronously. Importing Library in Dart In Dart to get async support you need to import Read more…

By Gurleen Sethi, 3 years3 years ago
dart
Dart

Just enough Dart for Flutter – Tutorial 03 – Classes and Generics

Lets study about one of the most important part of a modern day language, without which these days a programming language is not complete, classes! Classes in Dart are simple yet they bring many new tricks to that table. Classes in Dart Here is how you declare a simple class Read more…

By Gurleen Sethi, 3 years2 years ago
dart
Dart

Just enough Dart for Flutter – Tutorial 01 – Variables, Types and Functions

So you heard about the Flutter framework and want to know what is it really about. But before that you need to know Dart programming language. Now the language itself is easy to learn and very similar to JavaScript(no pun intended). But there are some new aspects to the language Read more…

By Gurleen Sethi, 3 years3 years ago
dart
Dart

Just enough Dart for Flutter – Tutorial 02 – Control Flow and Exceptions

So now that we are done with Variables, Types and Functions in Dart (if you haven’t read it, please read it here), now we will take a look at control flow and exception handling in Dart. I highly recommend going through the official language tour on Dart website after reading Read more…

By Gurleen Sethi, 3 years3 years ago
notification
Android

Guide to Notifications in Android

In this tutorial you will be learning how to create notifications in Android. You will learn how to make a simple notification. After that you will learn different styles of Notifications in Android. The complete code for this tutorial is available at this GitHub repo , you can clone/download the project Read more…

By Gurleen Sethi, 3 years3 years ago

Posts navigation

Previous 1 2 3 Next
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