[XFA] Custom Username Icons v5.0.7
شرح
نمادهای نام کاربری سفارشی سطح جدیدی از سفارشی سازی را برای شما و کاربرانتان به ارمغان می آورد!
این افزونه به کاربر امکان میدهد یک یا چند نماد [NEW 5.0.0] را انتخاب کند تا در نزدیکی نام کاربری او در همه جای برد شما نمایش داده شود.
نمادها را میتوان از بین...
PracticalSoft فایل جدیدی فرستاد.
[OzzModz] XFRM: Resource Auto Delete Permission Check 2.0.0 - منابع را از نویسندگانی که اجازه ارسال منابع در یک دسته را از دست داده اند حذف می کند .
اطلاعات بیشتر در مورد این فایل...
درباره:
این افزونه عملکردها و گزینه های مفیدی را برای کاربر فراهم می کند. نام کاربری، رشته و توابع پست اضافی را به اعضای خود ارائه دهید.
تغییر نام کاربری هرگز به این آسانی نبوده است!
الزامات نصب پست
پس از نصب، ابزار ذکر مجدد محتوا را اجرا کنید:
php cmd.php xf-rebuild:sv-mentions
یا
AdminCP =>...
مهم ترین تغییرات این نسخه:
بالا رفتن و چندین برابر شدن سرعت اجرای پروژه ها با روش جدید کامپایل
پشتیبانی از جاوا ورژن 8
دیگه مشکل رپ کردن و استفاده از کتابخانه هایی که با جاوا 8 نوشته شدن وجود نداره،
B4A v11.50 has been released!
One of the major steps during compilation is the...
I believe Starter.rp.Check(Starter.rp.PERMISSION_WRITE_EXTERNAL_STORAGE) will not work with TargetSDKVersion 29 and android-29? I do not see the permission screen.
I included the legacy manifest as required.
ادامه مطلب...
This library is based on the library Jem:https://www.b4x.com/android/forum/threads/simple-wifi-library.38601/
Which Jem can no longer maintain.
I needed some methods that the library did not have, for an application I'm doing, and instead of creating a library from scratch, I preferred to take...
Hi All,
I know this question has been asked many times and the answer is always this : Runtime permissions: https://www.b4x.com/search?query=Runtime+permissions .
Well I have read through this several times and am more baffled than before.
My Question:
I have used the following code to copy...
RuntimePermissions
in RuntimePermissions Example
Android Tutorial - Runtime Permissions (Android 6.0+ Permissions)
If the targetSdkVersion is lower than 23 then the standard permissions system will be used on all devices including Android 6+, however soon all Google Play apps will need to set...
old HTTPServerExample permission at runtime how?
https://www.b4x.com/android/forum/threads/embed-an-http-server-in-your-android-application.25984/
I add in manifest editor
AddPermission(android.permission.READ_EXTERNAL_STORAGE)
AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)...
Buon Pomeriggio a tutti
non riesco ad accedere alla cartella download su androi 10 con target 29, faccio notare che per pubblicare un'app su googleplay
bisogna mettere per forza api 29, come da comunicazione google che allego,
allego anche il codice con cui cerco di creare una cartella su...
Buon Pomeriggio a tutti
non riesco ad accedere alla cartella download su androi 10 con target 29, faccio notare che per pubblicare un'app su googleplay
bisogna mettere per forza api 29, come da comunicazione google che allego,
allego anche il codice con cui cerco di creare una cartella su...
Hello,
With Android 10, it is not possible to read the folder "File.DirRootExternal " because not permission.
( - 29 - No permission to access File.DirRootExternal, even with the STORAGE permission).
Is there an other way to access folder "Download " or "Bluetooth" in Android storage maybe...
Hello everyone, also posted here.
Tappx
B4A Library - Tappx ads service
1. Register with Tappx and get an app key: https://www.tappx.com 2. Download their AAR library and copy it to the additional libraries folder: https://repo1.maven.org/maven2/com/tappx/sdk/android/tappx-sdk/3.1.3/ 3. Add...
1. Register with http://www.display.io/en/, create a new app and an interstitial ad unit.
2. Download their sdk and copy it to the additional libraries folder.
3. Add to manifest editor:
B4X:
AddPermission(android.permission.INTERNET)
AddPermission(android.permission.ACCESS_NETWORK_STATE)...
This is an old tutorial. It will not work on new versions of Android. You should either generate a random value when the app starts for the first time or use the advertising id: https://www.b4x.com/android/forum/threads/advertising-id.101050/#content
This tutorial is based on the following blog...
I am having an issue with the following lines of code. I have researched the forums and cannot get it to work. I have the BLE tutorial app up and running great.
BLE.rp.CheckAndRequest(BLE.rp.PERMISSION_ACCESS_COARSE_LOCATION)
Wait For Activity_PermissionResult (Permission As String, Result As...
Hello,
My application worked fine with API 26 all time. However now with API 29 it stops getting GPS location while phone is locked.
B4A version is 10.0
SDK is android-29
My manifest contains:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="29"/>
<uses-permission...
This code takes care of requesting the location permission which is needed on Android 8+:
B4X:
Sub GetWifiInfo As ResumableSub
Dim p As Phone
Dim WifiManager As JavaObject
Dim WifiInfo As JavaObject
WifiManager = WifiManager.InitializeContext.RunMethod("getSystemService"...
لیست پرمیشن ها permissions list در بیسیک4 اندروید
AddPermission(android.permission.BODY_SENSORS) ' Required for Google Fit´s Heartratesensor
AddPermission(android.permission.ACCESS_CHECKIN_PROPERTIES) ' Allows read/write access to the "properties" table in the checkin database, to change values...
I used an example from xchart from Klaus to make a snapshot of a graph.
I used this code
B4X:
Sub savesnapshot
Dim rp As RuntimePermissions
rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
If...