#MCP C# #SDK Gets Major Update: Support for Protocol Version 2025-06-18 #dotnet https://devblogs.microsoft.com/dotnet/mcp-csharp-sdk-2025-06-18-update/

#MCP C# #SDK Gets Major Update: Support for Protocol Version 2025-06-18 #dotnet https://devblogs.microsoft.com/dotnet/mcp-csharp-sdk-2025-06-18-update/
#ClaudeCode #SDK for #PHP - Streamlined AI coding assistance integration
Stream #Claude responses, track token usage & hook into events for seamless #AI integration
Easy installation via #Composer with built-in #Laravel support & facades
Configure system prompts, allowed tools & permission modes with strongly-typed options
Monitor performance with interceptors for logging, metrics & real-time progress tracking
Share Android Apps on Twitter (or anywhere else)
https://shkspr.mobi/blog/2010/07/share-android-apps-on-twitter-or-anywhere-else/
I attended the Mobile Monday meeting "200,000 Apps - Where's Mine" last night.One thing that became clear is that apps don't do a very good job of promoting themselves. One crippling problems with most app stores is that there's no (easy) way to share an app with a friend.
Here's some basic code for an Android app which will post the URL of your app to Twitter. Stick it in a button or menu item for easy sharing.
String twitterUri = "http://m.twitter.com/?status=";String marketUri = Uri.encode("http://example.com/?q=app&title=test");Intent shareOnTwitterIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(twitterUri + marketUri));startActivity(shareOnTwitterIntent);
Some important things to note.
Facebook also has an API for this sort of sharing.
http://m.facebook.com/sharer.php?u=example.com&t=test
Again, it points to the mobile site and needs to be URL encoded.
Happy sharing!
Some #Android #SDK packages are updated with a revision number, but #sdkmanager does not allow installs to use that revision number. This sometimes breaks #ReproducibleBuilds. There is an issue open since 2017 about this:
https://issuetracker.google.com/issues/38045649
If anyone wants this feature, it should be easy to implement in #FDroid's sdkmanager:
https://gitlab.com/fdroid/sdkmanager/-/issues/26
Może Was to zdziwi, ale programiści też mają poczucie humoru i to nawet ci elitarni programiści, tworzący frameworki i języki. Co prawda, to specyficzny humor, ale my doceniamy. Takie kwiatki można znaleźć w oficjalnym #SDK #Android.
https://voxelmanip.se/2025/06/14/jokes-and-humour-in-the-public-android-api/
Proton’s summer 2025 roadmap covers upcoming updates for Mail, Calendar, Pass, and Drive.
Notably, they confirmed work on a Linux Proton Drive app, supported by a soon-to-be-published SDK—boosting native Linux support.
For the official AmigaOS 4 developer package, George 'walkero' Sokianos has published a supplement at the title link that adds newer versions of the GCC compiler (11 and 6, as of May 14) and clib4 (V1.6.0) for AmigaOS 4 to the SDK.
Database constraints
RBAC implementation
Comprehensive testing
Product naming
One step closer to my three-tier software vision. Write once, derive multiple products!