Git Product home page Git Product logo

my-android-reference's Introduction

My-Online-Reference

Online best contents that I found for specific topic.

  1. Android Developer roadmap 2023 - from https://androidpro.io/
  2. Compose the order of modifier matters - read all answers
  3. App performance in a nutshell guide 2023 -droidcon
  4. Collect and CollectLatest operators usecase - Hardik Sachan
  5. Progaurd commands and its meaning - different progaurd -keep directives by Jeb
  6. Dexgaurd - better than proguard
  7. Launch modes in android - Ankur Samaraya shared on linkedin
  8. Why needed SSL Pinning - why needed
  9. JWT token decode - decode JWT token
  10. Implementation Vs Api in Gradle
  11. Dagger 2 blog and sample - 7 steps for implementing Dagger 2 in MVVM by Anitaa Murthy
  12. Avoid memory leak - 9 ways to avoid memory leak by Anitaa Murthy
  13. MVVM base project - how to create base project for beginner without dagger for simplicity by MindOrks
  14. Retrofit and gson - customization and MindOrks bootcamp
  15. MVP vs MVVM vs MVC - by Vandana Shrivastava
  16. Practical Datastructure guide for Android - by Shikher Verma
  17. Scarlet - Websocket library created by Tinder
  18. Interview questions cheat sheet - by MindOrks
  19. RSA Encryption in Java - by Devglan
  20. AES Encryption in Java - by Devglan
  21. Dagger dependency graph - using gradle
  22. Webview debugging - Webview network debugging
  23. Java concurrency - Defog tech channel on youtube
  24. Best practices of OOPs, SOLID - GeeksforGeeks
  25. Relay and Subject in Rxjava2 and their usage - Baeldung
  26. Multidimension array, sorting, recursion - DS and Algorithm in Java by Apni Kaksha on youtube
  27. MVVM,Coroutines,Offline first - by Belal Khan
  28. Design pattern use cases, Implementation - by Tech Primer channel on youtube
  29. Alphabetical list of Rxjava operators - by Rxjava docs
  30. System design - by sudoCODE on youtube
  31. [Best courses] - academind, codewithmosh, codingwithmitch and codesikho
  32. Coroutine video series - by Smartherd on youtube
  33. TODO List, Plaid, Sunflower apps - google samples for architecture. code reading must
  34. Cold and Hot Observables - by elye
  35. Lifecycle of View - by Satya
  36. Power of Flutter: Zerodha App - by Ajin
  37. Coroutine in Android blog - by Amit Shekhar
  38. Learn Coroutine by example - by Amit Shekhar
  39. SSL Pinning implementation - by Sree Kumar
  40. Data Safety Android KeyStore - by Mindorks
  41. Create dynamic layout - by Mindorks
  42. Learn Coroutine Flow by example - by Amit Shekhar
  43. Coil - Image loading library - it uses kotlin coroutine internally.
  44. Paging-coroutine-flow-channel-nestedRV and much more - advance codebase on gitlab by Vladimir Parfenov
  45. Jetpack Compose - by Mindorks
  46. Databinding in depth - Official android docs
  47. Components based architecture - PAD medium
  48. Chrome custom tabs official - official
  49. Chrome custom tabs demo - github sample
  50. Intent Flags - found link from codepath android navigation
  51. Learn Flutter by Project in Hindi - mtechviral youtube channel
  52. Awesome channel for flutter - Flutter Guys youtube channel
  53. Make Android Studio Faster - upaae.com
  54. Make Android Studio SuperFast - Mindorks blog
  55. GDE Wajahat Karim's blog
  56. Activity Lifecycle with example use cases - MindOrks youtube channel
  57. two way data binding - Satya
  58. two-way data binding using custom attribute - Medium
  59. Philipp Lackner - The Best Free Online Courses - Rest api building in Kotlin,Unit test, Compose, Coroutine, AR app, News App, Music player, running app building from scratch
  60. TDD feature, bugfix - raywenderlich
  61. Fragment Lifecycle with use cases cheatsheet - by jose on Medium
  62. Android application activity lifecycle with use cases cheatsheet - by jose on Medium
  63. NestedRecyclerView heterogeneous RecyclerView Blog - Adapter Delegate Blog. app like playstore, movie app, game app.
  64. NestedRecyclerView heterogeneous RecyclerView github - Adapter Delegate github. app like playstore, movie app, game app.
  65. Fragment Testing - Belal Khan on youtube
  66. Rxjava Error cases - Baeldung
  67. Rxjava compose operator - Dan Lew
  68. different assert functions of google Truth testing library - baeldung
  69. Jetpack Compose Samples Official - Many types of screens created in Compose by google
  70. Clean Architecture- Uncle Bob
  71. reified keyword use - Elye
  72. Coroutine Master - Amit
  73. [imp hashtag]- #AndroidDevSummit #KotlinConf
  74. Best article on inline, noinline and crossinline - MindOrks
  75. offline first approach
  76. Data Structure and Algorithm
  77. [System Design]- 2 youtube channels = Gaurav Sen + sudoCODE
  78. Software testing cheatsheet
  79. Software testing geeksforgeeks
  80. GraphQL -codingwithmosh blog
  81. graphql apollo mvvm clean github - Hamdi
  82. graphql blog - Hamdi
  83. server driven ui - dynamic
  84. When to prefer Composition over Inheritance - scenario for composition and inheritance
  85. Coroutines under the hood - Kt Academy
  86. How does suspension work in Kotlin coroutines? - Kt Academy
  87. Call by Value and Call by Reference in Java - Scitecheasy
  88. ConstraintLayout Flow - PAD
  89. Component based architecture using compose - Anup Ammanavar better programming
  90. How to handle interaction in component based architecture - Anup Ammanavar
  91. How recyclerview works internally - Niharika Arora
  92. coroutine in layman language- Elye
  93. Graphql apollo docs for kotlin- graphl for apollo kotlin client
  94. Very nice articles in medium - Magda Miu on medium
  95. design patterns shared by Ujjawal
  96. Flow, StateFlow, shared flow testing emitting and collecting side - coding with mohit. After 2 days struggle, finally found.
  97. Kotlin corouting Use cases example - LukasLechnerDev GitHub
  98. Imp algorithms in System Designs - ByteByteGo Blog
  99. Thinking in Compose - youtube video from Android Developers channel
  100. Data structures by mycodeschool youtube channel - shared by Nayan
  101. Adding a domain layer - medium article by Don Turner
  102. Exploring Now in android open source - medium article
  103. graphql basic syntax
  104. Space complexity - Scalar topics
  105. Asynchronous programming - beautiful blog by bmc. general concept.
  106. How to use leetcode - youtube video
  107. Best way to use leetcode - using neetcode
  108. How to improve english speaking - Dr. Vivek Modi
  109. How to understand Jetpack Compose code - Composables blogging website
  110. Throughput vs Latency - performance matrix
  111. What is p99, p95, p75 - performance matrix
  112. Performance matrix of android app - Amit shekhar
  113. Latency and throughout of system - request processing latency and max throughout
  114. Charles proxy setup - Sunil Kumar Sahoo
  115. Charles documents - unofficial, debugging and changing request and response
  116. how to pass query variables in graphQL playground - Amitav Roy
  117. Mobile System design round preparation - Amit Shekhar
  118. Webm to gif converter online free - veed.io. we can also convert video to gif. I prefer gifsky app for video to gif converter
  119. SOLID and Clean code - blog by Uncle bob
  120. Podcast by Android platform team
  121. Compose modelling complex screen step by step - Alex Styl
  122. Facebook Compose using Jetpack Compose - Alex Styl from composables. youtube link
  123. Jetpack compose by example - repository by Vinay Gaba
  124. compose projects
  125. Internal working of View model - shared by Amit Verma
  126. Difference between compilesdkversion and targetsdkversion - Paulina medium article.
  127. How does Viewmodel work internally? - Abhriya Roy youtube channel.
  128. How does Viewmodel work internally? - shared by Amit Verma
  129. Compose Clean architecture Hindi - Vision Android Hindi channel
  130. Kotlin unit testing - Android unit testing coroutine
  131. Uber RIBs architecture - Uber
  132. What is RIBs architecture - medium blog
  133. Saving UI state and ViewModel - by Lyla
  134. Apollo Federation docs
  135. Apollo Federation Video course about resolver
  136. Apollo Federation demo sample repo
  137. Apollo Federation demo sample video
  138. SDKMAN - How to maintain multiple versions of a same SDK. e.g. how to maintain latest JDK and JDK 8 in the same machine.
  139. Android source code - read android source code
  140. Suspend function under the hood - shared by Athul Antony
  141. Suspend function under the hood simple article - shared by Athul Antony
  142. HTTP Caching and E-Tags - youtube
  143. Best article on SOLID in Android Kotlin - medium
  144. Android interview kit- bootcamp, handshake,thread, cache and looper
  145. Good android videos - Native Mobile Bits youtube channel
  146. MVI Blog one with repo- medium
  147. MVI Blog two- mindorks blog
  148. MVI Blog three- medium
  149. KMP and Compose Multiplatform - Jetbrain official docs

my-android-reference's People

Contributors

sagarkisanavhad avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

sameeravhad119

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.