[android-developers] Re: security of the framework

2011-03-31 Thread madushanka
Thank you all for your kind attention on my problems. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read

[android-developers] Re: security of the framework

2011-03-31 Thread madushanka
thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them. (in

[android-developers] Re: security of the framework

2011-03-30 Thread madushanka
thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them, (in

[android-developers] Re: security of the framework

2011-03-30 Thread madushanka
Thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them, (in

[android-developers] Re: security of the framework

2011-03-23 Thread Kacee
Encrypting / decrypting an XML file is just as same as in Java. Get the contents of xml file , apply Encrypt algo, write back to a file named abc.xml Do reverse for Decrypting. On Mar 23, 3:06 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: On 23 March 2011 10:50, madushanka

[android-developers] Re: security of the framework

2011-03-23 Thread Hari Edo
On Mar 23, 5:50 am, madushanka chamilhewag...@gmail.com wrote: Hi, I am handling the security module of a framework that will designed to develop real time applications for as my final year project. I am new to android and i need help on this. At the moment i need to know how to encrypt an