Do you want to know how WindowSize Class can maky your app look (a lot!) better? Don't miss this session from Ahmed Tikiwa, a Google Developer Expert currently working for Bol. Read the full abstract here: https://buff.ly/2Y0c6jA #dclx24
droidcon Lisbon’s Post
More Relevant Posts
-
🚀 Alamofire vs URLSession When it comes to handling networking in your iOS app, which tool do you prefer? Let’s break it down! 👇 🔥 URLSession (Foundation): • Built-in framework, no dependencies • Low-level API, great for fine-grained control • Requires more boilerplate code • Ideal for lightweight or highly customized solutions 🔥 Alamofire: • Third-party library, simplifies networking • Provides chainable, declarative syntax • Built-in features for JSON parsing, request retries, and more • May introduce dependencies and version updates Which one do you use in your projects, and why? Do you go for control or convenience? Drop your thoughts below! 👇
To view or add a comment, sign in
-
Advice for commit comments in Git. I’d say the number one thing I use commit comments for is to go back and find out if a commit broke a piece of the app. So putting some context about your change in the comment really helps. Bad: “Removed unused code” Good: “Removed unused code in the login page.”
To view or add a comment, sign in
-
Are you looking to add In-App Purchases to your React Native app but struggling with the need to support various operating systems? Anisha Malde found a package that does it all, so that you focus on what matters. 💰 Check out her demo for Fire OS ➡ https://bit.ly/3xnpDUW
To view or add a comment, sign in
-
how to list the installed app in device by flutter? I encountered this issue too, after a while I found social_share package on pub.dev. but this package gradle version and structure was deprecated So I decided to Contribute it and fix this issue. You can use my version through social_share witch may be added to pub version with the help of authors and my pull request. But if it doesn't merged on pub version you can also access it with this lines on your pubspec.yaml file ``` social_share: git: url: https://lnkd.in/dQnPZK4w ref: master ``` https://lnkd.in/dhdnrmWH https://lnkd.in/deQ5qdh7
To view or add a comment, sign in
-
How to install MudBlazor Components in your Blazor App See source code in this github repo: https://lnkd.in/dqUJbbsf
To view or add a comment, sign in
-
TextSniper: A Must-Have MacOS App For Capturing Text From Your Screen on the Fly from Martech Zone - https://lnkd.in/ehNT3-ij
TextSniper: A Must-Have MacOS App For Capturing Text From Your Screen on the Fly
https://martech.zone
To view or add a comment, sign in
-
Pro tip: Don't bother upgrading your app from node 8.x. Just add some sed magic to your Dockerfile to remove the annoying 60-second wait. - RUN curl --retry 5 -sL $URL/setup_8.x| bash - \ + RUN curl --retry 5 -sL $URL/setup_8.x | sed -e '/sleep/d' | bash - \
To view or add a comment, sign in
-
TIL that you can stop Git from tracking future changes in a file. Assume that you’ve some config files in your app, which are required to run the app, and it should be present in remote repo as well. → But, you need to change the config file with your own config to run the app locally, so you need to modify this file. → Now, as the file is being tracked by Git, it’ll show everytime you commit. In IDE commit window, you need to manually uncheck the file for every commit. 𝗦𝗼𝗹𝘂𝘁𝗶𝗼𝗻? Ask Git to stop tracking the future changes. 𝘨𝘪𝘵 𝘶𝘱𝘥𝘢𝘵𝘦-𝘪𝘯𝘥𝘦𝘹 —𝘢𝘴𝘴𝘶𝘮𝘦-𝘶𝘯𝘤𝘩𝘢𝘯𝘨𝘦𝘥 𝘱𝘢𝘵𝘩_𝘵𝘰_𝘧𝘪𝘭𝘦 → How to start tracking again? Replace —assume with —noassume in previous command → How to see all untracked files? 𝘨𝘪𝘵 𝘭𝘴-𝘧𝘪𝘭𝘦𝘴 -𝘷 | 𝘨𝘳𝘦𝘱 '^[𝘢-𝘻]' #github #android #kotlin Let’s connect because energy is contagious Rajesh Hadiya
To view or add a comment, sign in
-
Do you want to learn How to use Docker for your React Native App and isolate the development environment from your Operating System? Check out my last article 😊
Dockerize Your React Native App
link.medium.com
To view or add a comment, sign in
-
How to set up Drizzle ORM with Next.js App Router | Server Actions Learn by building a project https://lnkd.in/dXF34Bdj
To view or add a comment, sign in
483 followers