Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Missing IntentBuilder for enhanced Service #266

Closed
renaudcerrato opened this issue Jul 6, 2012 · 1 comment
Closed

Missing IntentBuilder for enhanced Service #266

renaudcerrato opened this issue Jul 6, 2012 · 1 comment
Milestone

Comments

@renaudcerrato
Copy link

With enhanced activitities, we can use

MyActivity_.intent(ctx).get()

But this feature is missing for Services!

Moreover, I don't know if it's related, but since I'm using the following :

Intent i = new Intent(this, MyService_.class);

From time to time, mostly after a fresh clean or some heavy modifications, I get "MyService_ can not be resolved to a type". The funny behavior is, to make it work, I have to remove the trailing underscore first (wich triggger a build) and then, I can restore the underscore back!

This is really annoying =)

@pyricau
Copy link
Contributor

pyricau commented Jul 6, 2012

Regarding MyActivity_.intent(ctx).get() for services, that's something we should implement, yes :) .

Regarding the bug, I think it's the same as #257.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants