Traditional Programming vs. Machine Learning: Spam Email FilteringSpam email filtering is a common problem in computing. Traditionally, developers implemented spam filters using fixed rules, explicitly…Feb 17Feb 17
Published inJetpack ComposersWhat does the PaddingValues parameter in a Compose Scaffold do?Scaffold padding values define padding that will be applied along the inside edges of a box.Oct 19, 2022Oct 19, 2022
Published inJetpack ComposersWhat the Heck Is Jetpack Compose remember Vs remember mutableStateOf?Exists over time. This is what remember does.Sep 28, 20221Sep 28, 20221
#9 Daily Problems -MergeTwoLinkedListsHi guys today is my 9th day of coding practice and soling one problem per day.Jul 27, 2020Jul 27, 2020
#7 Daily Problems -AddTwoHugeNumbersHi guys today is my 8th day of solving the one problem per day.Jul 26, 2020Jul 26, 2020
#7 Daily Problems -IsListPalindromeHey Guys, it’s my 7th day of solving one problem per day continously.This is a very small miles stone I have reached. Problem:Jul 25, 2020Jul 25, 2020
#6 Daily Problems -RemoveKFromListHi friends, This is my 6th day of solving one problem per day. I have started to solve the linked list related problems. Actually it is…Jul 24, 2020Jul 24, 2020
#5 Daily Problems -IsCryptSolutionThis is my 5th day of 1 problem soving per day. This problem also belongs to array. Problems credits: Code SignalJul 23, 2020Jul 23, 2020
#4 Daily ProblemsHi Friends, I have solved the array related problem in fourth day.Jul 21, 20202Jul 21, 20202
#3 Daily ProblemsHi friends, This is my third day coding practice in problem solvingJul 21, 2020Jul 21, 2020
#2 Daily ProblemsAs I already mention in previous post, I have planned to do solve one problem per day.Jul 19, 2020Jul 19, 2020
#1 Daily ProblemsIt’s never too late to start something new, to do all those things that you’ve been longing to do. So I have started to solve daily one…Jul 18, 2020Jul 18, 2020
Experience and Findings While doing R&D in AR Core and ML KitWe have been doing R&D (Research and Development) for a month in AR Core and Machine Learning. It was very exciting to learn about…Apr 25, 2020Apr 25, 2020
#5 Exploring Kotlin -PackageAs we know, Packages usually use to group the related classes. Like Java, Kotlin file also may start with a package declaration but with…Feb 15, 2020Feb 15, 2020
#6 Daily issues in Android- Cleartext Traffic ErrorI faced this error after I updating the SDK from 26 to 29 and making the API call using http instead of https. java.io.IOException…Jun 22, 2019Jun 22, 2019
Android Networking library: RxAndroidNetworking — To handle All type of API request(graphQL and…RxAndroidNetworking is a powerful Android library for doing any type of networking call in Android applications which is made on top of…Apr 13, 2019Apr 13, 2019