python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pass FrameLayout as part of android Messsage IPC
I have implemented a Messenger as IPC mechanism between two android apps. Now I want to pass a FrameLayout object as part of android.os.Message
Message msg = new Message();
Bundle bundle = new Bundle...
user3819404
Votes: 0
Answers: 0
Zoom in & out , and scroll or fling only framelayout
I'm going to implement gesturedetector. I'm noob about. I've this layout:
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:a...
user18090898
Votes: 0
Answers: 1
Android Gridlayout isn't showing framelayout that doesn't have any view in it
I wanted to implement a chessboard with gridlayout & framelayout. When I hardcoded the xml everything works fine. But when I tried to implement it programmatically all things fall apart. In xml I...
fuad_hasan
Votes: 0
Answers: 1
FrameLayout with Recyclerview
I want to put the bottom navigation menu with my recyclerview at the bottom of the view. It is currently at the top and I need help sending it to the bottom.
This is how it look now:
This is my xml c...
Roger Araujo
Votes: 0
Answers: 2