B4A Tutorial [B4X] [B4XPages] Intent based camera - Erel    Oct 15, 2020   (15 reactions) B4A + B4i project that uses an intent in B4A and the Camera object in B4i to take a picture using the default camera app.
The B4A code depends on JpegUtils: https://www.b4x.com/android/forum/threads... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (13 reactions) ://github.com/AnywhereSoftware/B4X-Pleroma .102473 MediaChooser - cross platform "intent based... B4A Class [class][B4X] Google OAuth2 - Erel    Jan 2, 2023   (40 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... 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 Intent phone or map or ... - ivanomonti    Nov 11, 2014 function calls and always intent !! (map, mail, other)... B4J Library [B4X] Xml2Map - Simple way to parse XML documents - Erel    Jun 21, 2020   (43 reactions)   tags: xml, Xml2Map, Erel ListView1_ItemClick (Position As Int, Value As Object) Dim pi As PhoneIntents StartActivity(pi..., "description": "An Intent object was added. This allows creating custom intents...": "<div>An Intent object was added...", "category"... B4i Question b4i how intent to google turn by turn navigator - Erel (first post)    Oct 26, 2016 You can see the supported URL calls here: https://developers.google.com/maps/documentation/ios-sdk/urlscheme
Make sure to use #QueriesSchemes: https://www.b4x.com/android/forum/threads/59457/#content... B4i Question intent on b4i - Erel (first post)    Jan 7, 2015 This question was already asked:
https://www.b4x.com/search?query=b4i intent... Page: 1   2   3   4   5   6   7   |