context

  1. Lucas Siqueira

    Android Question Error Context in Java inline Class module

    Can anyone help me implement the java code that works in the Main module. I want to implement it in a class called Print. But when I try to use it in the Print class, it gives an error in the JAVA code: error: incompatible types: print cannot be converted to Context printer =...
  2. Carlos marin

    Android Question Library creation error, Context.getApplicationContext() error

    Hello friends, I would like you to help me with my concerns, I am new to this topic of creating libraries so I try to understand but in the following I have not found a solution. I am creating a wrapper of an SDK, in the first part I must initialize it and get the ok or the error of said...
  3. K

    Android Question Service Contenxt Error at CreateFileProviderUri

    This Code run perfectly when call from activity. Sub CreateFileProviderUri (Dir As String, FileName As String) As Object Log(Dir & " : " & FileName) Dim FileProvider As JavaObject Dim context As JavaObject context.InitializeContext...
  4. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 19 Contexts

    Ola This lesson is about the 'context' and 'contextmenu' widgets. Context are popups that one can use in case they want to provide some help on the UX. Both the context and context menus appear when the right mouse button is clicked and can be linked to any element on the page. In this...
  5. MarkusR

    Java Question [solved] android.content.Context in B4A ?

    i need help for my android lib i need init my class in b4a with a android.content.Context because GLSurfaceView have this in the constructor. android library part in android studio import android.content.Context; import android.opengl.GLSurfaceView; import android.view.View...
Top