mobile_dvlp | Technologies

Telegram-канал mobile_dvlp - Mobile Pro

434

📲 Дайджест мобильного разработчика: статьи, туториалы и инструменты для продуктивной работы. Admin: @jem_jem

Subscribe to a channel

Mobile Pro

Бесплатный курс «LangChain: чат с вашими данными»

Быстро, в точку и охватывает очень полезный случай использования LLM.

https://apptractor.ru/learn/besplatnyy-kurs-langchain-chat-s-vashimi-dannymi.html

Читать полностью…

Mobile Pro

Scrum: Failure By Design?

Are we witnessing the first signs of a post-Scrum era?

https://mdalmijn.com/p/scrum-failure-by-design

Читать полностью…

Mobile Pro

Xcode 15: Automated accessibility audits

Spot accessibility issues in your app automatically with Xcode 15 both locally and on your CI/CD pipeline.

https://www.polpiella.dev/xcode-15-automated-accessibility-audits/

Читать полностью…

Mobile Pro

Seeing your composable in shades of grey

Creating a greyscale modifier in Jetpack Compose and how to make complex composables look disabled.

https://proandroiddev.com/seeing-your-composable-in-shades-of-grey-8e2e2e5d6ac

Читать полностью…

Mobile Pro

4.0 Асинхронность. Isolates, потоки, процессы

Ну вот она самая интересная тема по моему мнению) Про процессы, потоки Во время танца мы управляем не только руками, ногами и головой, но и делаем множество интересных и точных движений, которые...

https://habr.com/ru/articles/756404/

Читать полностью…

Mobile Pro

Implementing Polling in SwiftUI

Discover all Medium stories about iOS written on August 29, 2023.

https://medium.com/tag/ios/archive/2023/08/29

Читать полностью…

Mobile Pro

Одно PWA, чтоб править всеми

Термин PWA появился еще в 2015 году, но из-за браузерных разногласий долгое время был лишь красивой идеей. В 2023 году возникла надежда, что на iOS появятся альтернативные браузерные движки, а это...

https://habr.com/ru/companies/jugru/articles/755844/

Читать полностью…

Mobile Pro

Trunk based development в мобильной разработке

Как подход TBD помог компании Dodo Engineering повысить скорость разработки и поставки фич в мобильном приложении.

https://apptractor.ru/info/media/trunk-based-development-v-mobilnoy-razrabotke.html

Читать полностью…

Mobile Pro

Developing Apps for iOS — Stanford course CS193p

https://cs193p.sites.stanford.edu/2023

Читать полностью…

Mobile Pro

Как не забросить свой пет-проект. Мой кейс запуска приложения в App Store

Расскажите о себе и сути проекта? Когда я только искал свою первую работу джуна iOS разработчика, я начал делать пет-проект — умный будильник. Тогда основной целью было просто положить его в...

https://habr.com/ru/articles/755992/

Читать полностью…

Mobile Pro

Нейросети vs дизайнеры: может ли ИИ выполнять работу креативного продакшна?

В нашем случае использование нейросетей позволило увеличить количество создаваемых агентством креативов и заметно улучшить показатели во многих вертикалях.

https://apptractor.ru/info/articles/neyroseti-vs-dizaynery-mozhet-li-ii-vypolnyat-rabotu-kreativnogo-prodakshna.html

Читать полностью…

Mobile Pro

Migrating to the Observation framework in SwiftUI

Learn how to use SwiftUI's @Observable macro and how to replace existing @StateObject, @ObservedObject and ObservableObject with @Published properties with Observation framework in Swift.

https://tanaschita.com/20230807-migrating-to-observation/

Читать полностью…

Mobile Pro

Using De Casteljau’s Algorithm/Bezier Curves in SwiftUI

Apple’s Bezier curves code is good, but sometimes you need to dig deeper

https://betterprogramming.pub/using-de-casteljaus-algorithm-bezier-curves-in-swiftui-3dcadd62635e

Читать полностью…

Mobile Pro

В RuStore появились рекламные инструменты для разработчиков и бизнеса

Запуск рекламы — важный этап в развитии инструментов продвижения для разработчиков.

https://apptractor.ru/info/news/v-rustore-poyavilis-reklamnye-instrumenty-dlya-razrabotchikov-i-biznesa.html

Читать полностью…

Mobile Pro

Exploring Material Design 3: Creating Stunning Visuals for Your App

Did you notice Google changing the design of its apps like Playstore, Gmail, Contacts, and so on! Please welcome, Material 3

binayshaw7777/exploring-material-design-3-creating-stunning-visuals-for-your-app-d3f10a72d1ac" rel="nofollow">https://medium.com/@binayshaw7777/exploring-material-design-3-creating-stunning-visuals-for-your-app-d3f10a72d1ac

Читать полностью…

Mobile Pro

Become More Senior Android Developer with these 15 Android Studio Tips & Tricks

If you read my 50 Android Studio Tips, Tricks & Resources article (almost 10k 👏), you will probably find this useful as well. The idea…

mmbialas/become-more-senior-android-developer-with-these-15-android-studio-tips-tricks-part-1-3abbe762e0a9" rel="nofollow">https://medium.com/@mmbialas/become-more-senior-android-developer-with-these-15-android-studio-tips-tricks-part-1-3abbe762e0a9

Читать полностью…

Mobile Pro

At your Service(Android)

Services in Android are a powerful tool for performing various tasks without requiring a user interface. They are essential components for…

balsikandar/at-your-service-android-5271bbc81806" rel="nofollow">https://medium.com/@balsikandar/at-your-service-android-5271bbc81806

Читать полностью…

Mobile Pro

RxSwift: реактивное расширение для Swift

Rx — это общая абстракция вычислений, выраженная через интерфейс Observable, позволяющая транслировать и подписываться на значения и другие события из потока Observable. RxSwift — это библиотека для языка Swift, предоставляющая асинхронную и реактивную модель программирования. RxSwift основан на парадигме реактивного программирования, которая позволяет легко создавать асинхронные и потокобезопасные приложения путем описания потоков данных и их взаимодействия …

https://apptractor.ru/info/github/rxswift.html

Читать полностью…

Mobile Pro

Recreating UseCase: Embracing a Fluent and Fun Approach

Unleashing the Power of Functional Thinking and Modularity in Usecase Design

https://proandroiddev.com/recreating-usecase-embracing-a-fluent-and-fun-approach-2023-71e9aad43d89

Читать полностью…

Mobile Pro

Top 100 Kotlin Interview Questions and Answers

here we discuss questions regarding all aspects that are mostly asked in Kotlin Interviews

https://shirsh94.medium.com/top-100-kotlin-interview-questions-and-answers-d1f6785f336a

Читать полностью…

Mobile Pro

Глобальный охват китайских приложений: исследование прибыльных рынков и вертикалей

Благодаря лучшему пониманию своих пользователей, китайские маркетологи приложений предлагают более персонализированный опыт, а это ведет к повышению вовлеченности и улучшению общего впечатления пользователей.

https://apptractor.ru/measure/app-store-analytics/globalnyy-ohvat-kitayskih-prilozheniy-issledovanie-pribylnyh-rynkov-i-vertikaley.html

Читать полностью…

Mobile Pro

Let Kotlin do the code for you — Part II: Retrofit and Proxy

Learning how to create a simple version of Retrofit from scratch

https://proandroiddev.com/let-kotlin-do-the-code-for-you-part-ii-retrofit-and-proxy-28c57d26c928

Читать полностью…

Mobile Pro

The Quest for Reliable Code

Exploring the World of Software Testing through Python and Flutter

https://medium.com/mobile-development-group/the-quest-for-reliable-code-part-1-0-c375c1df8076

Читать полностью…

Mobile Pro

Ultron — simple, stable, maintainable Android UI tests

Exploring the path to enjoyable test development.

atiurin/ultron-simple-stable-maintainable-android-ui-tests-8445b2a6ac1c" rel="nofollow">https://medium.com/@atiurin/ultron-simple-stable-maintainable-android-ui-tests-8445b2a6ac1c

Читать полностью…

Mobile Pro

Better with bloc

In this article I will show you how I use bloc state management in my Flutter projects. The approaches mentioned in this article are based…

seg.veenstra/better-with-bloc-429db28352df" rel="nofollow">https://medium.com/@seg.veenstra/better-with-bloc-429db28352df

Читать полностью…

Mobile Pro

How I became a Google Developer Expert in Flutter

All my steps from not knowing of Flutter to being a member of the most privileged community for developers in the world.

https://medium.com/google-developer-experts/how-i-became-a-google-developer-expert-in-flutter-e13f88ea5461

Читать полностью…

Mobile Pro

Flutter DevTools: анализируем и улучшаем Flutter-приложения на примере «Росбанк Инвест»

Привет! Меня зовут Нияз, и в этом посте я расскажу о Flutter DevTools — очень богатом и разнообразном наборе инструментов для оценки Flutter-приложений, причем доступном прямо через браузер. Статья...

https://habr.com/ru/companies/rosbank/articles/753252/

Читать полностью…

Mobile Pro

5 iOS App Development Trends that Simplify Your Tech Journey

Apple has been on a fast track since the beginning of this year. With the introduction of the new goggles Vision Pro, the interest people…

https://medium.com/technology-hits/5-ios-app-development-trends-that-simplify-your-tech-journey-c5c8d8ad3b6b

Читать полностью…

Mobile Pro

My First VisionOS Application

Learn some basics of VisionOS

https://betterprogramming.pub/my-first-visionos-application-373e3d58bc1a

Читать полностью…

Mobile Pro

Automating Build Number Increments in Xcode with Custom Format: A Practical Guide

As an iOS developer, there might have been times when you found yourself on the hunt for a simple, effective way to manage build numbers

mateuszsiatrak/automating-build-number-increments-in-xcode-with-custom-format-a-practical-guide-bcc90a19f716" rel="nofollow">https://medium.com/@mateuszsiatrak/automating-build-number-increments-in-xcode-with-custom-format-a-practical-guide-bcc90a19f716

Читать полностью…
Subscribe to a channel