Pinned Repositories
AccessingContacts
an implementation of contentprovider to access contacts in a device and a searchfilter to filter items
BackgroundService
an implementation of Background Service
BoundService
an implementation of boundService by extending binderclass
BoundServiceUsingMessenger
implementation of boundservice by using messenger for creatinginterface
BroadcastSender
sample implementation for sending broadcast
CameraXplorer
project is designed to provide a comprehensive exploration of the CameraX library, encompassing its functionalities and best practices for managing multiple permissions, facilitating a professional-level understanding of the library's capabilities and permission handling.
CounterApplication
to understand about threads and ui updating mechanism
CredentialManager
Securely manage user credentials with this Kotlin-based app. Features Room for efficient data storage, Flow for real-time updates, Compose for modern UI, Coroutines for smooth performance, and KeyStore for encryption. Follows MVVM architecture for maintainability
FirebasePushNotification
NewsApplication
Professionally crafted news application incorporating advanced features. Implemented Retrofit for API calls, ensuring efficient retrieval of news descriptions. Segregated news topics into distinct fragments using paging for optimized user experience. Leveraged WebView functionality to provide comprehensive details on selected news items.
AkhilDask's Repositories
AkhilDask/CredentialManager
Securely manage user credentials with this Kotlin-based app. Features Room for efficient data storage, Flow for real-time updates, Compose for modern UI, Coroutines for smooth performance, and KeyStore for encryption. Follows MVVM architecture for maintainability
AkhilDask/AccessingContacts
an implementation of contentprovider to access contacts in a device and a searchfilter to filter items
AkhilDask/BackgroundService
an implementation of Background Service
AkhilDask/BoundService
an implementation of boundService by extending binderclass
AkhilDask/BoundServiceUsingMessenger
implementation of boundservice by using messenger for creatinginterface
AkhilDask/BroadcastSender
sample implementation for sending broadcast
AkhilDask/CameraXplorer
project is designed to provide a comprehensive exploration of the CameraX library, encompassing its functionalities and best practices for managing multiple permissions, facilitating a professional-level understanding of the library's capabilities and permission handling.
AkhilDask/CounterApplication
to understand about threads and ui updating mechanism
AkhilDask/FirebasePushNotification
AkhilDask/NewsApplication
Professionally crafted news application incorporating advanced features. Implemented Retrofit for API calls, ensuring efficient retrieval of news descriptions. Segregated news topics into distinct fragments using paging for optimized user experience. Leveraged WebView functionality to provide comprehensive details on selected news items.
AkhilDask/DarkandLight-Theme
AkhilDask/DynamicBroadcastreceiver
an implementation of dynamicbroadcast receiver that shows toast when internet is connected and disconnected
AkhilDask/ForegroundService
An implementation of ForegroundService
AkhilDask/fruit-doctor
an application that utilizes TensorFlow for object classification to identify various fruits. This application will also provide nutritional information for each fruit, which will be sourced from an API. The API integration will be managed through HTTP requests, ensuring efficient data handling and retrieval.
AkhilDask/GoogleMap
Implementing Map in a seperate fragment
AkhilDask/LoaditemsusingRetrofit
Load list of items in a recycler view using retrofit and filter them using a search filter
AkhilDask/LoginpageSupportingMultipleLanguage
AkhilDask/RequestingMultiplepermissions
AkhilDask/RequestPermission
AkhilDask/SQLiteusingRoom
implementation of SQLite using room to add user,delete user and perform update operation by providing id of user
AkhilDask/TypesofNotification