StevenRudenko / ActionsContentView

ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.
https://play.google.com/store/apps/details?id=sample.actionscontentview
441 stars 179 forks source link

how can I use ActionsContentView in my project #29

Closed hdamis closed 11 years ago

hdamis commented 11 years ago

can you please write a document in detail how can I use ActionsContentView in my project.

StevenRudenko commented 11 years ago

Hello, sure. I will do that this week.

hdamis commented 11 years ago

Thanks,

hdamis commented 11 years ago

Dear Steven, I want to use your actionsContentView in my project. so I think I have to import your jar file to my project then what I have to do to include actionsContentView in my project. I need it ASAP. Thanks

StevenRudenko commented 11 years ago

you can't use library as jar. it needs some resources to be use it at xml layouts. you should import ActionsContentViewLib into your workspace and link it to your main project as Android library project.

hdamis commented 11 years ago

how to link it to your main project as Android library project., and after linking ActionsContentViewLib to my project how to use your ActionsContentView in my project. Thanks,

StevenRudenko commented 11 years ago

here is way how you can import and link ActionsContentView library: https://github.com/StevenRudenko/ActionsContentView/issues/34#issuecomment-24498731

TacticalTwerking commented 10 years ago

hi,is any light ActionsContentView as a jar available here.

StevenRudenko commented 10 years ago

Hello,

Yes. It is possible to do. You should remove add resources from ActionsContentView library project and resolve conflicts after that. As far as you probably know Android can generate JAR for library project if there is no resources included into it.

Kind regards, Steven

Steven Rudenko | Software engineer e. steven.rudenko@gmail.com | p. +380 63 2636053

On Tue, Nov 12, 2013 at 7:15 AM, thavishryan notifications@github.comwrote:

hi,is any light ActionsContentView as jar available here.

— Reply to this email directly or view it on GitHubhttps://github.com/StevenRudenko/ActionsContentView/issues/29#issuecomment-28264689 .

TacticalTwerking commented 10 years ago

i'll try, thanks for your enthusiasm dude

StevenRudenko commented 10 years ago

Hello,

What problems do you have?

Regards, Steven

Steven Rudenko | Software engineer e. steven.rudenko@gmail.com | p. +380 63 2636053

On Thu, Dec 12, 2013 at 9:57 PM, nagarmintharlay notifications@github.comwrote:

I'm facing a problem in "updateContent(Uri)" to add "myFragmentOne" inside "ExampleActivity" Please help me asap. I love your library and that's great.

— Reply to this email directly or view it on GitHubhttps://github.com/StevenRudenko/ActionsContentView/issues/29#issuecomment-30456130 .