[android-developers] Camera activity problem differs for each android devices

2011-06-01 Thread Sivasankar K
in my app i am using the camera activity to capture an image and i want to upload the image to a server by getting it's path. I have created an External Storage Directory of my own an d i am storing the images in that folder. The problem is when i run my app in a Motorola device the image gets capt

Re: [android-developers] Integrating Facebook in Android application

2011-06-06 Thread Sivasankar K
you better use the github source for facebook,because it's standard api developed by facebook itself... from the link https://github.com/facebook/facebook-android-sdk or else try with fbconnect, http://code.google.com/p/fbconnect-android/ On Mon, Jun 6, 2011 at 12:51 PM, Goutom wrote: > Hello A

[android-developers] How to get Map on signed Android application?

2011-06-12 Thread Sivasankar K
in my i have a map application. I have got my finger print and my api key. When i run the app from my eclipse to device straightly i am able to see the map, but when i run the app after creating as a zip aligned .apk file there is No map backgrounds Was able browse and search but still no map back

Re: [android-developers] How to get Map on signed Android application?

2011-06-12 Thread Sivasankar K
thanx a lot i works 2011/6/13 νιנαソkum@r > workspace-->rightclick---> click export--->export android > apps-->next-->next--->enter keystore file name--->next--->enter key > alis--->finish > > On Mon, Jun 13, 2011 at 9:59 AM, Sivasankar K < > si

[android-developers] how to place an url in android email

2011-06-14 Thread Sivasankar K
in my app i am sharing some data via email. In the body of my app i have typed some contents, along them i have added an url. I want the url to be highlighted in blue and when the user clicks it i want to open the webpage in my app. How to do this -- K Siva Sankar -- You received this message b

Re: [android-developers] how to upload file?

2011-06-14 Thread Sivasankar K
What you want to upload ? video or image.. 2011/6/15 νιנαソkum@r > Hi, > > How to upload file in android . can anyone give some example ? > > > Thanks > vijayakumar > > -- > > > > > "Nobody can go back and start a new beginning, but anyone can start today > and make a new ending" > - > Th

[android-developers] Is it possible to have an animated gif as the images in an android app

2011-06-15 Thread Sivasankar K
Is it possible to have an animated gif as the images in an android app. -- K Siva Sankar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gro

[android-developers] how to change image in android while switching between activities

2011-06-17 Thread Sivasankar K
in my app in activity A i have a list view showing some details along with an image at the bottom and a button at the top. When the user clicks in the list it opens a new activity B. If the user clicks the back button he returns back to activity A and there i want to show a new Image in the image

[android-developers] any library to use camera in android

2011-06-17 Thread Sivasankar K
I want to know is there any common library for camera that can be used in all android devices. Because when i started my app in that works on image capture i write my own code and others code from some blogs, but the response differs for each devices. In motorola milestone the default image captur

Re: [android-developers] Shared preference

2011-06-22 Thread Sivasankar K
Try to store all the values in an array and then list out those value in listview. On Wed, Jun 22, 2011 at 2:23 PM, Jayanthi wrote: > Hi, > I am working for GPS alert my spot , here whenever I touch the map I > get the respective lat and longitude now I use shared preference to > save the lat a

[android-developers] how to list out items from android market for in app purchase

2011-11-01 Thread Sivasankar K
i am trying to make an android app based on in app purchase. In my app i have a sample video and if any one wants to buy it, i want to make an in app purchase through android market site. I gone through the in implementation here I downloaded the sample app and i tried to use it for checking purp

Re: [android-developers] Re: how to list out items from android market for in app purchase

2011-11-01 Thread Sivasankar K
Why the above alert box comes, whether the app to be in Published state or am i missing some thing else. On Wed, Nov 2, 2011 at 9:57 AM, Zsolt Vasvari wrote: > It seems like what you are describing is telling you in plain English > what's wrong. Where are you confused? > > On N

[android-developers] android market in app product purchase not showing “PURCHASED”

2011-11-14 Thread Sivasankar K
In my app I am doing in app from android market site where the user can buy a product which he wants. According to my app when the user clicks a button the payment box gets opened. When the user clicks the button Accept and Buy the payment gets transferred and When I get the text InAppProductID:PU

[android-developers] how to make a url get fitted to an android device screen

2011-10-09 Thread Sivasankar K
i want to load an url either in browser or webview, but i need the entire page to be fitted inside the device screen. There should not be any scroll bars either in horizontal or vertical. I cant make any changes in the web side. In that particular webpage i have a image of width960 and height640,

[android-developers] Problem in calling sms application in android 3.0 and above

2012-05-21 Thread Sivasankar K
Following is the piece of code by which i am trying to open the android device default sms application with message and number to be prefilled String uri = "smsto:4162315"; String body = "h"; Intent sendIntent = new Intent(Intent.ACTION_SENDTO); sendInte

Re: [android-developers] Viewflipper instead of webview it's not working in android?

2011-07-25 Thread Sivasankar K
Try like this if your are flipping the views by a button set the urls to flow alternatively over the webview On Mon, Jul 25, 2011 at 12:33 PM, vijayakumar M wrote: > Hi Fr

Re: [android-developers] HTTP Post of Image

2011-07-27 Thread Sivasankar K
using the uri of content resolver you can get the path where it is getting stored URI mCapturedImageURI = getContentResolver().insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra(MediaStore.

Re: [android-developers] Re: HTTP Post of Image

2011-07-27 Thread Sivasankar K
> Thanks In Advance, > Perumal > > > > On Jul 28, 12:23 pm, Sivasankar K > wrote: > > using the uri of content resolver you can get the path where it is > getting > > stored > > > > URI mCapturedImageURI = > > getContentResolver().

[android-developers] Date Picker using xml layout - problem in android app

2011-07-28 Thread Sivasankar K
i have some problems in using the date picker from xml layout. in my app when the user clicks a text view a custom dialog box opens. In the layout of the custom dialog box i am showing a date picker which i have place in my xml file. When it appears in the app i want a particular date to be viewed

[android-developers] which jar file can be used to play an audio file in android

2011-05-06 Thread Sivasankar K
When I was searching through google I found a java program created in netbeans to calculate the bpm of a song. It was working with a lot of JAR files. I used the same code for my android app and it showed lot of errors due to the missing of only one JAR file. I added the JLayer1.0.1 jar file and a

[android-developers] which jar file can be used to play an audio file in android

2011-05-06 Thread Sivasankar K
When I was searching through google I found a java program created in netbeans to calculate the bpm of a song. It was working with a lot of JAR files. I used the same code for my android app and it showed lot of errors due to the missing of only one JAR file. I added the JLayer1.0.1 jar file and a