[android-developers] How to convert a video website into app?

2017-02-02 Thread Kumar Babu
Hi I am new to android studio. I have a video website. Fifty percent of videos are uploaded to a hosting server and rest fifty percent video are uploaded to youtube & then shared the video links on the website. I want to develop app of this website. Tried webview but couple of issues rised: >

[android-developers] How to convert into DSA(Displacement Sector Address) type

2014-08-29 Thread Hiko
Hello, I have been searched for this solution on the web for a half day. but, i could not find the way to solve it. I could find the way to convert FROM DSA. but, to know for me is opposite than this. could you please let me know if you find out this. i appreciate that you can paste the sample

[android-developers] How to convert a recoded audio file to Text in Android

2013-10-07 Thread abhijit
I have tried to convert a audio file to text ,and i have tried with RecognizerIntent but the problem is that it cant convert a continious speech and its only works as a voice recognization so i couldnt found a way where we can convert a audio file to text ,so please advice me is there any way

[android-developers] How to convert a pdf file to other format

2012-10-20 Thread ashwini vandanapu
Hi, thank u for reply i want to read the data from the pdf file. below is my code..please check code, any wrong i have done.let me know.. Uri path = Uri.parse("android.resource://" + getPackageName() + "/"+ R.raw.abc); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(pat

[android-developers] How to convert a pdf file to other format

2012-10-19 Thread ashwini vandanapu
Hi Developers, I want to convert a pdf file into other format like .txt and .doc etc..,if anyone know how to convert using android plz tell me and help me out... Thanks&Regards, Ashwini V. -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] How to convert screen coordination to camera's driver coordination

2012-09-11 Thread Alvin
Hi all, I'm a newbie for Android programming and I'm making a code to control the camera by using API. I'm struggling with the problem to map the screen coordination to camera's driver coordination for a long time. (Development Env: Samsung Galaxy S3 & Eclipse) I'd like to implement to show th

Re: [android-developers] How to convert android layout file to pdf format...

2012-04-13 Thread TreKing
On Thu, Apr 12, 2012 at 4:40 AM, parthi wrote: > my project :once user click submit button tat file ill convert to > pdf format using android ... help me > http://www.catb.org/~esr/faqs/smart-questions.html -

[android-developers] How to convert android layout file to pdf format...

2012-04-13 Thread parthi
my project :once user click submit button tat file ill convert to pdf format using android ... help me -- 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 unsubscrib

[android-developers] how to convert button to hyperlink or textview to hyperlink

2012-04-10 Thread vamshi ch
hi, I'm new to android In my application I've login page in that i need to specify forgotpassword(hyperlink) before submitso how do i get hyperlink or how to convert button to hyperlink or textview to hyperlink...can anybody help me out by sample code -- You received this message bec

Re: [android-developers] how to convert word to pdf in android?

2012-03-05 Thread TreKing
On Mon, Mar 5, 2012 at 4:18 AM, Mulsaniya Bhadresh wrote: > Hello,Please anyone have any idea how to convert word to pdf in android.? Search this group - questions on PDF come up every other day. -

[android-developers] how to convert word to pdf in android?

2012-03-05 Thread Mulsaniya Bhadresh
Hello,Please anyone have any idea how to convert word to pdf in android.? Is there any way then please give me reply ASAP.. -- 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@goo

Re: [android-developers] how to convert morse sound to text???

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 2:13 AM, ludy wrote: > i use audiorecord to record morse sound ,and then need to convert morse > sound to text,how to do that??? > Write the code to do that or use a library. This has nothing to do with Android specifically. --

[android-developers] how to convert morse sound to text???

2012-01-12 Thread ludy
i use audiorecord to record morse sound ,and then need to convert morse sound to text,how to do that??? -- 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

Re: [android-developers] how to convert .jre games into android format

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 5:50 AM, Samron wrote: > how to convert .jre games into android format. Port it. - TreKing - Chicago transit tracking

[android-developers] how to convert .jre games into android format

2011-12-22 Thread Samron
how to convert .jre games into android format. Can i get some help. -- 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 group, send email

[android-developers] How to convert a png file to a PaletteTexture?

2011-11-17 Thread Shawn Wang
Can somebody tell me how to a png file to a PaletteTexture? I did lots of research and found glCompressedTexImage2D, but it seems all the example shows how to generate the palette texture from some hard code numbers, not from a image file. Can someone show me a code snippet or a reference? Great ap

[android-developers] How to convert a png file to a PaletteTexture?

2011-11-17 Thread Shawn Wang
Can somebody tell me how to a png file to a PaletteTexture? I did lots of research and found glCompressedTexImage2D, but it seems all the example shows how to generate the palette texture from some hard code numbers, not from a image file. Can someone show me a code snippet or a reference? Great ap

[android-developers] how to convert imagetview(ex maytinh.png) to bitmap

2011-11-04 Thread gautruc
help me: check my code: package com.khmt2k3.xuantung.imageview; import android.app.Activity; import android.os.Bundle; import android.widget.ImageView; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; public class ImageViewActivity extends Act

[android-developers] How to convert voice to text

2011-09-05 Thread HariRam
Thanks for previous replies, Is it possible to convert voice as a text. i searched through website, there is more guidance for text to speech but none for voice to text. if anyone have idea for how to transmit voice to text pls guide me. -- Hariram Lakshminarayanan -- You receive

[android-developers] how to convert data host to network

2011-08-18 Thread N K Shrivastva
i want to send a group of data to network server socket. i want to send request body convert host to network. i am not greeting way to handle these things plz help me -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] How to convert the raw data from Camera.takepicture(shutter, raw,jpeg) to Bitmap?

2011-07-21 Thread musfiq
Hi: I want to find the faces in an image after taking picture. I want to use the Facedetetor.findfaces(...,); But for that I need Bitmap file. How to convert byte [] to bitmap? /Musfiq -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Brill Pappin
Yah, that's what I said :) Thanks for your assistance! - Brill -- 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 group, send email to android-

Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Kostya Vasilyev
One dp = 1/160 of an inch, for any device density. One inch = 160 dp. Size_in_dp = Size_in_inches * 160; Size_in_inches = Size_in_dp / 160; 32 dp --> 32/160 --> 2/10 --> 0.2 inch -- Kostya 13.05.2011 19:44, Brill Pappin пишет: Ok, that helps... so the formula (assuming mdpi) would be (correct

Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Brill Pappin
Ok, that helps... so the formula (assuming mdpi) would be (correct me if I'm wrong): Xdp=160 * Yin or 32dp=160 * 0.2in - Brill -- 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@go

Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Kostya Vasilyev
13.05.2011 19:12, Brill Pappin пишет: Can anyone tell me what the formula would be to convert device inches to dp? - Brill Pappin Ummm, "dp" is 1/160 of an inch (subject to the device's actual density bucket). Is that what you're asking? -- Kostya Vasilyev -- http://kmansoft.wordpress.c

[android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Brill Pappin
I've got a situation where I have to modify some legacy code that uses dimensions in inches to use dimensions in dip. Essentially this has come about because some of the newer high density screens (like the Atrix) do not handle their scaling properly and their inch values come out half what the

Re: [android-developers] how to convert...?

2011-03-17 Thread Marcin Orlowski
> > I have to convert the timestamp which is coming from server to date format >> in my android Application. >> > > Redesign the way you store timestamps. int (32 bits) is not the way to go > as you can see. Use 64 bits if you want to keep millis. > You may also dig around there: http://en.wikipe

Re: [android-developers] how to convert...?

2011-03-17 Thread Marcin Orlowski
On 17 March 2011 12:42, Abhilash baddam wrote: > How to convert the timestamps having values more than year 2038 to date > format in android. You can't. > I have to convert the timestamp which is coming from server to date format > in my android Application. > Redesign the way you store

[android-developers] how to convert...?

2011-03-17 Thread Abhilash baddam
Hi, How to convert the timestamps having values more than year 2038 to date format in android. I have to convert the timestamp which is coming from server to date format in my android Application. This is the timestamp, I got from Server : 25340230079 When I convert this to date, it s

Re: [android-developers] how to convert string to a date

2011-02-11 Thread Mark Murphy
This has nothing to do with Android. http://exampledepot.com/egs/java.text/ParseDate.html On Mon, Feb 7, 2011 at 11:21 PM, Hassy wrote: > > I want to convert string to date and get total days from the current > date. > >        edittext1 date1 = new edittext(this); > >        Date d = new Date()

[android-developers] how to convert string to a date

2011-02-11 Thread Hassy
I want to convert string to date and get total days from the current date. edittext1 date1 = new edittext(this); Date d = new Date(); String date = (new SimpleDateFormat(".MM.dd")).format(d); final EditText date2 = new EditText(this); edit2.setText(da

[android-developers] How to convert a image into Base64 string?

2011-01-28 Thread saex
Hi Can someone tell me the code to transforma image (maximum of 200KB) into Base64 String??? i need to know how to do it with android, because i have to add the functionality to upload images to a remote server in my main app putting them into a ROW of the database, as a string. i am searching i

Re: [android-developers] How to convert a image into Base64

2011-01-28 Thread Kumar Bibek
There are a few Base64Encoders available. Search for them. http://www.source-code.biz/base64coder/java/ Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Fri, Jan 28, 2011 at 10:03 PM, saex wrote: > Hi > > Can someone tell me the code to transforma image (maximum of 200KB) >

[android-developers] How to convert a image into Base64

2011-01-28 Thread saex
Hi Can someone tell me the code to transforma image (maximum of 200KB) into Base64 ??? i need to know how to do it with android, because i have to add the functionality to upload images to a remote server in my main app i am searching in google but i can't find easy examples that i can aford th

Re: [android-developers] how to convert colour image to black and white

2011-01-06 Thread Ghanshyam Verma
U CAN U PHOTO SCOP SOFTWARE On 1/5/11, sudha wrote: > Hello all, > > I have a picture taken from android device camera, I have to convert > the colour image to black n white. > how can I do this? > > Thanks > Sudha > > -- > You received this message because you are subscribed to the Google > Gro

[android-developers] how to convert colour image to black and white

2011-01-04 Thread sudha
Hello all, I have a picture taken from android device camera, I have to convert the colour image to black n white. how can I do this? Thanks Sudha -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] How to Convert Pdf file into Image,

2010-11-29 Thread Ankit
Good Morning Developers, I want to know that how to convert each page of PDFs file into images and show it on Image-view.Can you please tell me it is possible or not? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] How to convert JPEG file to PGM format in android ?

2010-11-29 Thread ian
I'm implementing face recognition system in android with PCA method & I must convert JPEG face image to PGM format. Is there possible to do this in Android? If so how would one do it? I've been searching it's possible to use JAI & ImageIO to convert but the problem is Android doesn't support the

[android-developers] How to convert xml to svg in Android

2010-10-08 Thread 大风
How to convert xml to svg in Android, Anybody anyideas? -- 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 group, send email to android-developer

Re: [android-developers] how to convert screen coordinates to 3d coordinates

2010-08-05 Thread { Devdroid }
On 5 August 2010 12:30, akram wrote: > i'm created an application where it consists of 3d rotating cube I > want to move the cube with respect to the drag on the screen > > In the on touch Listener I'm able to get the x,y coordinates but i don > Know how to make those coordinates to map to 3d spac

[android-developers] how to convert screen coordinates to 3d coordinates

2010-08-05 Thread akram
i'm created an application where it consists of 3d rotating cube I want to move the cube with respect to the drag on the screen In the on touch Listener I'm able to get the x,y coordinates but i don Know how to make those coordinates to map to 3d space. Pls help me in this regard .I'm new to and

[android-developers] How to convert a xml page to speech???

2010-07-22 Thread prachi
Hi all I have an xml page which im able to display on webview and also able to convert it to sppech by using text to speech API provided by android. I have stored that xml page in a string variable and hence able to convert it to speech which takes string variable as an input. But my problem is

[android-developers] How to convert .swf to .apk ?

2010-07-07 Thread VENU GOPAL
Hi Freinds, I created a application using ADOBE AIR and now i want this application to deployed in ANDROID OS enabled mobile phone but i am not able to convert .swf file to .apk Can any one please help me out how i can convert .swf to .apk Best Regards Venu Gopal V -- You received this message

[android-developers] How to convert Document data type to String

2010-06-07 Thread Android boy
Hello guys. I've already created XML using DOM in Android. Now I have a problem converting my Document data to String since transform factor is not available in Android. I need to FileOutputStream the Strings that came from the Document Could you please help me. :-) -- You received this message

[android-developers] how to convert bitmap to byte array

2010-04-13 Thread narasimha rao
hi all i am new in android i am implementing image retrieve in sdcard in image convert into bitmap and in bitmap convert in to byte array please forward some solution of this code public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] how to convert Bitmap image to Drawable in Android

2010-03-10 Thread Farha Ansari
how can i convert a Bitmap to Drawable. Thanks, Farha -- 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 group, send email to android-developers

[android-developers] How to convert Drawable into Bitmap?

2010-02-28 Thread Marco Alexander Schmitz
Hello, how do I convert a Drawable into a Bitmap? Greetings, Marco -- 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 group, send email to andr

[android-developers] how to convert mp3to PCM format in android

2010-02-23 Thread kavitha
Hi All, Is there any way to convert mp3 to PCM stream in android? Please help. Thanks Kavitha -- 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 th

Re: [android-developers] How to convert Android application to Droid Mobile application?

2010-02-17 Thread Mark Murphy
Jeyavel Natesan wrote: > i have developed the application in android and i installed the > application in to HTC magic mobile , it's working good. but i want to > install same application in Droid mobile(480x854 px) , shall i need to > modify any code for that? Maybe, maybe not. It all depends on

[android-developers] How to convert Android application to Droid Mobile application?

2010-02-17 Thread Jeyavel Natesan
Hi, i have developed the application in android and i installed the application in to HTC magic mobile , it's working good. but i want to install same application in Droid mobile(480x854 px) , shall i need to modify any code for that? Regards, Jeyavel N +91 964-289-8190 -- You received this m

[android-developers] how to convert mp3/any type of data to PCM format in android

2010-02-15 Thread kavitha
Hi All, How to convert from mp3 or any type of audio data to PCM format in android? Please tell me the solution. It is very urgent. Thanks Kavitha -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] How to Convert 1.5 project to 2.0

2009-12-02 Thread Sasikumar.S
Hi, I created a Android Project in 1.5. Now i want to convert itinto Android SDK2.0. How can i convert this? I tried to convert by click the project properties & changed the Target from Android1.5 to Android2.0... But the R.java is delted automatically when i changed the target... Any one

[android-developers] How to convert RGB565 to a bitmap file?

2009-11-25 Thread Ejane
In a byte[], I am having the image data of a RGB565 image(no header, only image content) I used the decodeByteArray with Bitmap.Options as RGB565 decoder. But the decoding process failed. Am I missing anything? -- You received this message because you are subscribed to the Google Groups "And

[android-developers] how to convert a position to a object on WebView

2009-07-23 Thread ko
Helllo, Does anyone find the way to locate a object from a position on (extended) WebView? I mean 1.you touch the screen 2.my onTouchEvent handler be invoked and it'll find which object touched 3.the handler decides and acts depending on an object I found getHitTestResult() gives me some tips but

[android-developers] How to Convert this Response into Map Object or into List View

2009-07-16 Thread android.vinny
Hi How to Convet this response int o MAP Object or List View Plz help me regarding this getRatingResponse{return=ContestInfo{item=anyType{name=Ankitha; totalimages=2; rating=2.5; }; item=anyType{name=Anushka; totalimages=4; rating=9.5; }; Thanks a lot in advance --~--~

[android-developers] how to convert Picture object to Bitmap object?

2009-06-04 Thread jerryfan2000
Hi , I am trying to figure out how to do convertion of Picture object generated by webView to Bitmap for later JPEG encoding and saving to local f/s. I tried to create a bitmap from pre created Picture object by BitmapFactory.decodeStream and failed. Seems like Picture object is unreconginzed form

[android-developers] How to convert base64string to Image?

2009-02-09 Thread dilu
Hi All, I am getting image from server side as Base64 string in xml form.Now i want to convert this base64 string into image.once it will get converted into image then i will store it into my local database. Canany one tell me how to do this? Any example iOr sample code for converting base64 stri