Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am searching the demo, source code, in android for convert photo to cartoon in android by programmatically. I take reference of existing stack overflow answer but noting help . i followed the link Programatically converting images to cartoon and oil paint images in android
but No solution Any Idea?
You can refer this library from github https://github.com/ragnraok/android-image-filter. It provides several options to modify the images. So, go through this library.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I just need to provide option to the users to crop and rotate an image, what would be the best you to do that? Thanks a lot.
there lots of library which you can use
https://github.com/ArthurHub/Android-Image-Cropper
https://github.com/jdamcd/android-crop
I am using this library in my application. this works like charm.
https://github.com/edmodo/cropper
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
How to create a custom keyboard with Gif images in Android? I need to create a custom keyboard which contains Gif images ,I need to develop a keyboard like the below image ,Any Tutorial or sample source please?
I need to develop a keyboard like this
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can anybody please suggest me a source or book or link to learn Animation for Android Application Development from Scratch.
Have you seen the Adding Animations tutorial & example ? Here they have shown different techniques to achieve some nice animated visual effects.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need suggestion for Android library for graphics, for transformation images , anchor points, rotate , warp , scale etc. Project is something like photoshop also has 2 - 3 simple animation . So I need from someone to recommend to me a library which suit for me :). Thank You
I think you will need more of a lib, so here goes some!
Cropper
https://github.com/edmodo/cropper
https://github.com/jdamcd/android-crop
GPUImage for Android
https://github.com/CyberAgent/android-gpuimage
PhotoProcessing
https://github.com/lightbox/PhotoProcessing
See more here, You can filter by img
http://android-arsenal.com/tag/47
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I was looking at stockcharts - http://code.google.com/p/stock-chart for creating candlestickgraphs in my application. I could not find any good tutorials on it. Does anyone know of some good tutorial for using stock charts.
You can try afree chart api for candlestickgraphs. It contains all types of charts. The following link contains sample code
afreechart
and try this link too
Candlestickgraphs in JFreeChart
I think it may help you..