Does anybody know a good resource to learn Fragmen...
# android
z
Does anybody know a good resource to learn Fragments through Kotlin?
The framework is the same, only difference is the language
👍 1
or is it , that you can’t read java?
z
It's not like that, It better to find something that have examples related to it with current transition from java to kotlin 😁
a
There are lots of sample projects at https://github.com/googlesamples
z
Thanks @rkeazor @Alan Lee
r
with Learning Fragments from Developer documentation, also check out https://developer.android.com/topic/libraries/architecture/navigation/ There you will find the latest Do's and Don'ts while using fragments. As from last Google I/O they recommended to use Navigation library with Activity-Fragments Although this is something Advance, but it will be greatly useful if you can correctly implement it