[android-developers] Re: image issue while view it as base64 in android mobile2.3

2013-03-18 Thread senthil kumar
why it happening.. On Thursday, March 14, 2013 9:47:24 AM UTC+5:30, senthil kumar wrote: Hi, Using phone and javascript in our application. we want to see the image as base64 from the sqlite db. In some mobile all the image(i.e 4 or 5) are viewed but in some mobile some of the image(even 1

[android-developers] image issue while view it as base64 in android mobile2.3

2013-03-13 Thread senthil kumar
Hi, Using phone and javascript in our application. we want to see the image as base64 from the sqlite db. In some mobile all the image(i.e 4 or 5) are viewed but in some mobile some of the image(even 1 is not displayed) are not viewed we do not know why it happening... is it due to memory?

[android-developers] using phonegap plugin in android want to reduce the screen size of camera

2012-08-08 Thread senthil kumar
I am using phonegap plugin in android want to reduce the screen size of camera. i have attached the capture.xml file with this mail. please find the attachment... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Google map is not displaying well in the Samsung galaxy s551 and LG Optimus ME.

2012-03-09 Thread senthil kumar
Google map is not displaying well in the Samsung galaxy s551 and LG Optimus ME but the same application is run in LG Optimus PRO well Able to find the root between the two latitudes and longitudes values.The above said 2 phones the google map is not displaying well.It is half loaded google

[android-developers] LG Optimus PRO phone runs out of memory.

2012-03-09 Thread senthil kumar
When i ran an application in the LG Optimus PRO phone. It shows some of the service running on the back of it. When i stop some of the service and RAM get the free space and then only able to run the application. Will it possible to stop the service which are running at background.. Note: Using

Re: [android-developers] Re: Starting Android

2012-02-08 Thread Senthil kumar
Check with vogella,its really a great site to learn android development..Am also learning from that site On Wed, Feb 8, 2012 at 2:25 PM, T.M.S.VIJAYKUMARR iamvijayaku...@gmail.comwrote: check this http://iamvijayakumar.blogspot.com/ -- You received this message because you are subscribed to

[android-developers] using android in phonegap.js and jquery mobile

2011-09-30 Thread senthil kumar
Hi, I am developing an application in android make use of phonegap.js and jquery mobile. In the application through HTTP Connection get some data from the server. Just want to know whether to use Phonegap.js or not.. Please help me... -- You received this message because you are subscribed to

[android-developers] application is slow and xml file updated values is not getting correctly..

2011-07-19 Thread senthil kumar
Hi, I am using jQuery mobile,javascript,HMTL,CSS and Phonegap. When i run the application in the android mobile (sony ericsson xperia) the application is too slow to load.I connected the mobile through the WIFI. And i am facing another problem in the Mobile device. some xml files is placed on

[android-developers] Re: How can we restart an Activity properly?

2009-01-07 Thread Senthil kumar A
Hi Toothy Bunny, Please try this code in your restart. i think works fine Intent intent = this.getIntent(); startActivity(intent); finish(); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the