Chetan Gupta
Chetan Gupta
1. Support for lifecycle using decompose lifecycle library 2. Support for custom back handling 3. Support for handling instance restore
Application architecture diagrams
1. Create tags and bookmark backups using CSV - import and export 2. Option to export readable CSV but not exportable and importable
Application doesnt support multiple user login and switching
Currently we can only create bookmark, give options to edit contents and tags
1. added webview android compose wrapper 2. add options to bypass paywalls How to bypass paywalls? https://medium.datadriveninvestor.com/how-to-bypass-any-paywall-for-free-df87832cbff7#:~:text=The%20three%20main%20ways%20of%20bypassing%20paywalls%20are%3A
Hi, @codinginflow Nice tutorial series, Just a suggestion you can reduce some nesting using this `with` than `apply` ``` class TasksViewHolder(private val binding: ItemTaskBinding) : RecyclerView.ViewHolder(binding.root) { fun bind(task: Task)...
How to test if these scripts are working on Linux, Window and github actions like CI/CD environment ## Maybe Docker will help?
Currently, after building the application the bash script depends upon libs exported along with it. ## How to make them bundled with the bash script so that It can work...