CryptapeforCryptape Jungleblog.cryptape.comยทOct 11, 2024Satoshi Scoop Weekly, 11 Oct 2024Crypto Insights Why Fat Protocols Theory No Longer Works in Today's Crypto Landscape Co-founder of JokeRace, David Phelps, believes that the current crypto ecosystem has involved since the introduction of the 'Fat Protocols' theory in 2016 (see Fat P...27 readsSatoshi Scoop Weeklycovenants
Kevin WangforKhalani Network blogblog.khalani.networkยทAug 16, 2024Intents Are Proof Obligations: The Developer's Guide to the Galaxy of IntentsNote: this blog post is adapted from my talk at SevenX Ventures Research Day. To watch the full video presentation, click here. In the evolving landscape of blockchain and smart contracts, the concept of intents is gaining traction. Intents are not j...137 readssolver
Mayursinh Parmarmayursinhdevblog.hashnode.devยทJul 9, 2024Passing Data in Android: A Guide for DevelopersHello devs, in today's article, we will explore different ways to pass data in the Android Component. Mastering data transfer between various parts of an application is crucial. This guide covers methods to pass data between activities, fragments, an...AndroidAndroid
Yashraj Singh Jadonblog.yashraj.devยทJul 5, 2024Understanding Intents and Intent Filters in AndroidWhat are Intents? An Intent is a message object that represents a request for an action to be performed. It can be used to start activities, services, or broadcast receivers. In simple terms, Intents act as a bridge to pass information and instructio...34 readsAndroid
Romman Sabbirrommansabbir.comยทJul 2, 2024Understanding Android Broadcast ReceiversWhat is a Broadcast Receiver? A Broadcast Receiver in Android is a component that lets your app listen for system-wide or app-specific messages. These messages, called "intents," indicate that an event has happened. For example, your app can listen ...3 likesยท1.2K readsAndroid Application Developmentbinder
Romman Sabbirrommansabbir.comยทMay 27, 2024TypeSafe Navigation or Traditional Intent Passing?Introduction Navigating between screens is a fundamental aspect of mobile app development. In the Android ecosystem, there are two primary methods for handling navigation: the traditional intent passing and the modern TypeSafe navigation in Jetpack C...115 readsAndroid Application Developmenttypesafenavigation
Saline Networkchakrit.hashnode.devยทMar 26, 2024Saline Intents: Fixing CryptoIn our introduction blog post, we described the Saline Network and its main components without entering into too much detail. Saline Intents are the core of our design and platform, and thus merits some more attention. In this blog post, we focus our...157 readscrypto
Saline Networkchakrit.hashnode.devยทMar 14, 2024Introduction to the Saline NetworkWe are very excited to share a first glimpse of the Saline Network and its capabilities. In the first of our upcoming series of blog posts, we introduce our proposed new network and explain why we think it is an important evolution in blockchain tech...461 readsintent
Sukrit Duasukritdua.comยทMar 8, 2024Android Hacking - Part 5Activities What is an Activity? Activities are simply the screens we see when we open an application. Let's say we are greeted with the following Screens (Activities) Login page (LoginActivity.java) Profile page (ProfileActivity.java) Settings pag...27 readsMobile Security Android
Romman Sabbirrommansabbir.comยทJul 31, 2023FeaturedAndroid Intent : A Comprehensive Guide with ExamplesAndroid Intents play a crucial role in facilitating communication between different components of an Android application. Whether it's starting a new activity, sharing data, or broadcasting events, Intents provide a versatile mechanism for inter-comp...40 likesยท2.1K readsAndroid Application DevelopmentAndroid