Posts

Showing posts with the label app

[SocialCut] ultimate android app to cut all your media image sizes

Image
  SocialCut v.1.2.0 has been released! (Latest version of SocialCut) SocialCut provides up to date social media image sizes for all your social networks. That means that you will be abble to cut / crop / resize your pictures before to publish it to your favorite social networks like Facebook, Instagram, Google, TumblR, x.com, Weibo and many others ! In this version you can unlock ALL cut templates by buying "unlock all" in app purchase: 💰👇🏻 The price is actually down so take your chance! If you want more information about social network image sizes in 2024, you can have a look to these really interesting articles:  -  skedsocial.com/blog/the-ultimate-up-to-date-social-media-image-sizes-guide -  https://blog.hootsuite.com/social-media-image-sizes-guide/ -  https://makeawebsitehub.com/social-media-image-sizes-cheat-sheet/ ➡️SocialCut can cut your images for you! Follow us on instagram (more than 900 followers now):   @socialcut.app More information: Official website

[SocialCut] The perfect app for digital content creators

Image
  [SocialCut] The perfect app for digital content creators If you have to deal with digital pictures and social networks, you may have noticed that there are so many simple tools like applications to generate grids for Instagram. We can note apps like: PhotoSplit : https://play.google.com/store/apps/details?id=co.techpositive.photosplit&hl=en_US Griddy : https://apps.apple.com/us/app/griddy-split-grid-post-maker/id1114106704?uo=4 PanoraSplit for instagram : https://apps.apple.com/us/app/panorasplit-for-instagram/id1463280209 and much more... SocialCut is a new Android application that extends this principle. With SocialCut you will be able to cut/crop/resize pictures in order to publish it to your favorite social networks . Google Play Store - SocialCut SocialCut for Android If you are: digital content creator community manager, digital artist influencer digital media manager , freelance developer, or simply a daily picture user SocialCut is made for you! You will be able to cre

[XAMARIN FORMS] Background task for 'closed' applications

Image
Background task for 'closed' applications Handling a background task in Xamarin Forms, even when the application is closed, can be challenging due to the mobile operating systems' restrictions on background activities. Here's a detailed solution using a combination of Dependency Service , Background Services , and Platform-Specific Implementations . Step 1: Create an Interface First, create an interface in your shared Xamarin Forms project that defines the method for starting the background task. public interface IBackgroundTask { void StartBackgroundTask(); } Step 2: Implement Platform-Specific Services Android Implementation: In your Android project, create a service that implements the IBackgroundTask interface. Create a Service: [Service] public class MyBackgroundService : Service { public override IBinder OnBind(Intent intent) => null; public override StartCommandResult OnStartCommand(Intent intent, StartCommandFlags flags, int startId

[SocialCut] for Android, really nice picture application!

Image
[SocialCut] for Android, really nice picture application! Hello programmers, Just a few words to present you a new application that will be released soon. And you can get it for free if you pre-register on the Play Store! SocialCut Android app lets you crop your pictures in a few clicks to fit & publish it to your favorite social network! A lot of cut templates are already available, you just have to choose one then adjust the picture position => cut it as you see it. You can check SocialCut's Instagram account to see a few examples of cut pictures ( @ig: socialcut.app ). ___ 🚨 SocialCut is still in 'pre-registration' stage! Register to get the fully functionnal app for free 💲 when it will be released (*soon)!🚨 Get it on the Play store: https://play.google.com/store/apps/details?id=com.djooleean.socialcut Or official website: https://socialcut.app Let me your comments, and enjoy! Best regards, SocialCut on Youtube

[Flutter Tips] Remove the "DEBUG" banner of your Flutter app

Image
  [Flutter Tips] Remove the "DEBUG" banner of your Flutter app When you start coding a new application with Flutter, you  will surely see a banner with "Debug" text displayed on the top right corner of your app. To remove it, you will need to set the debugShowCheckedModeBanner property of the MaterialApp (or CupertinoApp ) widget to false . 🟢Here’s an example on how to do it: import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', debugShowCheckedModeBanner : false, // This removes the debug banner home: Scaffold( appBar: AppBar( title: Text('No Debug Banner'), ), body: Center( child: Text('Hello, World!'), ), ), ); } } > debugShowCheckedModeBanner: false : This line ensures that the debug ban

[Xamarin Forms]Page navigation summary

Image
[Xamarin Forms] Page navigation summary 1- The different navigation possibilities In this article will we list and sum up how we can navigate inside a Xamarin Forms application.  In Xamarin.Forms, you can navigate between pages using several methods, we will enumerate it and give a brief description / use case for each : Push/Pop Navigation : Using Navigation.PushAsync() and Navigation.PopAsync() for stack-based navigation. Modal Navigation : Using Navigation.PushModalAsync() and Navigation.PopModalAsync() for displaying pages modally. Master-Detail Navigation : Using MasterDetailPage to manage a master menu and a detail page. Tabbed Navigation : Using TabbedPage for navigation between different tabs. Carousel Navigation : Using CarouselPage to swipe through pages in a carousel-style interface. Shell Navigation : Using Xamarin.Forms Shell for a unified navigation paradigm with URL-based routing and flyout menus. Custom Navigation : Or if you want to customize and design a good

Wallpapers for your mobile

Image
Mobile applications need wallpapers My mobile applications Actually, I'm developing some Flutter mobile applications. If you have already designed mobile apps, you must know that at some point, you will need picture assets and more specifically, background images. All that in order to give your application a specific feeling... Original wallpapers In my daily mission of creating applications, I take regularly some time to design wallpapers. Now, with AI tools (and a lot of imagination), you can design original content. So I propose to you to discover some of my creations. For instance I tried to design specific atmosphere inspired by Rick & Morty universe. I give you access to a pack of wallpapers, that you can download for free if you have subscribed to my "buymeACoffee.com" account. ✅Download: Original Wallpaper pack (on BuyMeACoffee.com) 👀You can have a preview of all wallpapers on Youtube: Wallpapers pack presentation (Youtube) Tell me what you think, and if you