[android-developers] Re: flash file in webview on ICS

2012-07-24 Thread mudit
Hi Juned, I am using a ICS device and it is able to run lots of flash based apps(may be developed in a flash based environment and not a native android app) then any idea why it is not able to load the flash content only in webview? On Tuesday, July 24, 2012 5:18:55 PM UTC+5:30, Juned Khan

[android-developers] Re: Emulator is crashing a lot

2011-04-13 Thread mudit
I tried creating emulators for other SDK versions also. But doesn't change anything. As soon as i start my emulator, it goes not responding. On Apr 12, 3:14 am, jtoolsdev brianjto...@gmail.com wrote: The 3.0 Emulator came up fast too.  Maps my splash screen right side up but the main screen is

[android-developers] Emulator is crashing a lot

2011-04-11 Thread mudit
Hi, I am trying to test my app on android emulator. So as soon as, i am choosing run the application, a new window pops up on the screen and after taking 1-2 minutes, it goes not responding. I also tried running the emulator separately using AVD manager. Using this, i am able to start the

[android-developers] Could not find APk

2011-03-11 Thread mudit
Hi, Whenever i am trying to run my project, i am getting this error in the console. Could not find .apk Operating system: windows XP IDE: Eclipse SDK Version: 3.4.2 Build id: M20090211-1700 Android: 1.6 ADT: ADT 10.0.0 -- You received this message because you are subscribed to the

[android-developers] Show Picasa album of a particular user in the app

2010-11-03 Thread mudit
Hi All, I want to show the picasa album of a user in my android app. I have the username/ password + album id of the album. I have tried implementing via using gdata library. But i am getting a VerifyError Exception as soon as i run my code. Following are the gdata libraries that i included in

[android-developers] Re: Show Picasa album of a particular user in the app

2010-11-03 Thread mudit
(); } On Nov 3, 12:34 pm, mudit mudit.a...@gmail.com wrote: Hi All, I want to show the picasa album of a user in my android app. I have the username/ password + album id of the album. I have tried implementing via using gdata library. But i am getting a VerifyError Exception as soon as i run my

[android-developers] Re: Show Picasa album of a particular user in the app

2010-11-03 Thread mudit
, they are in alpha. On Nov 3, 12:46 pm, mudit mudit.a...@gmail.com wrote: Here is the java code that i am using: PicasawebService myService = new PicasawebService(my app name);                 try {                         myService.setUserCredentials(username

[android-developers] Re: Upload large files on the web server on android

2010-07-31 Thread mudit
I am using javax.microedition.io.HttpConnection class for making a connection and then setting the request method as 'Post'. On Jul 30, 9:44 pm, Alex Xin xinxi...@gmail.com wrote: Do you use HTTP POST to upload your file to android phone? On Fri, Jul 30, 2010 at 7:27 PM, mudit mudit.a

[android-developers] Upload large files on the web server on android

2010-07-30 Thread mudit
Hi I want to upload files on a web server in my android app.Currently i am able to upload files around 5mb from the device but more than this gives a outofmemory exception and also makes app very unstable. i am looking for a method using which we can upload the data in the app background plus of

[android-developers] discripencies while compressing a bitmap on Google nexus

2010-06-19 Thread mudit
Hi all, I am compressing a bitmap object to OutputStream using Compress function. Here is my code: try { if (bitmap != null) { bitmap.compress(Bitmap.CompressFormat.JPEG, 100, bytes); } else {

[android-developers] Add themes to the android application.

2010-05-27 Thread mudit
hi all. i want to add themes to my android application. In the application, user will have options to changes theme of the application. Just like OIShopping List appplication. Please help how do i implement this kind of structure to my application. Any help, tutorials, guidance are highly

[android-developers] Apply Alphabetical Filters on listViewApply Alphabetical Filters on listView

2010-05-11 Thread mudit
Hi.. i need to create a list view that display same functionality as Contact App. I need to have a scroller through which i can traverse the list alphabetically. To achieve this i am following an example from API demos com.example.android.apis.view.List1.java. It is using a textfilter. When i

[android-developers] Error getting GPS location on Droid + android 2.0 sdk

2010-04-27 Thread mudit
Hi all I am trying develop an application which shows user current location. To find user's current location i am using following code: import android.location.Location; import android.location.LocationListener; import android.location.LocationProvider; import android.os.Bundle; public class

[android-developers] Problem with onscreen keyboard on Droid

2010-04-02 Thread mudit
Hi all i am developing an application which has a general text entry form. So while testing on my moto droid, i am facing a strange issue-- when i touch an input field ( which is at lower end of the screen) -- the on screen keyboard pops up and hides the input field. So user have to enter

[android-developers] Problem with sqlite database

2010-03-22 Thread mudit
hi all i am developing an application which uses sqlite db for storing records. I am developing this application on SDK 1.5.. when i test the application on 1.5 device it works good but when i try to run it on a 1.6 device i get a force close message with following logcat output: 03-19

[android-developers] Problem using sqlite DB -- unable to open database file

2010-03-22 Thread mudit
hi all i am developing an application which uses sqlite db for storing records. I am developing this application on SDK 1.5.. when i test the application on 1.5 device it works good but when i try to run it on a 1.6 device i get a force close message with following logcat output: 03-19

[android-developers] Integrate zxing code with the application and install in on Android os higher than 1.5

2010-03-16 Thread mudit
hi all i am working on an application that needs to scan bar codes as a functionality..I have integrated all the code of zxing with my app code and now when i try to install it on my device(OS 1.6) it gives me an INSTALL_FAILED_CPU_ABI_INCOMPATIBLE error... i cant use intents to use the barcode

[android-developers] Intent action for network events in android sdk

2010-02-19 Thread mudit
Hi.. i am need to receive broadcast for network actions like network connected, disconnected etc. I am using a broadcast receiver for the purpose.Can any please tell me which intent action i need to capture for network events, right now as per my search on internet i am using

[android-developers] Re: Intent action for network events in android sdk

2010-02-19 Thread mudit
, mudit mudit.a...@gmail.com wrote: Hi.. i am need to receive broadcast for network actions like network connected, disconnected etc. I am using a broadcast receiver for the purpose.Can any please tell me which intent action i need to capture for network events, right now as per my search

[android-developers] How to install zxing on android 2.0

2010-02-09 Thread mudit
hi.. i am trying to install zxing on android 2.0 emulator but i am getting an INSTALL_FAILED_CPU_ABI_INCOMPATIBLE error. i know why this error occurs -- please refer the post below

[android-developers] Pause music player on a phone call and again resume it after phone call

2009-12-02 Thread mudit
hello.. i am using android.media.MediaPlayer object to play audio files in my app.everything works fine but when a phone call comes while a song is playing, app does not pause the media player and you can hear the song during the phone call.Please tell me how to pause media player on a phone call

[android-developers] downloading a file programatically

2009-11-11 Thread mudit
0 vote down star hi. i am downloading files from web server programatically. after download is complete, i checked the file.the size ,extension and all other parameters are correct but i when i try to play that file in media player it is showing that it is corrupt. plz help.. code: byte[]

[android-developers] problem in playing mp4 video file

2009-11-06 Thread mudit
i am trying to play a mp4 video file from remote url in android media player.but i am getting an error code -- Command PLAYER_PREPARE completed with an error or info PVMFErrNoResources error (1, -15) i hv searched for the error code and found that this error is returned if the resource required

[android-developers] stop camera click sound programmatically in android

2009-10-20 Thread mudit
hello.. I am using android's default camera to click images from within my app. I want to stop the click sound that it does on clicking an image. Is there a way to stop that click sound programtically? Thanks. --~--~-~--~~~---~--~~ You received this message

[android-developers] How can I can a transparent

2009-10-03 Thread mudit
Hi All, I need to create a bitmap with transparent background using an inputstream. BitmapFactory.Options opt = new BitmapFactory.Options(); opt.inPreferredConfig = Bitmap.Config.ALPHA_8; bitmap = BitmapFactory.decodeStream(is, null, opt); But my image is always rendered with black background.

[android-developers] set transparent background of an imageview in android

2009-09-29 Thread mudit
hello... i am using a web view in which i am adding a image view..now i want to set the background of this image view transparent.i hv tried setting mImageview.setBackgroundResource(R.color.trans); [where trans = color name=trans# / color ] plz help thanks in advance...

[android-developers] Re: Use external fonts in android

2009-09-21 Thread mudit
, 6:12 pm, LambergaR martin.s...@gmail.com wrote: I managed to load .ttf fonts without a problem. Maybe you should try loading a different font? On Sep 15, 2:55 pm, mudit mudit.a...@gmail.com wrote: hello.. i want to use external fonts in my app. i have tried adding new fonts using asset

[android-developers] using tesseract on android

2009-09-21 Thread mudit
hello.. i am working on a android project that uses tesseract OCR engines..i hv been searching on internet from past few days about any support for tesseract for android platform..but i didnt get any help...Plz help me about how i do use tesseract for android platform...or how do i install it on

[android-developers] Use external fonts in android

2009-09-15 Thread mudit
hello.. i want to use external fonts in my app. i have tried adding new fonts using asset managers but it did not work. Typeface face; face = Typeface.createFromAsset(getAssets(), font.otf); textview.setTypeface(face); but it did not show the text... plz help..

[android-developers] Problem in horizontal scroll in android

2009-09-09 Thread mudit
hello... i am using a table layout in a screen. i need to have both horizontal and vertical scrolls. By default i am able to get vertical scroll in the view but horizontal scroll is not working. i am using android SDK 1.5 r3 i hv already tried android:scrollbars = horizontal. i hv read on some

[android-developers] problem sending an email with an attachment programmatically

2009-08-07 Thread mudit
hello.. i`m trying to send an email using native email client on android phone. I have tried following ways to add an attachment to the mail... method--1 Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.setType(image/jpeg); sendIntent.putExtra(Intent.EXTRA_STREAM,

[android-developers] take screenshot programmatically

2009-08-07 Thread mudit
hello... i have a requirement to place 2 overlapping image view inside a web view.the upper image view can be moved using trackball and the lower image view is static.now i want to capture the whole screen programmatically and save it as an image. i have referred this link but unable to get the

[android-developers] YUV to RGB cpnversion

2009-07-06 Thread mudit
hi there... I am trying to convert YUV data stream into RGB 565. I am using http://blog.tomgibara.com/post/132956174/yuv420-to-rgb565-conversion-in-android this code to convert YUV frames into RGB format.from this rgb byte array i hv stroed this array into a text file,JPG file, also tried to