A must have weekly newsletter to become a complete Android developer.
Information is worth much more than money when it is meaningful. We at mindorks put genuine efforts to bring you the most effective and meaningful information and updates.
RxJava operator Concat emits the emissions from two or more Observables without interleaving them. It will maintain the order of the observables while emitting the items.
www.youtube.com/mindorks
Virtual Helper Object in ConstraintLayout are special widgets that don't really take part in the layout, yet, they enhance other widgets' behaviour.
www.youtube.com/mindorks
Multipart requests combine one or more sets of data into a single body, separated by boundaries. You typically use these requests for file uploads and for transferring data of several types in a single request.
www.youtube.com/mindorks
Java Annotations allow us to add metadata information into our source code, although they are not a part of the program itself. A Metadata is a set of data that gives information about other data.
www.youtube.com/mindorks
Material Components (part of Android Jetpack) bring redesign for well known UI elements and even add new ones to the entire collection.
medium.com/mindorks