Android Java Eclipse Intent with 2 Projects -


good day!

i have 2 projects in eclipse. mainactivity1 , mainactivity2 names of activities. mainactivity2 connected mainactivity1 via project in properties of mainactivity1. far, can call package of mainactivity2 mainactivity1. now, below problem:

i have button in mainactivity1. want after click on button in mainactivity1, runs mainactivity2 project , variables passed on mainactivity2.

i've been searching in google while , couldn't right keyword it. i've checked of questions here in stackoverflow i'm unable locate problem similar mine calling , running mainactivity2 class mainactivity1.java

i'm noob in android java have knowledge in other oop.

any tips great help. thanks

most likely, should combine both projects one.

if reason, can't that. search term explicit intent. , search term onclicklistener button know being clicked , needs open activity when happens.

and please, don't use default package names projects, create own unique package names following normal java conventions.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -