Ayusch Jain, Java Code Geeks

Ayusch Jain

Java Code Geeks

New Delhi, DL, India

Contact Ayusch

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Java Code Geeks
  • Hacker Noon

Past articles by Ayusch:

How To Master Data Structures & Algorithms in 6 Simple Steps

Interested to learn about Data Structures? Check our article explaining how To Master Data Structures & Algorithms. → Read More

Software Development vs Competitive Programming

Development vs competitive programming, this is a question that must have come into your head when you were in college, or while preparing for interviews. → Read More

Using Work Manager in Android with Example

In this post, we’ll take a look at how to use the work manager in android. Work manager is a part of the android architecture components and is a good → Read More

Android Fragment Lifecycle Explained!

Whether you’re preparing for an interview or want to implement fragments in your app, you should know about the fragment lifecycle.Most of us know android activity lifecycle pretty well, but not ... → Read More

Android Launch Modes and Tasks Explained

Android launch modes are a very conceptual topic in Android development and can be easily messed up. There are 4 major launch modes in android that you → Read More

Android Activity Life Cycle – The Complete Guide

Interested to learn about Android Activity? Check our article presenting a complete guide about Android Activity Life Cycle. → Read More

Using Custom Fonts in Flutter

In this flutter tutorial, we’ll take a look at how to use custom fonts in flutter. Font is essential in establishing your brand identity and default fonts do not always serve the purpose.Flutter ... → Read More

Creating a Flutter Web & Android & iOS Application

I recently created a flutter web, flutter iOS and flutter Android Application. This is a short account of my experience with the same. Especially with so much hype around flutter web, I was very exci... → Read More

ListView using SQflite in Flutter

Interested to learn about SQflite? Check our article taking a look at how to create a ListView using Sqflite in Flutter with examples. → Read More

Double back button press to exit in React Native

Interested to learn about Double back? Check our article explaining how to implement double back press to exit, in React Native. → Read More

Using SQLite in Flutter

Interested to learn about SQLite? Check our article explaining how SQLite works in flutter adding the ability to add, remove the tasks from a list. → Read More

Flutter Provider Pattern Explained

Interested to learn about Provider pattern? Check our article explaining thoroughly the Provider pattern in Flutter with examples. → Read More

Android Developer Interview Preparation Series

Interested to learn about Interview Preparation? Check our article explaining some android developer interview questions which are very frequent. → Read More

Android Developer Interview Preparation Series

Interested to learn about Android Developer? Check our article presenting a guide that will help you with the interview for becoming an android developer. → Read More

IntelliJ Plugin Development Tutorial Pt. 3 – Persisting State (Storage)

Interested to learn about Persisting State? Check our article taking a look at persisting state in an intellij plugin with examples. → Read More

IntelliJ Plugin Development Tutorial Pt. 2 – Handling User Input

Interested to learn about IntelliJ Plugin? Check our article explaining how to handle user input in IntelliJ Plugin Development Tutorial. → Read More

IntelliJ/Android Studio Plugin Development Tutorial – Getting Started

In this intellij plugin development tutorial, we’ll be taking a look at how to build a simple plugin for IntelliJ. And since Android Studio is also built on IntelliJ, it can be used in Android Studio... → Read More

Publishing your Android Library to Bintray (Gradle)

In the last article, I mentioned how I got around to creating an Open-Source android library. In this post, we’ll take a look at how to publish your android library to Bintray. Once your library is p... → Read More

7 Options to capture Java heap dumps

Interested to learn about heap dumps? Check our article offering 7 Options to capture Java heap dumps vital artifacts to diagnose memory-related problems → Read More

Memory Efficient: Eclipse vs IntelliJ (Android Studio)

Eclipse and IntelliJ are the two competing IDEs in the industry. There are lot of passionate discussion going in the social media, forums to declare the winner in this race. We thought it would be a ... → Read More