0

I want to use the source code of stock image editor present in ICS. where can I download it. please help some one. I am new to this field.

Thanks!

crack_addict
  • 653
  • 2
  • 8
  • 13

1 Answers1

2

The ICS Image Editor is baked right into the Gallery app. You can find that here, where you can clone the GIT repository. The Camera source code is also available. You will find, however, that some aspects of these sources are run natively (in C) and the sources for this I do not believe are publicly available. (You may also find this question useful.)

Photo Studio is a third-party app that is closed-source and not stock.

There is a 3rd party Image Editor source code at Google Code. I do warn you: The code may not be as simple as you're hoping for. (PS: You may want to do some research next time... this was found with one Google search.)

Community
  • 1
  • 1
Cat
  • 66,919
  • 24
  • 133
  • 141
  • Thats not the stock app. but thanks for your effort. – crack_addict Sep 09 '12 at 05:40
  • [Photo Studio](https://play.google.com/store/apps/details?id=com.kvadgroup.photostudio&hl=en) is not the stock app either, nor is it open source... – Cat Sep 09 '12 at 05:41
  • thats not the photo studio I am talking about. I am talking about the stalk in-built one thats comes preloaded with ICS. – crack_addict Sep 09 '12 at 05:45
  • The one in ICS is built into the Gallery, assuming we're talking Galaxy Nexus. The source for that is [here](https://android.googlesource.com/platform/packages/apps/Gallery). – Cat Sep 09 '12 at 05:49