DropDown With Images

By : Sandhya Deshmukh
Category : React-Native
October 29, 2020

DropDown is used to show list item data . Which provides dynamically item selection and positioning , also view selected item. Dropdown is easy for choose required item from multiple item list data .…

SWR In React-Native Part1

By : Sandhya Deshmukh
Category : React-Native
October 29, 2020

Why use SWR? SWR is caching strategy that is gaining popular in React and React-Native. It allow us to load cached data(stale), while at the same time refresh the content(revalidate) so that updated …

Atomic Structure In React Native

By : Sandhya Deshmukh
Category : React-Native
September 25, 2020

Why would to use Atomic structure? Let’s say a developer has a list of buttons used for the application , all in black background and white title color. They haven’t worked in the application in a wh…

Create react native project with Expo

By : Sandhya Deshmukh
Category : React-Native
September 08, 2020

Information About Expo Client Expo is command line app provides interface between developer and expo tools. Expo is strong set of tools and services to generate a ReactNative app. Create native app u…

Migrate NavigationEvents from V4.x to V5.x in React Native

By : Sandhya Deshmukh
Category : React-Native
July 25, 2020

NavigationEvents in React Native API Version 4.x NavigationEvents is React Component used to providing declarative API to navigation events. Also send data from one screen to another screen using par…

SweetAlertDialog : Unknown animation name Rotate3dAnimation

By : Sandhya Deshmukh
Category : Android
July 11, 2020

Problem When using sweetAlertDialog in higher targetSdkVersion(>=16) and above facing issue for SweetAlert library as, java.lang.RuntimeException: Unknown animation name: cn.pedant.SweetAlert.Rotate3…

Gradle in Android Studio

By : Siddhi Rajput
Category : Android
March 04, 2020

Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL(Domain Specific Language). Android is using Gradle…

Using ProGuard and DexGuard in Your Android App

By : Siddhi Rajput
Category : Android
February 26, 2020

Android applications and SDKs are easy to decompile using readily available tools. This opens the way for data security violations like intellectual property theft, credential harvesting, tampering a…

Proguard and DexGuard

By : Siddhi Rajput
Category : Android
February 22, 2020

Proguard The open source optimizer for Java byte-code. It is the most popular optimizer for Java byte-code. It makes your Java and Android applications up to 90% smaller and up to 20% faster. It rena…

AndroidX Migration

By : Siddhi Rajput
Category : Android
February 19, 2020

Google has recently introduced a new way of organizing support libraries called AndroidX. Android Jetpack is a suite that provides tools, components and guidance to build Android Apps. Android jetpac…