• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Nagori

  1. N

    Apps How to add local map in android webview

    Hi, I have a question and I need a little guid to achive this task simply I want to add a local map in my android webview and I want to access all the features of that URL (Example: In this URL there is a option of show my current location and so on) I've no API keys of that server. I just add a...
  2. N

    Apps How to parsel bitmap image into another activity

    This is my image capture method imageView = findViewById(R.id.image_prievew); findViewById(R.id.btn_image_capture).setOnClickListener(v -> { captureBitmap(bitmap -> { new Handler().post(() -> { String imagePath = getImageFilePath(); saveAsPngImage(bitmap...
  3. N

    How might i add a watermark in a capture video in android/Kotlin

    Here is my simple code basically I want to capture a video using the watermark text andI want to do it in a simple way, please help video_button.setOnClickListener { Intent(MediaStore.ACTION_VIDEO_CAPTURE).also { takeVideoIntent ->...
  4. N

    Apps Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

    I am adding firebase auth sdk but it showing an error i can't understand what is happening here please please help me. Error: The library com.google.android.gms:play-services-basement is being requested by various other libraries at [[15.0.1,15.0.1]], but resolves to 16.1.0. Disable the plugin...
  5. N

    Apps implementation 'com.android.support:appcompat-v7:28.0.0' (Error)

    I've got this error I tried too many solutions like v7:27.0.0 and also set compileSdkVersion 28 to compileSdkVersion 27 and targetSdkVersion 28 to targetSdkVersion 27 but it's not working yet please help here is my gradle code: apply plugin: 'com.android.application' apply plugin...
  6. N

    Apps error: not well-formed (invalid token).

    Please help I've got an error error: not well-formed (invalid token). Daemon: AAPT2 aapt2-3.2.1-4818971-windows Daemon #1 here is my XML code <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...