Photo editor app - java

I want to create an app in which I can add beards to face and change hairs style. I have searched for SDKs for the same but could not find any. Please help me with some open source project or with helpful links.
Thanks in advance.

Related

How to solve "PICKED UP JAVA_TOOLS_OPTIONS..." on Android Studio

I have searched for the answer to this question throughout the internet, and after mixing a linux solution and a Google Developers tutorial, finally found the answer. I hope to help everyone that bumps into the same.
Ubuntu issue
Android Developers tutorial
And the answer is...
On Android Studio, go to Help -> Edit custom VM properties
If it isn't created yet, now is the time.
A tab named studio64.exe.vmoptions or studio.exe.vmoptions will open on your IDE and you must add the following:
-javaagent:/usr/share/java/jayatanaag.jar
Save and re-run.
All done :D

How to hide the gallery folder in android programmatically?

I'm developing an android application to hide the photos gallery using a password to do it, and show it by using password also.
I searched online for such like this idea, but I didn't find yet and answer.
I would appreciate your help.
thank you in advance.

Why is my Android Studio project not opening with an activity?

When I hit "New Project" in Android Studio, I get a menu that asks me what type of project I want to make. The options are Java, Maven, Gradle, Groovy, Griffon, Static Web, Empty Project. I want to create a new project with an activity in order to start building an android app but the two options that seem remotely valid here are "Java" and "Empty Project". Choosng either of these does not create an activity for me. I tried to create an activity once the project was created by right clicking on the src file ->New->??? but I do not have an option here to create one. I am new to Android Studio could someone please help me as to why I cannot do this?
I looked at some video tutorials online and they all seemed to start with the correct menu, so online resources were of no help really...
I had this probelm either.
At last, I found that I hadn't activated the Android Support plugin.
Hope this will be helpful.
If I am right I believe you just select empty project to start a new android project. Androids website has an excellent tutorial to get beginners started: http://developer.android.com/training/basics/firstapp/index.html
I used this tutorial and it worked for me:
http://www.raywenderlich.com/78574/android-tutorial-for-beginners-part-1
Basicly you just click file\new project and you should be able to configure it and at the end you select "blank activity", which adds the activity in question. While I never saw a menu like the one you describe, it could be possible you just didn't download the important files with the sdk manager? You need the basic files and an api of your choice. It is also explained in the tutorial.

Can't add Library in eclipse android project ADT

EDIT: ANSWERED in comments
I have opened pandora's box worth of errors over the past few days and have boiled the source of my troubles down to my inability to correctly add the Google Play Services library into my project so I can have adMob ads. I should be able to go to Project>Properties>Android and then under Library hit add. However when I hit add, It's menu is all grayed out and I cant add, browse or do anything. I am using the new ADT bundle as of about April 2, "Build: v22.6.2-1085508". What exactly is wrong and how can I fix it?
Thank you very much!
Any help is greatly Appreciated!!

Android - Open YouTube video via Link in TextView

I have an app that I wish to put links in that will open the youtube player, the link will be located within a text view.
Can anyone help me achieve this as simply using Link text does not work ??
Thanks for any help !
Guess this is what you're looking for: http://xjaphx.wordpress.com/2011/09/12/auto-link-for-textview/
Cheers,
Pete Houston

Categories

Resources