I recently read an article on how to learn how to program for Android from scratch in half an hour. It began with the words “You may not even guess, but millions of people all over the world make money on developing Android applications.” Further, of course, there was nothing good in it - install Android Studio, here is the XML, here is the activation, here type the text in Java. A completely standard I-teach-you-program-for-half-hour article advertising paid courses.
The truth is that no money is enough if you try to learn everything in the world on paid courses. And the other truth is that in the world there are bits of useful development knowledge from good developers - and for free. This post is one of these bits.
On May 29, we had the Android Paranoid mitap, and here are three reports from it. Colleagues told in detail about the ML Kit from Google, about developing a client for a distributed system, and about one public API that Google does not advertise. Welcome under cat.
Yury Chechetkin, Yandex.Money
Last year's Google I / O announced the ML Kit, a set of tools for integrating neural networks and machine learning into mobile applications. In the report we will analyze what the ML Kit can do and why it is useful.
Roman Yatsyna, Revolut
Let's talk about distributed systems in terms of client application design. I'll tell you what idempotency is, why message passing style and a CQRS-compatible API are needed and why, and how to design an application data layer with them.
Vladimir Genovich, Yandex.Money
I will break patterns and break stereotypes - I will show you how to implement singletones from nowhere, how to forget about basic activities and a fragment and teach you how to legally do things that you couldn't do before.
This was a report from the Android Paranoid mitap from Yandex.Money. If you have questions for speakers, ask in the comments, and we will give and reply to them. Or they will come here themselves.
We also have a great playlist , where almost all the videos from almost all of our IT events are available - study, download.
So win!
Source: https://habr.com/ru/post/457690/
All Articles