How to Enable DataBinding by default for new projects - android-studio

is there any way to enable Data Binding by default for new project and also new activity or fragment we create ? I HOPE ?!!
any advice you could give would be much appreciated .Thank You.

Related

Two customization packages customizing the same screen

Is it possible to have two separate customization packages modifying the same screen / screen section (e.g., header) in the same instance? I'm running into a conflict during validation because of this. What's the best way to alleviate that issue?
As long as you are using the extensibility framework (AEF) you should be able to. Also make sure you set your customization publish levels to different values found on the customization screen where you create and maintain your list of customization. What changes have you made? More details will better help answer your question.
I realized from talking with other developers that increasing the level allows this to compile.
Thanks, Brendan.

How to override DbContext.Seed() when using the Visual Studio Model Designer

I just started to play around with EntityFramework. In VS2012 I can use the designer which nicely creates all the boilerplate code. However, I am now at a point where I wanted to start playing with overriding DbContext.Seed() to initialize the database with some data. While there is this quite easily done writing the DbContext myself, I was not able to find a way to do this from within the designer. It seems to be no option to modify the Designer created 'Context' class. The comment at the top of the file tells me, that all manually added code will be lost when the file is regenerated.
Am I missing something? Can someone please point me in the right direction. How can I do all the nice more advanced things and still continue to use the designer.
try to find a package in Nuget there will be a ready solution to connect. Read more here http://nugetmusthaves.com/Tag/POCO or search in google poco Nuget.

Can't find workflow deployed as WSP solution (when I deploy it from VS it works)

I am new to SharePoint, sorry if answer to my question is obvious.
I am trying to deploy my very simple workflow as WSP package, it deploys without errors, I activate it, but I can't find my workflow and associate it with list. Could you help me, please, what I do wrong?
I do it so:
Create empty project
Choose trust level as a Farm solution
Add State Machine Workflow
Choose list Workflow
Associate workflow with list Task
Create simple workflow
Press CTRL-F5 in VS2010, and see that WF appears
Pack it to WSP package
Upload and activate it.
Check is it associated to list. It doesn't.
Try to associate it manually, but I can't see it. Why? Where is my error?
I try to google about the problem, but find nothing.
I think that I missed something important in basic priciples, but I can't understand what. Help me please.
Thank you in advance.
I've found the answer. The root of the problem is next:
I've tryed to add WSP Farm solution to sandbox solution gallery. I have to use another way for deploying, for example PowerShell.
PS: Thanks to Balamurugan-S KAUST answer

Unable to add a custom attribute to User model in Liferay

I have a task at hand where I need to add an attribute (Home Page) to user model without making changes in liferay source code i.e. modifying the service.xml and regenerating the service.
I searched a lot on this but nothing seems to work. Used hook to override the create account page and all. Does anyone has step by step solution for this?
Only the steps will do as I just need guidance on this.
Thanks
Mohit
I think you should be able to add custom attributes just by using the control panel.
This link should give you an idea.

Possibly to copy files from one farm to another in SharePoint?

I would be doing this from a custom workflow activity.
Does anyone know if this has been done before? Any suggestions on where to start?
I am an admin on both farms.
I'd suggest you look into using the Copy web service provided by SharePoint
/_vti_bin/copy.asmx
Use web client and copy.asmx check this link might help http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/4556873e-e2e0-4b26-99f2-70f0b0e50c2c

Resources