Open in app

Sign In

Write

Sign In

Amit Gupta
Amit Gupta

2 Followers

Home

About

Aug 16

Framework Choice for Different Apps in Android

In this article , I am focusing on some factors how we can choose the tech framework for Android apps which is always a great confusion between teams to minimise the development cost. Here’s a table listing factors to consider when choosing a Mobile Tech Stack for mobile development: Here’s…

React Native Vs Native

3 min read

Framework Choice for Different Apps in Android
Framework Choice for Different Apps in Android
React Native Vs Native

3 min read


Aug 16

How to choose Android Design Pattern

In this article , I want to focus which architecture is suitable in which kind of Android App. MVC, MVP, MVVM all of these designs are dealing for the different layers to segregate the responsibility for each individual layer but these differs with one major aspects how much the individual…

Android Design Patterns

2 min read

How to choose Android Design Pattern
How to choose Android Design Pattern
Android Design Patterns

2 min read


Aug 9

React Native Frameowrk Size in Android Builds

Goal: Evaluate the Size of React Native(RN) Framework for Mobile Apps. Investigation: Create Sample React Native app and Sample Android Native App to compare the size of final apk. Repos for Sample Apps are: React Native: https://github.com/g5-amit/AwesomeProject Android Native: https://github.com/g5-amit/Android_Blank_Sample_App Build Optimization: Both Sample app’s apks are optimized for the…

React Native Size

1 min read

React Native Frameowrk Size in Android Builds
React Native Frameowrk Size in Android Builds
React Native Size

1 min read


Aug 9

Creating the Release Build Apk for Android or React Native

Step 1. Generate a keystore your_key_name can be any name you want to put for your project. amitgupta@Amits-MacBook-Pro MyApplication > keytool -genkey -v -keystore your_key_name.keystore -alias your_key_name -keyalg RSA -keysize 2048 -validity 10000 Enter keystore password: Re-enter new password: What is your first and last name? [Unknown]: Amit Gupta What…

React Native Build

2 min read

React Native Build

2 min read


Jul 3

Create ,Deploy & Test Website

Create and Deploy simple React website in 5 mins Step1: Setup and Installation: Go to website : https://nodejs.org/en and install npx from here in your MAC Book Step2: Creating Simple App To create a new app, you may choose one of the following methods: npx npx create-react-app my-app npm npm init react-app my-app Yarn yarn create react-app my-app It will create…

Web App Development

3 min read

Web App Development

3 min read


May 19

Handling Google Prominent Disclosure Guidelines In Android App

Hi folks, I have written this article to shed light on the Prominent Disclosure policy which is made mandatory by Google for uploading apps on the play store. A couple of months ago, Google launched a new policy to handle compliance of Prominent Disclosure dialogs for Android applications. We connected…

Android Permissions

4 min read

Handling Google Prominent Disclosure Guidelines In Android App
Handling Google Prominent Disclosure Guidelines In Android App
Android Permissions

4 min read


May 19

Basics of Image loading

// Loader image - will be shown before loading image int loader = R.drawable.loader; // Imageview to show ImageView image = (ImageView) findViewById(R.id.image)…

Image Loading And Caching

2 min read

Image Loading And Caching

2 min read


Jan 12, 2022

SSL Pinning in Android

I have seen many people are confused for SSL pinning in Android , So I want to share my experience for it and I will be happy to see comments if anything in this article is written wrong. What is SSL Pinning: According to the documentation, SSL stands for Secure…

Ssl Pinning

5 min read

Ssl Pinning

5 min read


Dec 24, 2021

Find All Permutation of a given String in Easy Way

See possible permutations of string “ABC” in the picture Now what can we see from the picture that for first step, We have to rotate character at first position to every next position in given String ABC. in 2nd step , we have to rotate 2nd character position with every…

Permutation

1 min read

Find All Permutation of a given String in Easy Way
Find All Permutation of a given String in Easy Way
Permutation

1 min read


Nov 10, 2021

Image Not loaded sometime and first time using Picasso in Android

Problem Statement: Sometime we don’t get call back from Picasso third party library when image loading process is completed and our image Views just keep showing the placeholder and not the real image. Sometime our animation also does not work if it is dependent on Image load completion call back…

Picasso

3 min read

Picasso

3 min read

Amit Gupta

Amit Gupta

2 Followers

Principal Software Engineer , Mobile Engineering

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams