[android-developers] Logging in to a website

2011-07-13 Thread Dalton Metzler
Android developer How can i for android login to a website for fiverr.com? Whats the code to do it? I have 2 textboxes and a button mon...@live.com -- 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] why i am getting this error message in eclipse?

2011-07-13 Thread muthumani
hi, I have connected my galaxy tab to the esclipse while compiling my android application it shows this error message [2011-07-13 11:27:20 - sad] Android Launch! [2011-07-13 11:27:20 - sad] adb is running normally. [2011-07-13 11:27:20 - sad] Performing android.org.SadActivity activity launch

[android-developers] Re: how to differ reject call and miss call

2011-07-13 Thread Ali Chousein
@Prabhat: I'm not sure if it's possible to differentiate between a missed call and a rejected call, as CallLog.Calls defines only INCOMING_TYPE, MISSED_TYPE and OUTGOING_TYPE. I suggest you to experiment in the debugger and check if the value of CallLog.Calls.TYPE is different for missed and

[android-developers] Re: Minimize activity on back key press

2011-07-13 Thread Ali Chousein
Study and understand the activity lifecycle well (http:// developer.android.com/reference/android/app/Activity.html) and then think again what you are trying to do. Forget about minimizing/ maximizing; that concept doesn't even exist in Android. You have to think in terms of activity lifecycle.

Re: [android-developers] imageview

2011-07-13 Thread arun kumar
give me some guidance how to do... Thanks arun -- 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

Re: [android-developers] Re: Minimize activity on back key press

2011-07-13 Thread Shashidhar
Check this. http://developer.android.com/reference/android/app/Activity.html#moveTaskToBack(boolean) On Wed, Jul 13, 2011 at 11:52 AM, Ali Chousein ali.chous...@gmail.comwrote: Study and understand the activity lifecycle well (http:// developer.android.com/reference/android/app/Activity.html)

[android-developers] Auto photo capture on specific input

2011-07-13 Thread Friends Friend
Hi Guys! I need Help in developing an app for android. the concept is that i want to capture images of ID cards through the camera. What i want to do is that when the id cards 4 corners exactly fits in the image preview of the screen (which is displaying the preview to take the image) it

[android-developers] Re: R: Re: Relying on other apps using intents - user perspective

2011-07-13 Thread Rami
On Jul 12, 9:26 am, Federico Paolinelli fedep...@gmail.com wrote: I know that I can do that but: - in this phase I wanted to focus on the app, so using an external app was faster (and now I am wondering is it's ok to leave it this way) - it's the approach suggested by zxyng, otherwise I

RE: [android-developers] gps

2011-07-13 Thread waheedtechb...@gmail.com
Hi plz check the path..for windows 7:c:\Users\username\.android And for Windows xp the default android folder is: C:\Documents and Settings\username\Local Settings\Application Data\Android Thanks and Regards Abdul Waheed http://waheedtechblog.blogspot.com -Original Message- From: Vinod

[android-developers] How to deal with the paste widget in android 3.0?

2011-07-13 Thread Ben Lee
Hi, This question is first asked in stackoverflowhttp://stackoverflow.com/questions/6648177/how-to-handle-the-paste-event-in-android-3-0honeycomb, but still got no helpful answer. Then I realize maybe this is an advanced question, I should post it here. I have a customized EditText, which need

[android-developers] Lock screen

2011-07-13 Thread yoav bbb
Hello, Is it possible to change the default lock screen and use one of my own? with another way to unlock it? Yoav -- 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

[android-developers] How to multi select the GridView Item?

2011-07-13 Thread Vinit Sharma
Hi all, I have been Googling and stackflowing since last week but i am not able to find the way that how can i select multiple images in gridview as my application needs gridview not listview. Actually i want to download multiple images selected by the users in grid view (like on selection in

[android-developers] New program to answer an incoming call

2011-07-13 Thread yoav bbb
Hello, I want to try and write a new program that will be used to answer an incoming call, instead of the supported by the phone. Is it possible? Do I have to use PhoneStateListener class? I saw there is a method onCallStateChanged with state as input parameter - CALL_RINGING. If I use it, how do

[android-developers] display two camera android in different surface and get their data respectively

2011-07-13 Thread nizar laouar
Hi, i'm developing an application, where i need to run two camera in the same time, until now i can acces to each camera but just one camera what i want to do is to display the two camera in two surfaces which i define in the main.xml and process each one Best regards Nizar LAOUAR -- You

[android-developers] Permissions Not Working

2011-07-13 Thread thedigitalsean
I am trying to test use of GPS in Android, however I am getting java.lang.SecurityException when I try to use the LocationManager object. I know this question has been asked before but I have tried the posted suggestions without any success. Here is the code where the exception is thrown in my

[android-developers] GOOGLE API (8) for Android 2.2

2011-07-13 Thread newbie_dev
From my eclipse's project build target, I don't see Google API for android 2.2. Where/How can I install it? -- 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

[android-developers] Want to know the status of installed app, either background or foreground?

2011-07-13 Thread Jani
Hi All, I have a list of apps installed on the device. I want to know their present status on a particular moment, if they are running in foreground or in background? RunningAppProcessInfo.IMPORTANCE always return 100 for all apps on my device. Please help. Thank you. Hardik -- You received

[android-developers] Where / How to install Google API for Android 2.2 in Eclipse

2011-07-13 Thread newbie_dev
From my project build target, I don't see Google API for Android 2.2. Where/How can to install it? -- 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

[android-developers] Accessing properties of view elements in current visible window especially text property.

2011-07-13 Thread autowbt
hierarchyviewer is one tool present in the the SDK that gives the hierarchy of views present in the current visible window, that is working on the simulator or I think needs root permission on actual device to work. After studding it I get to know that after opening hierarchyviewer it starts a

[android-developers] Re: Bluetooth help

2011-07-13 Thread Simon Trigona
Check out this guide: https://developer.android.com/guide/topics/usb/index.html I know it's not Bluetooth, but it might 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] Object properties

2011-07-13 Thread blindbarber
Hello All Is there any way to find the properties or attributes of an object in a android application.Like Object Spy in qtp which is used to find object properties. Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: android receiver permission

2011-07-13 Thread Ali Chousein
You should be able to find the answer to your question on this page: http://developer.android.com/reference/android/Manifest.permission.html -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius)

Re: [android-developers] Installing a x86 image in new sdk tools v12

2011-07-13 Thread Jimen Ching
Is there any work on the vbox_x86 support? That already runs on x86 and is near native performance. If you add ethernet and mouse support, it would have the equivalent feature set of the ARM emulator. --jc -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Screen size supported

2011-07-13 Thread kirubakaran S
Hi, Include your resources in Xtra large dpi. Normally you don't have to worry about the screen resolution. On Tue, Jul 12, 2011 at 2:54 PM, mark2011 androidmark2...@gmail.com wrote: Dear All : Is there anyone know the maximum screen size supported by Android? Is it possible to display

[android-developers] Very slow start in my application

2011-07-13 Thread Thomas Lefort
Hi, I made a little compass application for fun. This app uses a number of sensors for orientation, magnetic field measurement and location. It also includes a map. Point is it takes 5s or more to get started. I am not 100% sure who the culprit is although I suspect the map init to take some

[android-developers] Tab and android:configChanges=keyboardHidden

2011-07-13 Thread kazek
Hello My manifest looks like this: application android:icon=@drawable/icon android:label=@string/ app_name activity android:name=.aaa_bbb android:label=@string/ app_name android:theme=@android:style/Theme.NoTitleBar android:screenOrientation=portrait

[android-developers] Ksoap2

2011-07-13 Thread Eren Aydın
Can we use ksoap2 library for java or oracle based webservices ? Thanks -- 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] Unable to read AndroidManifest.xml

2011-07-13 Thread MetaCipher
I have finished up an Android app and I am attempting to sign it now in release mode. I have generated a keystore, and have updated my built properties to check the appropriate keystore file and alias. Everything compiles just fine, and I am presented with a nice apk file. However, when I attempt

[android-developers] Error In Andriod Manifest.xml file

2011-07-13 Thread siddhu
I have to add some flags like german or British in png format so that it would be used in localization part.But i am facing an error in andriod manfest .xml file while i change the Andriod icon:@drawable/ flagde which is german flag. so please anyone help me in this. Thanks in Advance With

[android-developers] Android 2.1 Emulator proxy settings

2011-07-13 Thread superprogrammer
I need to access the internet on the emulator for an app. How can i change the proxy settings in telKila to allow access to the internet? I have tried Menu - Settings - Wireless Controls Mobile Networks Access Point Names No luck there I tried running this from the command line emulator

[android-developers] Latin IME Keyboard

2011-07-13 Thread Saurabh Kumar
1. I am developing latin IME keyboard and using array list to store words. it is working fine for 5,000 words. but when i tried to increase its number to 70,000 it shows some error i searched and found that arraylist cant hold that much of words... one solution is to use SQLITE databse but

[android-developers] How to create SQLite database file

2011-07-13 Thread siva
Hi, I wanna create SQLite database file in res/assets directory. how can i do this?? -- 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,

[android-developers] potential bug in Gooole Analytics Android SDK

2011-07-13 Thread chen
Hi. I'm using the GA API for Android. I'm trying to verify that events are sent to GA server by looking at the logs. I'm tracking 2 events pretty much one after the other, and in the logs I see only the second event - twice. It seems that the first event is overwritten by the second event... any

[android-developers] Re: Content change on a Gallery backed by a CursorAdapter

2011-07-13 Thread Arnaud VALLAT
Hello, I think that using a ContentObserver and doing it by yourself is a good solution. Regards, Rno -- 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

[android-developers] API for processing/manipulating speech from telephone

2011-07-13 Thread d.d.jones
I'd like to create an Android application which runs during a phone call and manipulates voice input from the caller on the other end of the call, for example prompting the person on the other end to speak and then parrot that speech back to them, etc. and/or do some simple voice recognition.

[android-developers] Re: List with checkboxes problem

2011-07-13 Thread Arnaud VALLAT
Hello, you need to add android:focusable=false to your CheckBox. Regards, Rno -- 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

[android-developers] android client cannot do a post action to wcf json service

2011-07-13 Thread Daniel
Hi all, My problem is that my android client cannot do a post action to a wcf json service. i have verified that the wcf json service works by invoking it with a client written in c# and through fiddler. Every time i call this service via the android java code, i always get this error:

[android-developers] Android Widget onActive()

2011-07-13 Thread cathal coffey
Hi Guys, I've created a Widget and I would like to do something every time it is on screen. By on screen, I mean if the user moves to a screen that contains this widget. I want it to fire something like the below function. @override public void onActive(Context context, Intent intent) { //

[android-developers] How to get image resource from styleable attribute

2011-07-13 Thread Bhiefer
I want to set an image resource according to custom attribute of my custom theme. This is my attrs.xml file resources declare-styleable name=PlayPauseButton attr name=pauseImg format=integer/ attr name=playImg format=integer/ /declare-styleable

[android-developers] Re: Listview listener

2011-07-13 Thread Arnaud VALLAT
Hello, you used setOnClickListener or setOnItemClickListener? Regards, Rno -- 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] Not able to stream video on emulator

2011-07-13 Thread krishna chaitanya
Hi All, How to do video streaming in android emulator. Please suggest any way to stream a video.I have tried but i couldnt succeeded in playing awed video in the emulator.Following is the code that i have tried: public void onCreate(Bundle savedInstanceState) {

[android-developers] [exec] Error: Failed to generate emma coverage.

2011-07-13 Thread erinwon
Recently I am in a android development group and in charge of the test work. I do my test work automatically under the robotium framework. In order to get code coverage for my Robotium tests, I use ant to make this under the instruction of

Re: [android-developers] MMS on Network

2011-07-13 Thread kirubakaran S
Hi, Use the same intent. Attach the message content in extras field of Intent. Intent is the best way to send MMS. On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote: Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which

[android-developers] Streaming Wav Audio Error: MediaPlayer Prepare failed status=0x1

2011-07-13 Thread nbonwit
Hello, We are streaming audio via http from ffserver/ffmpeg on Angstrom Linux. The ffmpeg audio codec is PCM signed 16-bit little endian pcm_s16le. The ffmpeg stream format is wav. Both of these are claimed to be supported on Android here:

[android-developers] Ksoap2

2011-07-13 Thread daysaver
Hello everyone I am new to this group I just wanted to know if anyone has any experience with Ksoap2. I have started a new job as an android developer and they want me to write a application that uses their soap web service. Any information, useful links and tutorials would be really appreciated I

Re: [android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-13 Thread Nick Pelly
I just want to jump in and say, wow, the quality of android-developers@googlegroups.com has really improved. Most informative thread i've read in a while! (although strictly off-topic since android-developers is meant to be about developing about the SDK, but I don't mind) Nick On Tue, Jul 12,

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread Durgadoss Ramanathan
You can try ArrayList data structure... On Tue, Jul 12, 2011 at 7:55 PM, Shruthi Varma shruthi.tlis...@gmail.comwrote: Hi All, I have to parse the xml pasted below and store all the images under preview_images tag under magazine tag in one Array. If there was only one magazine tag, It

[android-developers] Latin IME Keyboard

2011-07-13 Thread saurabh kumar
Hi android developers, Please help me to resolve this problem:- 1. I am developing latin IME keyboard and using array list to store words. it is working fine for 5,000 words. but when i tried to increase its number to 70,000 it shows some error i searched and found that arraylist cant hold

[android-developers] undefined reference error! module in frameworks uses external/jpeg..

2011-07-13 Thread Paul Chu
Hi, I have struggled with it for couple of days~~ we customized Android frameworks by adding a service component into $ANDROID/frameworks/base/ folder The service component needs to use $ANDROID/external/jpeg library, but we got link error: Our problem could be identified as: *Is it feasible

Re: [android-developers] Ksoap2

2011-07-13 Thread vijayakumar M
check this url.. http://iamvijayakumar.blogspot.com/2011/06/android-ksoap2-web-service-parsing-data.html On Wed, Jul 13, 2011 at 3:22 AM, daysaver daysa...@googlemail.com wrote: Hello everyone I am new to this group I just wanted to know if anyone has any experience with Ksoap2. I have

[android-developers] ZoomImage

2011-07-13 Thread kurnia niakk
please help me to make an image zoom using zoombutton.. -- 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

Re: [android-developers] Error In Andriod Manifest.xml file

2011-07-13 Thread Justin Anderson
Read this: http://developer.android.com/guide/topics/resources/localization.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 12, 2011 at 12:19 PM, siddhu siddhu.ven...@gmail.com wrote: I have to add some flags like german or British in

Re: [android-developers] MMS on Network

2011-07-13 Thread A N K ! T
Thanks Kirubakaran, I have tried that. i dont want to open dialog of available apps. i Just want to send it through Messaging Client. any clue? On Tue, Jul 12, 2011 at 3:02 PM, kirubakaran S kirubakaran1...@gmail.comwrote: Hi, Use the same intent. Attach the message content in extras field

[android-developers] Re: Not able to stream video on emulator

2011-07-13 Thread Jayanthi
have you checked whether the given url is supported form On Jul 12, 5:04 pm, krishna chaitanya krishnachaitanya9...@gmail.com wrote: Hi All, How to do video streaming in android emulator. Please suggest any way to stream a video.I have tried but i couldnt succeeded in playing awed video in

[android-developers] Re: How to create SQLite database file

2011-07-13 Thread Ali Chousein
Take a look here: http://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html Also study one of the samples which come with the SDK installation, which creates an SQLite DB (if you search-in-files for SQLiteOpenHelper you'll find such examples). -- Ali Chousein

[android-developers] Re: Where / How to install Google API for Android 2.2 in Eclipse

2011-07-13 Thread Ali Chousein
In Eclipse choose Window - Android SDK and AVD Manager. On the window which appears choose Available packages. Then under the list Android Repository you can choose and install any available version of Google API. -- Ali Chousein Geo-Filtered Assistant

[android-developers] alternative call-screen

2011-07-13 Thread sbo
I'm developing an alternative call-screen for Android 2.1. I thought, when I set a call directly in com.android.internal.telephony.ITelephony no android call-screen will appear, but I was wrong. How can I manage to make the default android call-screen disappear? Thanks Flo p.s. I know that

[android-developers] SVG in android 3.0

2011-07-13 Thread Shibu S R
Hello, We are going to develop an android application for show a autocad drawing file in svg format in which ecma script is using. We have tested the application in emulator and opened the svg file in webview. our problem is that ecmascript in XML tags are not executed in webview in android. We

[android-developers] Re: imageview

2011-07-13 Thread varun
can you explain your problem more clearly, so that we can help you. as far as i understood u need to place four images in a rectangle shape and when you click on each image you have to replace all the four images with another set of images based on which image has been clicked. if that is the

[android-developers] Re: Latin IME Keyboard

2011-07-13 Thread gjs
Hi, What was 'some error...' ? If you have some error it is always better to include log output with the error messages so we can help. Regards On Jul 13, 3:35 pm, saurabh kumar saurav.triv...@gmail.com wrote: Hi android developers, Please help me to resolve this problem:- 1. I am

[android-developers] memory leak managing service connection in onResume and onPause

2011-07-13 Thread Bouis, Laurent
Hi, I've identified a memory leak issue managing connection to a service when an activity is quickly created/destroyed (or possibly quickly resumed/pause; at least this is what I am thinking based on testing). I would like some help to understand what is causing this and how to fix it

[android-developers] Re: Permissions Not Working

2011-07-13 Thread Ali Chousein
Strange. Try Project-Clean and see if it helps. BTW, are you editing your manifest file inside eclipse or in another editor? You should do everything inside eclipse. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for

[android-developers] ViewAnimator

2011-07-13 Thread Ralph Bergmann
Hello, I use a ViewAnimator to switch between some views. The problem is that the current view does not get an event that it comes to foreground. When I switch between the views how can I tell the current view that it came to foreground? Is there a method to call which calls the onResume

[android-developers] Re: Very slow start in my application

2011-07-13 Thread gjs
Hi, I'd suggest you do find the culprit not just hide it away. Having found it, consider what parts can be made to work asynchronously with Threads or Async tasks. 5 second startup is close to getting ANR warning message. Usual recommendation is don't do to much processing (more than a second of

[android-developers] Re: Auto photo capture on specific input

2011-07-13 Thread gjs
Hi, Have a look at the zxing barcode project source code. http://code.google.com/p/zxing/ Regards On Jul 12, 2:25 pm, Friends Friend friendsfri...@gmail.com wrote: Hi Guys! I need Help in developing an app for android. the concept is that i want to capture images of ID cards through the

Re: [android-developers] Ksoap2

2011-07-13 Thread nageswara rao rajana
Hello friend Ksoap is android specific, using this jar files you can web services(Soap) which were developed on java Or .Net. -- 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] Re: Sony Ericsson EDK for Timescape

2011-07-13 Thread Johan Abramsson
Hi Android Developers, The second version of the Sony Ericsson EDK has been released today. The news is that you can now create extension applications for the Musicplayer on Sony Ericsson Android phones as well. Or to be more exact – application that can hook in to the infinite key of the music

[android-developers] Re: Alarm list

2011-07-13 Thread Satya
thanks for replying yes am referring to AlarmManager is there any way where i can stored this in my app? On Jul 13, 10:03 am, TreKing treking...@gmail.com wrote: On Tue, Jul 12, 2011 at 10:51 PM, Satya satya...@gmail.com wrote: Can any one tell me how to get all previously set alarm list. If

Re: [android-developers] Lock screen

2011-07-13 Thread mayank k varshney
yes it is possible check Power manager class On Tue, Jul 12, 2011 at 9:55 AM, yoav bbb yoav...@gmail.com wrote: Hello, Is it possible to change the default lock screen and use one of my own? with another way to unlock it? Yoav -- You received this message because you are subscribed to

Re: [android-developers] GOOGLE API (8) for Android 2.2

2011-07-13 Thread mayank k varshney
make the update from eclipse: eclipse-windows tab-android sdk and avd manager0-install packages- update all help-install new software-adt - https://dl-ssl.google.com/android/eclipse/-check for developer tools- next and u will get all the further steps On Tue, Jul 12, 2011 at 8:40 AM, newbie_dev

Re: [android-developers] Android Widget onActive()

2011-07-13 Thread Mark Murphy
On Tue, Jul 12, 2011 at 4:46 PM, cathal coffey coffey.cat...@gmail.com wrote: I've created a Widget and I would like to do something every time it is on screen. By on screen, I mean if the user moves to a screen that contains this widget. I want it to fire something like the below function.

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread Shruthi Varma
But we can't create ArrayList at runtime right. I am not able to find a different approach too. :( Regards, Shruthi. On Wed, Jul 13, 2011 at 9:43 AM, Durgadoss Ramanathan r.durgad...@gmail.com wrote: You can try ArrayList data structure... On Tue, Jul 12, 2011 at 7:55 PM, Shruthi Varma

Re: [android-developers] API for processing/manipulating speech from telephone

2011-07-13 Thread Mark Murphy
There are no such APIs, sorry. On Tue, Jul 12, 2011 at 4:50 PM, d.d.jones d.d.jo...@comcast.net wrote: I'd like to create an Android application which runs during a phone call and manipulates voice input from the caller on the other end of the call, for example prompting the person on the

[android-developers] Using GSM Cell Location?

2011-07-13 Thread DanielSchH
Hello, I´m working on a app which needs a location. I ran into some problems, that there are even no lastKnownPositions in the LocationProviders. On the one hand, I have read something, that there is a way to get the location from the GSM-Cell by sending the cell-id to a WS. On the other hand, I

Re: [android-developers] How to multi select the GridView Item?

2011-07-13 Thread Mark Murphy
On Tue, Jul 12, 2011 at 12:07 AM, Vinit Sharma vinit2...@gmail.com wrote: I have been Googling and stackflowing since last week but i am not able to find the way that how can i select multiple images in gridview as my application needs gridview not listview. There is no multi-select concept

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread Mark Murphy
new ArrayList() On Wed, Jul 13, 2011 at 6:20 AM, Shruthi Varma shruthi.tlis...@gmail.comwrote: But we can't create ArrayList at runtime right. I am not able to find a different approach too. :( Regards, Shruthi. On Wed, Jul 13, 2011 at 9:43 AM, Durgadoss Ramanathan

[android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
HI , I can't open the sample projects in *android-sdk_r11-windows* it shows *No projects are found to import* what i did : * File- import-Existing project into workspace-next- * then i Browse the sample projects from android-sdk_r11-windows - samples -

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread arun kumar
check www.developer.android.com for sample projects. On Wed, Jul 13, 2011 at 4:22 PM, Perumss Naren peru2...@gmail.com wrote: HI , I can't open the sample projects in *android-sdk_r11-windows* it shows *No projects are found to import* what i did : * File- import-Existing

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread vijayakumar M
check your workspace ... i think manifest file missing.. On Wed, Jul 13, 2011 at 4:22 PM, Perumss Naren peru2...@gmail.com wrote: HI , I can't open the sample projects in *android-sdk_r11-windows* it shows *No projects are found to import* what i did : * File-

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
Hi, Sorry you not get my point.. *No projects are found to import *projects is there but i could not open that project Regards, Perumal.N On Wed, Jul 13, 2011 at 4:35 PM, arun kumar hariarun2...@gmail.com wrote: check www.developer.android.com for sample projects. On Wed, Jul 13, 2011

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
Hi , Thanks for your time i have manifest file even i have this issue Regard, Perumal.N On Wed, Jul 13, 2011 at 4:39 PM, vijayakumar M iamvijayaku...@gmail.comwrote: check your workspace ... i think manifest file missing.. On Wed, Jul 13, 2011 at 4:22 PM, Perumss Naren

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread arun kumar
you not import project by click import menu you goto file-new-android project-create project from existing resource and give exact path its perfectly open. On Wed, Jul 13, 2011 at 4:41 PM, Perumss Naren peru2...@gmail.com wrote: Hi, Sorry you not get my point.. *No projects are found to

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread A N K ! T
Create new project from existing source... then it will work fine... On Wed, Jul 13, 2011 at 4:46 PM, arun kumar hariarun2...@gmail.com wrote: you not import project by click import menu you goto file-new-android project-create project from existing resource and give exact path its perfectly

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread Perumss Naren
Hi, Thanks for you time and now working for me Regards, Perumal.N On Wed, Jul 13, 2011 at 4:46 PM, arun kumar hariarun2...@gmail.com wrote: you not import project by click import menu you goto file-new-android project-create project from existing resource and give exact path its

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread NaveenShrivastva
On Wed, Jul 13, 2011 at 5:35 PM, Perumss Naren peru2...@gmail.com wrote: Hi, Thanks for you time and now working for me Regards, Perumal.N On Wed, Jul 13, 2011 at 4:46 PM, arun kumar hariarun2...@gmail.comwrote: you not import project by click import menu you goto

[android-developers] Drag and Drop funcationality on list

2011-07-13 Thread N K Shrivastva
Hello Android Developers, i want to Drag and drop functionality on list. Here i donot want to extend listActivity. i want access Drag and drop functionality using extend activity class with list id . ListView lv1=(ListView)findviewById(---) Please help me, i am getting lot of sample

[android-developers] How to delegate layout in an abstract ViewGroup

2011-07-13 Thread Tapomay Dey
I want to create a custom AdapterView/ViewGroup. Its DataAdapter/ childViews consists of elements that act as keys for a data filter. This custom view is associated with another dataAdapter-adapterview combo that holds the data to be filtered (based on what user selects in the custom filter view).

[android-developers] Running Camera app from source has bad menu layout

2011-07-13 Thread Rich E
Hi all, I have been trying to work with the Camera app from git and when I run it without _any_ modifications to the code, the menu fonts are wrong and the menu frame is drawn funky. Here are some screenshots of what I mean:

[android-developers] Re: How to delegate layout in an abstract ViewGroup

2011-07-13 Thread Tapomay Dey
Following could be a solution: In the setter method for layout resourceID, inflate the layout and add it as child to the this View object. Is this a clean approach? Regards, Tapomay. On Jul 13, 5:26 pm, Tapomay Dey tapomay@gmail.com wrote: I want to create a custom AdapterView/ViewGroup.

[android-developers] Program to generate MD5 hash for apk

2011-07-13 Thread rashmi
Hi, Please let me know how to create a MD5 hash for an apk programmatically. I want to compare the MD5 hash in the certificate and the generated MD5 hash. There are some commands which can be executed from command prompt to generate MD5 hash for an apk. But how do I will generate it through

Re: [android-developers] Program to generate MD5 hash for apk

2011-07-13 Thread Nikolay Elenkov
On Wed, Jul 13, 2011 at 9:49 PM, rashmi rashmi@gmail.com wrote: Hi, Please let me know how to create a MD5 hash for an apk programmatically. I want to compare the MD5 hash in the certificate and the generated MD5 hash. There are some commands which can be executed from command prompt to

[android-developers] Application update emulator

2011-07-13 Thread Gopu
Hi , How to emulatate a application upgrade without upgrading the full firmware .Eg .upgrading from froyo to GB. Is abd install -r apk is equal to application upgrade? . Please provide some info about this. Thanks Gopu -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: How to delegate layout in an abstract ViewGroup

2011-07-13 Thread Kostya Vasilyev
Yeah, why not? Presumably, you have some logic in the code that knows the type of UI it's building. Add a ViewGroup to your layout with a known id, and have the code inflate the actual layout, then add it to the view group. Another option is to use ViewStubs in the parent layout, and call

[android-developers] Calendar view i want highlight multiple specific date in adnroid?

2011-07-13 Thread vijayakumar M
hi, i have calendar in gridview i want highlight particular list of dates. how can i achieve this one? please anybody helpme.. -- Nobody can go back and start a new beginning, but anyone can start today and make a new ending - Thanks, Regards, νιנαソαkum@r M

[android-developers] Re: apk sent

2011-07-13 Thread bob
This app lets you do it https://market.android.com/details?id=it.medieval.blueftpfeature=search_result Is good. On Jul 13, 12:47 am, Dalton Metzler sroze...@gmail.com wrote: send it to your email instead On Jul 12, 10:44 pm, bob b...@coolgroups.com wrote: I sent an APK file to my

[android-developers] how to setup Android Environment in Windows

2011-07-13 Thread Perumss Naren
Hi, Did any one having *Android Environment setup document* (no need link of http://developer.android.com/sdk/installing.html ) I need a document please help me and send document using that *any one can install Android Environment setup *like a prototype Thanks and Regards,

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread Shruthi Varma
Hi, You didn't get my point. After parsing that xml, I will get a number of magazines (images). I have to store all the images of each magazine in a separate ArrayList. If I know in advance that I will get 3 magazines, I can initialize 3 ArrayList and store images in it as you said. But the

[android-developers] TabActivity ViewFlipper - Orientation change

2011-07-13 Thread Y
Hello all! I'm developing an app on 2.2 in which I have 6 tabs. I have one activity for each tab. My first Tab has a SafeViewFlipper which works fine. However, I'm facing two problems. 1. The contents of the first tab are visible in all other tabs. Any ideas why? 2. When I rotate the

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread Justin Anderson
You are getting arrays and ArrayList mixed up... ArrayList is dynamic and you can modify it at runtime. http://developer.android.com/reference/java/util/ArrayList.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 13, 2011 at 8:00 AM, Shruthi

[android-developers] Re: How to delegate layout in an abstract ViewGroup

2011-07-13 Thread Tapomay Dey
Thanks for the ViewStub approach. On Jul 13, 6:08 pm, Kostya Vasilyev kmans...@gmail.com wrote: Yeah, why not? Presumably, you have some logic in the code that knows the type of UI it's building. Add a ViewGroup to your layout with a known id, and have the code inflate the actual layout,

  1   2   >