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

Recent content by mahaju

  1. M

    Creating instance of a custom layout programmatically

    I am trying to use a custom layout that simulates physics using jbox2d in my app The custom layout is extended from LinearLayout The custom layout and sample code on how to use it in xml is given here: https://androidexample365.com/android-layout-that-simulates-physics-using-jbox2d/ The source...