Mobile Architecture

What is NKD? The NDK, or Native Development Kit, is a set of tools provided by Android for developers to write and implement performance-critical parts of their applications using native code languages like C and C++. This is particularly useful for tasks that require high performance, such as graphics-intensive applications, games, or algorithms that benefit […]

person shubham sharmaaccess_time April 26, 2024launch Read More

Explain the concept of futures and streams in Dart.

In Dart, futures and streams are fundamental concepts used for asynchronous programming. They provide a way to handle operations that may not immediately return a result, such as network requests, file I/O, or computations that take time to complete. Futures: Definition: A future represents a potential value or error that will be available at some […]

person shubham sharmaaccess_time February 22, 2024launch Read More

Type of problem can be solved by ML

Machine learning (ML) can solve a wide variety of problems, including: Classification: This is the task of assigning a category to an input. For example, a machine learning model could be trained to classify images of animals into different categories, such as cats, dogs, and horses. Regression: This is the task of predicting a continuous […]

person shubham sharmaaccess_time September 5, 2023launch Read More

Random technical terms

Object LiteralDebounceDesign PatternGuard StatementTuple Coupling Tight coupling : In general, Tight coupling means the two classes often change together. In other words, if A knows more than it should about the way in which B was implemented, then A and B are tightly coupled. Loose coupling : In simple words, loose coupling means they are […]

person shubham sharmaaccess_time April 20, 2022launch Read More

React-Native key questions

JavaScript Related Questions Hoisting in JavaScript Var, let and const Temporal dead zone lexical scope Higher-Order Functions Functions that operate on other functions, either by taking them as arguments or by returning them, are called higher-order functions Shallow copy and Deep copy Difference B/W These functions Function Expression Function Declaration Function Statement Anonymous Function Named […]

person shubham sharmaaccess_time February 6, 2022launch Read More

MVC vs MVVM: Key Differences with Examples

What is MVC? The MVC framework is an architectural pattern that separates an applications into three main logical components Model, View, and Controller. Hence the abbreviation MVC. The full form MVC is Model View Controller. In this architecture, a component is built to handle specific development aspects of an application. MVC separates the business logic […]

person shubham sharmaaccess_time February 6, 2022launch Read More

iOS: Swift Push Notification config via Firebase

 

 

 

person shubham sharmaaccess_time January 18, 2020launch Read More

iOS Custom Dialog

ViewController Where you need to open dialog

  Dialog ViewController

Download Project

person shubham sharmaaccess_time June 24, 2019launch Read More

Common Issues

ViewPager PagerAdapter not updating the View

 

person shubham sharmaaccess_time September 10, 2018launch Read More

Short div(Element) by jQuery

 

person shubham sharmaaccess_time November 18, 2017launch Read More