Skip to content

Instantly share code, notes, and snippets.

View AmmarYasserAllaithy's full-sized avatar
🔎
Open to work

Ammar Yasser AmmarYasserAllaithy

🔎
Open to work
View GitHub Profile
@AmmarYasserAllaithy
AmmarYasserAllaithy / readme.md What are the most effective ways for two Android applications on the same device to securely communicating with each other?

The most effective ways for two Android applications on the same device to securely communicate with each other.

All the possible ways for communication between two Android applications on the same device including Socket.IO, Intents, Broadcasts, Content Providers, Bound Services, and more. Each method will be clearly explained with code examples, specifying which parts go into Application A and Application B.

Overview of Communication Methods

  1. Explicit Intents
  2. Implicit Intents
@AmmarYasserAllaithy
AmmarYasserAllaithy / WBS.css
Last active January 5, 2021 10:25
Work Breakdown Structure - Project Management - NTI
* {
box-sizing: border-box;
}
*:not(ol),
.abstract {
padding: 0;
margin: 0;
}
@AmmarYasserAllaithy
AmmarYasserAllaithy / keyboard-shortcuts.md
Last active November 23, 2024 11:49
Collection of keyboard shortcuts for PC, ALT code of special characters, and manipulating Windows, Winkey, Outlook, and Word

Shortcut Keys System

Shortcut Usage
Ctrl + A Select All
Ctrl + C Copy
Ctrl + X Cut
Ctrl + V Paste
Ctrl + Z Undo
Ctrl + B Bold
@AmmarYasserAllaithy
AmmarYasserAllaithy / water.css
Last active May 21, 2024 00:35
Pure CSS3 Water Wave Text Animation Effects Using CSS Clip-path
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #000015;
}