erel

  1. sfsameer

    Erel :)

    Who is @Erel is erel a man? an angel? development god? who knows... all we know that this would have never happened to all of us without him. Always caring, helping, answering, and as the song in friends he is always there for us. So Because B4X is life changing platform, Erel always gives us...
  2. M

    Android Question How to create a custom layout notification?

    hi how a creat this? I could not make this with nb6 or Notifications Builder please help me
  3. StephenRM

    Android Question Text on Image

    Dear All Greetings I had come across the code of Douglas Farias, text on image. I liked this code. Just updated it, added a Label to move over the image to get the location to draw the text, using canvas.... Used Rect... I have also found emexes code Post#2 helpful. I have also used the...
  4. Ale_resource

    Android Question Firebase Notification

    Hi , i followed the tutorial at https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ , but when compile the app i have this error : the manifest is : 'This code will be applied to the manifest file during compilation. 'You do not need...
  5. StephenRM

    Android Question B4XDrawer and CLV Expandable...

    Hello, I have combined B4XDrawer and CLV Expandable code. I hv replaced the two buttons with only one webview in Expandable example. This item.bal, is loaded in left drawer of B4XDrawer. Two items are loaded in B4XDrawer CLV. Now, problem is, the matter that needs to be in first item of...
  6. StephenRM

    Android Question WebView and WebViewExtras

    Hello warwound I have a webview and have added chromeClient it does work in debug mode. Sub wv_Script_Click Dim Javascript As String Javascript="B4A.CallSub('ProcessHTML', true, setRef())" Log("value: " & Javascript) WVE.executeJavascript(wv_Script, Javascript) End Sub...
  7. S

    Android Question ask to Create Corona Tracking App

    Hi everyone, as we know COVID-19 spreading extremely fast for the entire country on our earth now. honestly, I am a newbie in B4X IDE. I have an idea to create an App that able to track coronavirus base on people who already confirm infected and who contact them. so we able to trace the people...
  8. D

    Android Question pdf intent not working on target sdk version 28

    Following is my code written to open pdf through pdf viewer through intent. Its works fine on Target sdk version 23. If i use target sdk 23 i cannot keep my app on Google play store Sub btn1_Click i.Initialize(i.ACTION_VIEW, "file://" & File.DirRootExternal & "/1.pdf")...
  9. SAMER ISSA

    Android Question file APK - Google Play Console refuses to upload file.

    Two weeks ago there was no problem to upload same APK file to Google Play. But today I can not to upload the APK file to Google Play by Google Play Console. There is error : "Not optimized file APK". APK file compilation by B4A ver.9.5 was OK - no error infos. Please where is the problem ?
  10. LucaMs

    Other Erel is...

    I just want to let you know that Erel is really generous! I don't think I can explain here the reason for this my post; accept it as it is :D [I know, Erel, this is the wrong place for this post, Chit Chat would have been the right one, but this way it will be read more :D]
  11. M

    Android Question Make not visible Place Autocomplete View

    Hi, everyone, im trying to use the Place Autocomplete View from Erel. I have the necessity to hide (or show) the view as i want by code, but the command: PlaceAutocompleteView.Visible = False doesn't exist... how can i solve this?
  12. TIMX

    Android Question android.content.res.Resources$NotFoundException: String resource ID #0x0

    Please Help me. I have an error with firebase auth. *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create, isFirst = true ** main_activity_create (java line: 345) android.content.res.Resources$NotFoundException: String resource ID #0x0 at...
  13. M

    Android Question Wrapper library doclet problem

    https://www.b4x.com/android/forum/threads/create-a-wrapper-library-with-android-studio.82831/ This is the library link I am refering. and the error is <error> P:\Android\Android Studio\jre"\bin\javadoc.exe -doclet BADoclet -docletpath C:\B4X\B4A\Doclet -sourcepath "C:\Us 1 error javadoc...
  14. U

    Android Question Gmail Rest API

    Hello I developed a medical app to enable user send health reports to four different people using Gmail Rest API. When the mail is sent, it redirects to permission page. when the permission page was clicked, it redirects back to Google website not the app and the mail does not send. What do I...
  15. M

    Android Question dependency in build.gradle (for an sdk)but i want to add the same in b4a

    I am having an dependency uri through which we can add in Build Gradle for ANDROID STUDIO users and download SDK'S. How to add the same dependecy in B4A so that to get the sdk for the same? Thanks In advance
  16. M

    Android Question Regarding the pdfjet library

    This is question regarding the "https://www.b4x.com/android/forum/threads/pdfjetb4a.37843/" pdfjet library i am using the latest code shared by warwound but after compiling i am getting error log as shown in attachment. Anyone there can help??
  17. larprogramer

    Android Question why An error o ccurred during the registration process.

    I bought the program and now I'm using it. But now it does not work.
  18. M

    Android Question (Solved) service forground tired of searching for sample that work !

    hi i almost tested all of ther code in the forum and disapoint from srvices . pls post a sample project that service stay in memory and not killed when i swip kill app. my problem is when i swip end app , service will destroy from service list and not run again. im fully confused and please...
  19. M

    Android Question Service like instagram ...

    hi i have to develope a service for gps tracking . but when user close all apps with finger swipe service will die. i wonder how instagram or telegram after close app recieve your message . and show with notification. pls upload a sample that has service and user cannot close it or if closed...
  20. M

    Android Question FusedLocationProvider IllegalStateException

    hi. i have this problem . --------- beginning of main ** Activity (main) Resume ** ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume ** java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 11020000...
Top