Michael Basil
Michael Basil
@cesards I have fixed the problem in my fork at https://github.com/intrications/ForegroundViews You can probably cherry pick the commits if the way I have done it is accepted. I had to...
I will try to add this at some point but I would also welcome a pull request.
@Shajeel-Afzal Have you added jitpack to your build.gradle in Step 1?
@Shajeel-Afzal Sorry about that. Silly of me to use a release candidate version of the build tools. I have pushed an update to 1.1 and it seems to now build...
Can you post your menu xml, i.e. activity_home.xml? Are you setting the actionViewClass in the menu xml? ``` android:actionViewClass="com.manuelpeinado.refreshactionitem.RefreshActionItem" ```
@coxande I was able to reproduce your logcat error by deliberately misspelling: ``` com.manuelpeinado.refreshactionitem.RefreshActionItem ``` in the menu xml. Have you checked you have this line exactly: ``` android:actionViewClass="com.manuelpeinado.refreshactionitem.RefreshActionItem" ```...
@xiaomeixw @raviteja06 I think you need to make sure you use the Application Context. ``` TinyBus bus = TinyBus.from(getActivity() .getApplicationContext()); ``` See the bottom of this page: https://github.com/beworker/tinybus/wiki/Getting-Started
@fred777 Why don't you implement this and send a pull request?
Sorry, I thought because you said it would be very easy to implement that you would be able to do it. It does sound quite straightforward but, as you say,...
This is working for me on a Nexus 4. The widget refreshes after a second or two. Check the logcat as you install the new app. Are you getting something...