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

Search results

  1. T

    Getting attributes from programatically added Views

    I'm stuck developing an App that does the following: I can add "Spots" with the Add button at the bottom of the activity_main.xml, I add them programatically, so I have a Layout with the "Spot Editor" that are just buttons and Text Inputs of every row to be added. I inflate the entire Layout...
  2. T

    App Inventor Binding has changed its methods?

    I've updated my build.gradle (Module: app) with a newer implementation of 'kotlin-kapt' and implemented the navigation plugin. Android Studio has now highlighted these lines as errors inside the onCreateView function of my Fragments: private lateinit var binding: FragmentPrincipalBinding...
  3. T

    Layout development gone wrong

    Hi, I'm new at the forum. I'm just starting and when I see tutorials on Youtube and read technical books by my own, there are some concepts that are misleading me. I think that this is because of a recent change on Layout development. The thing is that when I anidate (sub)Layouts inside a...