-> A Fake Calculator App built to familiarize with Jetpack Compose. -> Used to prank friends/family by pre-selecting their contact and performing random narrative computations to finally result their phone number.
-> UI is built purely on the latest release on Jetpack Compose. -> Contacts Permission is requested on the first onCreate. -> Contacts selector is opened by long pressing the result view. -> Contacts selector is presented using Jetpack Compose's Lazy-Column which loads data lazily (Replacement for Recycler-View). -> Basic String Manipulation is done to exclude details like international dialing prefix, country code, etc. -> Presents the phone number as result when '=' is pressed. -> Surprise your friends/family using this app!