Level UP your Kotlin data class using extensions.Kotlin provides the ability to extend a class with new functionality without having to inherit from the class or use design patterns such…May 14, 20211May 14, 20211
Predict Airline passenger satisfactionExplore how accurate can k-NN, Logistic regression and Linear Support Vector Machine can forecast. Determine the optimal parameter for each…May 14, 2021May 14, 2021
K Nearest Neighbors: Predicting Airline Passenger satisfactionWith a high accuracy rate 93% and a high value of ROC curve.Apr 22, 2021Apr 22, 2021
Implement double click function using RxBindingMake sure you add the following dependencies:Oct 3, 2019Oct 3, 2019
Calling SharedPreferences using application context.If you wish not to pass context from your activity going to your Presenters and ViewModels when saving or retrieving your key-value data…Apr 7, 2018Apr 7, 2018