Skip to content
Coding With Evan
  • Home
  • Blogs
    • All
    • Android Development
  • Tutorials
  • Courses
  • Contact
  • Toggle website search
Menu Close
  • Home
  • Blogs
    • All
    • Android Development
  • Tutorials
  • Courses
  • Contact
  • Toggle website search
Read more about the article Memory Optimization Techniques for Android App Development: Boost Performance and Efficiency

Memory Optimization Techniques for Android App Development: Boost Performance and Efficiency

  • Post author:evanemran
  • Reading time:7 mins read

Introduction: Memory optimization plays a crucial role in developing high-performance Android applications. As smartphones become more powerful and feature-rich, optimizing memory usage becomes increasingly important…

Continue ReadingMemory Optimization Techniques for Android App Development: Boost Performance and Efficiency
Read more about the article Flutter State Management: A Comprehensive Guide

Flutter State Management: A Comprehensive Guide

  • Post author:evanemran
  • Reading time:9 mins read

Introduction: Flutter, the popular cross-platform framework for mobile app development, has gained immense popularity for its rich UI capabilities and fast development cycles. As apps…

Continue ReadingFlutter State Management: A Comprehensive Guide
Read more about the article Unraveling the Algorithms: A Journey Through the World of Computational Logic

Unraveling the Algorithms: A Journey Through the World of Computational Logic

  • Post author:evanemran
  • Reading time:14 mins read

Algorithms are a set of well-defined instructions used to solve a particular problem. They are a fundamental concept in computer science and play a crucial role…

Continue ReadingUnraveling the Algorithms: A Journey Through the World of Computational Logic
Read more about the article Demystifying the Activity and Fragment Lifecycle in Android Development

Demystifying the Activity and Fragment Lifecycle in Android Development

  • Post author:evanemran
  • Reading time:5 mins read

Introduction When developing Android applications, understanding the lifecycle of activities and fragments is essential for building robust and responsive apps. The Android platform provides a…

Continue ReadingDemystifying the Activity and Fragment Lifecycle in Android Development
Read more about the article Test-Driven Development: Enhancing Software Quality and Developer Confidence

Test-Driven Development: Enhancing Software Quality and Developer Confidence

  • Post author:evanemran
  • Reading time:5 mins read

Introduction In the ever-evolving landscape of software development, the quest for creating high-quality and robust applications has become paramount. Test-Driven Development (TDD) has emerged as…

Continue ReadingTest-Driven Development: Enhancing Software Quality and Developer Confidence
Read more about the article Setup Firebase Cloud Messaging in Flutter

Setup Firebase Cloud Messaging in Flutter

  • Post author:evanemran
  • Reading time:5 mins read

FCM (Firebase Cloud Messaging) is a cloud messaging platform developed by Google that enables developers to send notifications and messages to users across a variety…

Continue ReadingSetup Firebase Cloud Messaging in Flutter
Read more about the article How to Publish Your Own Flutter Package

How to Publish Your Own Flutter Package

  • Post author:evanemran
  • Reading time:9 mins read

We have used different packages to create different widgets in our flutter projects. Flutter community is now much stronger and we have numerous packages or…

Continue ReadingHow to Publish Your Own Flutter Package
Read more about the article OTP Autofill with Google’s SMS Retrieval API [Android]
android_otp_autofill

OTP Autofill with Google’s SMS Retrieval API [Android]

  • Post author:evanemran
  • Reading time:9 mins read

Sometimes we need to automate the OTP verification process in our mobile app for better user experience. For a smooth experience for this. google introduced…

Continue ReadingOTP Autofill with Google’s SMS Retrieval API [Android]
Read more about the article All About HTTP Status Codes
http_status_codes

All About HTTP Status Codes

  • Post author:evanemran
  • Reading time:25 mins read

What are HTTP status codes? HTTP status codes are three-digit responses from the server to the browser-side request. Everyone has probably gotten the classic 404…

Continue ReadingAll About HTTP Status Codes
Read more about the article Make a News App in Flutter with Retrofit
flutter_news_app

Make a News App in Flutter with Retrofit

  • Post author:evanemran
  • Reading time:8 mins read

Nowadays network calling is essential in almost every app. SO, in this blog we will learn about how we can use "Retrofit" in flutter to…

Continue ReadingMake a News App in Flutter with Retrofit
Copyright 2023 - Coding With Evan