I am new to this topic, i want to implement Activity group for buttons without tabs. I am using Eclipse. Thanks in Advance!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could always achieve that goal by creating two separate classes and using 1 layouts.
example:
class A
Button 2 calls main layout and class B
class B
Button 1 calls main layout and class A
This isn’t Official but it will do the job, I use this method all the time and it works like a charm.