Time complexity of sorting algorithms Selection Sort – Youtube Link From the beginning of an array, it finds minimum element in ...
Searched For
P vs. NP
NP – Complete A problem p in NP is NP-complete if every other problem in NP can be transformed (or reduced) into p in polynomial time. It ...
Mimic (ICSE `19)
A design figure on left shows the Mimic architecture. Mimic takes as input a set of apps and a Mimic script. The Mimic runtime that runs ...
How to create custom framework APIs
On this post, we will learn how to modify or create framework APIs on AOSP (Android Open Source Project). Before start, let’s set a build ...
Mocket App (Summer `18)
Mocket is an android application helping users to memorize words. Please visit Github for source code. Total code implementation: Java files > ...
Gesto (EICS `19)
AutoClicker (Mobisys `17 – Demo)
Reptor (MobiSys `17)
Frameworks supporting to develop cross-platform mobile apps
Recently, multiple frameworks support developing cross-platform mobile apps. This means developers can reuse the written code on different ...
Types of apps and frameworks
Native Apps are built with native APIs from specific platform such as IOS, Android, and BlackBerry. Pros High performance. Supports push ...