greendroid

Greendroid or ActionbarSherlock - setup

▼魔方 西西 提交于 2019-12-30 12:54:05
问题 do you guys know any tutorial on how to use one of the above frameworks in eclipse on windows? I've downloaded both of them and followed the instructions - but I still get errors in both cases. Frustratin. 回答1: I just tried these instructions on ActionBarSherlock, but I'm pretty sure the process was the same when I was using GreenDroid. Download the .zip/.tgz and extract it somewhere Go to eclipse and choose File->New->Project Choose Android Project Select Create project from existing source

Android - Calling a method in one activity from another, without starting new activity

拟墨画扇 提交于 2019-12-18 06:59:20
问题 I'm developing an Android app using GreenDroid. The application is just for testing atm, so it all it contains is an ActionBar with a refresh button, three tabs, and an activity for each of those tabs. All I'm trying to achieve at the minute is showing a toast message when the refresh button is pressed on the ActionBar, but I want the toast message to be called from within one of my activities, we'll call it Listener1Activity which is the activity that sits in the first tab ... this is