B4A Tutorial [B4X] [B4XPages] Intent based camera - Erel    Jul 23, 2024   (17 reactions) This solution will not work with Android 14+. Please use the more powerful MediaChooser instead: MediaChooser - cross platform videos and images chooser
B4A + B4i project that uses an intent in... B4A Class [class][B4X] Google OAuth2 - Erel    Mar 19, 2024   (43 reactions)   tags: wait, Google 's package name. 2. B4A: Add to the manifest editor: AddActivityText(Main, <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="$PACKAGE$" /> </intent-filter> ) B4i: Change b4i.example2 with your package name. #UrlScheme: b4i.example2 3... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) ://github.com/AnywhereSoftware/B4X-Pleroma .102473 MediaChooser - cross platform "intent based... B4i Question intent phone,mail,share.... - ivanomonti    Nov 25, 2014 Hi, community b4i
can start by calling code, the same for email, share, map!... B4i Question Which cammand is Intent in B4i ? - Theera    Oct 29, 2014 Hi all,
In B4a,we use intent,In B4i,we use what call another app.... B4A Question [B4X] B4XPages - Handle Intent - Alexander Stolte    Jun 14, 2020 How i can handle intents?
I know i can handle it in the main Activity under "Activity_Resume".
Sub Activity_Resume
B4XPages.Delegate.Activity_Resume
If IsRelevantIntent(Activity... B4i Question Camara intent Crashing right after camara opens. - grant1842 (first post)    May 1, 2023   (1 reaction) Thanks for your reply Erel .
I looked and the page and noticed
Don't miss:
- Manifest code in B... B4J Library [B4X] Xml2Map - Simple way to parse XML documents - Erel    Jul 16, 2023   (51 reactions)   tags: xml, Xml2Map, Erel As Object) Dim pi As PhoneIntents StartActivity(pi.OpenBrowser(Value)) End Sub You can use..., 12 Dec 2010 09:27:38 GMT", "description": "An Intent object was added. This allows creating custom intents for interacting with external applications and services.\n\nInstallation...", "encoded": "<div>An Intent object was added..."... B4i Question Intent phone or map or ... - ivanomonti    Nov 11, 2014 function calls and always intent !! (map, mail, other)... B4i Tutorial Notifications with actions - Erel    Sep 18, 2024   (9 reactions) , "Action 2")) Dim intentIdentifiers As List = Array() category = category.RunMethod("categoryWithIdentifier:actions:intentIdentifiers:options:", _ Array("category 1", actions, intentIdentifiers, 1)) Dim NotificationCenter As NativeObject NotificationCenter... Page: 1   2   3   4   5   6   7   |