no

  1. M

    Android Question FTP UploadProgress does not fire for every file

    Hi everyone, i'm trying to use FTP to upload multiple files to the server. I do it one by one, i want to show a progress bar, so i did like so: 'This function uploads the files (stored in the list) to the server base' Public Sub CaricaFoto Log(filenamelist) currentTotalFiles =...
  2. M

    Android Question AdMob not getting ads

    Hi everyone one, i'm trying to learn how to use AdMob, there are too many updates in the forums that creates some confusion. I found out this awesome example from @asales but when i change the ID's nothing works anymore. What i've done: Went on Firebase to create a new project, downloaded the...
  3. M

    Bug? SetLayoutAnimated doesn't work

    hi, i'm trying to animate a bit my UI but i noticed that the "SetLayoutAnimated" feature doensn't work, nothing is animated at all, the only behavior is: invisible, and then after the specified time visible in the position i wanted to be. Without any animation. pnlHomeContent.Left =...
  4. Ariston

    Android Question AndroidManifest.xml:19: error: No resource identifier found for attribute 'networkSecurityConfig' in

    Hi. I AM trying to add this line to the manifest editor: AndroidManifest.xml:19: error: No resource identifier found for attribute 'networkSecurityConfig' in package 'android' But when I compile the project, I get this erro: Packaging files. Error AndroidManifest.xml:19: error: No resource...
  5. DactilPlus

    Android Question No Firebasenotifications when app is closed

    Hello, I just implemented firebase notifications on iOs and Android, and they go well with the app turned on in the background. In iOS it shows the notification when the app is off, but not Android. Update the Android device, but I can not get the notification with the app off. I followed...
Top