Published inCodeXCreate Upload Service for Amazon S3 in AndroidImages are an essential part of any application. Uploading an image to the server, and then to a storage bucket like Amazon S3, can be time…Feb 14, 2022Feb 14, 2022
Published inProAndroidDevHow to create a preview for a link in AndroidWith the development of messaging applications, starting from WhatsApp for Chat Groups, to Slack for workspaces, link sharing is a crucial…Sep 8, 2021Sep 8, 2021
Published inProAndroidDevHow to create a basic Emoji Keyboard in AndroidAny messaging app uses emojis abundantly. But how do you create an emoji keyboard on your own, and how to store the reactions in the…Aug 20, 2021A response icon2Aug 20, 2021A response icon2
Published inProAndroidDevMedia Store API with PaginationLearn how you can use the MediaStore API in Android, along with pagination.Aug 19, 2021A response icon2Aug 19, 2021A response icon2
Published inCodeXCreating the Network Module with HiltIn the previous blog, we read about the application module, and how we can inject the Application instance using Hilt. In this blog post…Jul 9, 2021A response icon1Jul 9, 2021A response icon1
Published inCodeXCreating ViewModel dependencies using HiltIn the previous blog, we read about how we can create the network module, and how we inject dependencies related to network connections…Jul 9, 2021A response icon1Jul 9, 2021A response icon1
Published inCodeXUsing Hilt in the network moduleGoogle released Dagger which in contrast to other dependency injection frameworks provides strictly generated implementation (no…Jul 9, 2021A response icon1Jul 9, 2021A response icon1
Methods for Scoring Words in NLPNatural language processing is defined as the interaction between the computer and the human language.May 28, 2021A response icon1May 28, 2021A response icon1
Create simple Bag-of-Words modelsIn the previous blog of the series, we read about what a Bag-of-Words model is, and how we can manually create a simple model.May 28, 2021May 28, 2021
Bag-of-Words models in NLPIn this 2 part series, we shall see how we can develop a simple Bag-of-Words Model in Natural Language Processing.May 28, 2021May 28, 2021