Open in app

Sign In

Write

Sign In

Pradyot Prakash
Pradyot Prakash

77 Followers

Home

About

Pinned

Personalise Your Application — Flutter

A very common and useful page into your application is the personalisation or theming. Where a user can change some or most of the things based on there likings and needs. For example, Dark/Light mode, colours, language, font, text size and many more. Let’s try to make this screen into…

Flutter

8 min read

Personalise Your Application — Flutter
Personalise Your Application — Flutter
Flutter

8 min read


Published in Geek Culture

·Pinned

WhatsApp Clone — Jetpack Compose

Let’s make a WhatsApp clone using the latest Jetpack Compose framework for Android. I mean why not!! 😅. The most used application needs to be cloned once more. And I will be making major UI changes as I move forward. There will be a part where I will put…

Jetpack Compose

1 min read

WhatsApp Clone — Jetpack Compose
WhatsApp Clone — Jetpack Compose
Jetpack Compose

1 min read


Dec 3, 2022

Rental — Propose Feature

Rental — Wishlist Feature Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.pradyotprksh4.medium.com Let’s add a feature where the Renter can propose to the owner for the interesting property. Renter can say if the rent and deposit is okay or even give a different value as well. And the Owner will either agree or disagree.

Android

1 min read

Rental — Propose Feature
Rental — Propose Feature
Android

1 min read

Rental — Propose Feature

Photo by Tierra Mallorca on Unsplash

Rental — Wishlist Feature

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.

pradyotprksh4.medium.com

Let’s add a feature where the Renter can propose to the owner for the interesting property.

Renter can say if the rent and deposit is okay or even give a different value as well. And the Owner will either agree or disagree.

--

--


Nov 21, 2022

Rental — Wishlist Feature

Rental — Update Property Details Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.pradyotprksh4.medium.com We will now giving an option to Renter to add a property as a wish list and even delete it. Rental — Propose Feature Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.pradyotprksh4.medium.com If you have any new question please provide it in the comments, will add it to the list.

Android

1 min read

Rental — Wishlist Feature
Rental — Wishlist Feature
Android

1 min read

Rental — Wishlist Feature

Photo by Tierra Mallorca on Unsplash

Rental — Update Property Details

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.

pradyotprksh4.medium.com

We will now giving an option to Renter to add a property as a wish list and even delete it.

Rental — Propose Feature

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.

pradyotprksh4.medium.com

If you have any new question please provide it in the comments, will add it to the list.

Follow for getting the notification when new articles are published.

Follow me on Twitter and GitHub.

--

--


Nov 21, 2022

Rental — Update Property Details

Rental — Renter Search Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.pradyotprksh4.medium.com We are going to give the owners a feature to update the Property details. There was one issue with the approach we will be fixing that up in our future videos. Rental — Wishlist Feature Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.pradyotprksh4.medium.com

Android

1 min read

Rental — Update Property Details
Rental — Update Property Details
Android

1 min read

Rental — Update Property Details

Photo by Tierra Mallorca on Unsplash

Rental — Renter Search

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.

pradyotprksh4.medium.com

We are going to give the owners a feature to update the Property details.

There was one issue with the approach we will be fixing that up in our future videos.

Rental — Wishlist Feature

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.

pradyotprksh4.medium.com

If you have any new question please provide it in the comments, will add it to the list.

Follow for getting the notification when new articles are published.

Follow me on Twitter and GitHub.

--

--


Nov 21, 2022

Rental — Renter Search

Rental — The Beginning Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.pradyotprksh4.medium.com We are adding one feature for the Owner of the properties to search for a Renter. Watch the below video for the explanation and the implementation. It also has some changes in Python project. Rental — Update Property Details Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.pradyotprksh4.medium.com

Android

1 min read

Rental — Renter Search
Rental — Renter Search
Android

1 min read

Rental — Renter Search

Photo by Tierra Mallorca on Unsplash

Rental — The Beginning

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.

pradyotprksh4.medium.com

We are adding one feature for the Owner of the properties to search for a Renter.

Watch the below video for the explanation and the implementation. It also has some changes in Python project.

Rental — Update Property Details

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍.

pradyotprksh4.medium.com

If you have any new question please provide it in the comments, will add it to the list.

Follow for getting the notification when new articles are published.

Follow me on Twitter and GitHub.

--

--


Nov 21, 2022

Rental — The Beginning

Let’s build an Android application, using Jetpack Compose 💚. But with a touch of Python 🐍. Don’t worry, we will not be adding Python into our Android project, we will be making our backend service using it. And since I am not so good with Authentication using Python, and to…

Android

1 min read

Rental — The Beginning
Rental — The Beginning
Android

1 min read


Apr 12, 2022

PyBlog — Python & Firebase

In this article I will be creating a simple blog command line application, which will connect to Firebase. Features of PyBlog: Authentication 🔑 Upload Profile Image 🤳 Profile Details ✍️ Write Blog 📝 Upload on Firestore — Public or Save As Draft ⏫ Logout 👋 Let’s start making the project, Using PyCharm and Python 3.10 for PyBlog. Content Project Structure Firebase Setup Authentication Profile [WIP]

Python 3

1 min read

PyBlog — Python & Firebase
PyBlog — Python & Firebase
Python 3

1 min read


Apr 12, 2022

PyBlog — Profile

Content Project Structure Firebase Setup Authentication Profile [WIP] Links [WIP] Final Remark [WIP] If the user goes to Profile option after login, then the below options will be shown to the user

Python

2 min read

PyBlog — Profile
PyBlog — Profile
Python

2 min read


Apr 12, 2022

PyBlog — Authentication

Content Project Structure Firebase Setup Authentication Profile [WIP] Links [WIP] Final Remark [WIP] So we need to know before if the user wants to create an account or want to login. Let’s give an option in the console for the user to chose from.

Python

4 min read

PyBlog — Authentication
PyBlog — Authentication
Python

4 min read

Pradyot Prakash

Pradyot Prakash

77 Followers

A common developer.

Following
  • Barack Obama

    Barack Obama

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech