Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
it is my first try to make a program run on android

i want to know how to load bitmap image divide it into two images and save each of them

i know a class called bitmap and bitmapfactory but i donot know how to start and where
Posted
Updated 6-May-13 23:32pm
v3
Comments
Richard MacCutchan 7-May-13 3:28am    
Check the documentation for the bmpimagereader. Where did you learn about this class or application?
AlphaDeltaTheta 7-May-13 3:38am    
What is BMPImageReader?? No such class exist in JAVA specification. It is a sun specific api? Does it exist in com.sun.* package??
If yes then you should avoid using that.
AlphaDeltaTheta 7-May-13 3:40am    
OK so do you refer to com.sun.imageio.plugins.BMPImageReader ??
amir tarek 7-May-13 3:42am    
so sorry i have something wrong in this question

i want to use the bitmap class for andriod to do this
Richard MacCutchan 7-May-13 4:59am    
Please edit your question and add some useful detail about your problem. If you just want to learn how to use a particular class then you should read the documentation.

1 solution

Here is the [LINK] to understand how to load large bitmap and also refer to the code available to download on this page.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900