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 .…
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 …
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…
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…
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…
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 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…
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 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…
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…