Re: [android-developers] how to implement edittext inside listview

2011-09-21 Thread Ratheesh Valamchuzhy
Hi As per your code there is 5 tedittext in you app .. we can get the values of each edittext(5 nos) in that pgm... see the code ... === public View getView(final int position, View convertView, ViewGroup parent) { ViewHolder holder; if (convertVie

Re: [android-developers] How to connect android device with local network

2011-09-21 Thread ashok chakravarthy
run some webserver like tomcat on your local machine, then you can able to connect to your machine provided both your machine and phone are in same network On Wed, Sep 21, 2011 at 5:48 PM, Gold wrote: > Hi all, > > I am using android 2.2 for application development..! > > Now I want to communica

Re: [android-developers] Get Auto Increment values from table 1 and insert in Table2

2011-09-21 Thread Daniel Drozdzewski
On 21 September 2011 12:02, Krishna Prasad wrote: > No . > > My requirement is > > While Xml parsing,i need to save each value  to db.During saving each table > is related.Suppose i have a table which has field "id","form name"  in one > table.I need to save the that  "id" value in another table a

[android-developers] Re: want talk with android-system level community

2011-09-21 Thread Drunczyk
https://groups.google.com/forum/#!forum/android-platform -- 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-develope

[android-developers] want talk with android-system level community

2011-09-21 Thread John
I want to ask some question regarding android framework with android sdk system level api community . how to post issue and interact with android-system level developer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] How to connect android device with local network

2011-09-21 Thread Gold
Hi all, I am using android 2.2 for application development..! Now I want to communicate with Webservice. The webservice running on My laptop and ip is 192.168.1.15..! But device not communicate.it.. How to communicate with local network..! Thanks in advance, A. Thangadurai -- You received

[android-developers] Re: How android native gallery app works in switching thumbnails into quality photos?

2011-09-21 Thread Speedy
Hi, these are actually pretty tough questions. Gallery is really lacking some important functinality like event when the image actually stopped moving. I had the same problem and I "faked" it using Gallery.drawChild method where I am checking if the position of the image is in the middle and if th

[android-developers] want talk with android-system level community

2011-09-21 Thread John
I want to ask some question regarding android framework with android sdk system level api community . how to post issue and interact with android-system level developer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] video resolution trans-coding

2011-09-21 Thread John
Hello developers, i have a many mp4 videos files in sdcard , that video file contains different width,height resolution. i want give a single constant resolution to that file by code. Plz need help, -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] Re: SqlLite Database

2011-09-21 Thread lbendlin
You can create databases with a number of tools. I use the mozilla Firefox browser and SQLite manager plugin -- 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 unsubs

Re: [android-developers] how to implement edittext inside listview

2011-09-21 Thread aparna rani
in each row...its take the values from how many rows display in a screen at app launched only. and remaining below screen its nit getting the values from edittext box. On Wed, Sep 21, 2011 at 4:50 PM, Ratheesh Valamchuzhy wrote: > Hi. > > please clear the question. > > i am implement list

[android-developers] SqlLite Database

2011-09-21 Thread New Developer
How can one go about creating an SQLLite Database on a PC then to transfer the database file to the tablet's application data directory? I have managed to create a database on a tablet copy it off, and then back on. But Now I would like to be able to create it and then just upload it. Also

Re: [android-developers] how to implement edittext inside listview

2011-09-21 Thread Ratheesh Valamchuzhy
Hi. please clear the question. i am implement listview and each view *(or row).* having editlist box. problem when i trying to get data from all editboxes its takes only first screen view.(*means getting the value from the first row only ie index=0*) here show only 5 views. when

Re: [android-developers] How to switch between ANDROID homescreen and our custom homescreen programmatically?

2011-09-21 Thread Mark Murphy
You cannot force your activity to be the home screen. You can force your activity to *not* be the home screen by calling clearPackagePreferredActivities() on PackageManager. Then, the user will get a chooser the next time the HOME screen is launched (e.g., pressing the HOME button). On Wed, Sep 2

Re: [android-developers] Get Auto Increment values from table 1 and insert in Table2

2011-09-21 Thread Krishna Prasad
No . My requirement is While Xml parsing,i need to save each value to db.During saving each table is related.Suppose i have a table which has field "id","form name" in one table.I need to save the that "id" value in another table also.Since it is parsing,i want to save it simultaneously.Can yo

Re: [android-developers] Get Auto Increment values from table 1 and insert in Table2

2011-09-21 Thread Ratheesh Valamchuzhy
I didn't get your question correctly u want to get the primary key value from the database ? -- 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] Get Auto Increment values from table 1 and insert in Table2

2011-09-21 Thread Krishna Prasad
I want to get the auto increment primary key as soon as it is inserted and insert that auto increment value as a foreign key in another table. On Wed, Sep 21, 2011 at 6:30 AM, Ratheesh Valamchuzhy wrote: > Go through the tutorial of sqlite database > > http://www.vogella.de/articles/AndroidSQLit

Re: [android-developers] Get Auto Increment values from table 1 and insert in Table2

2011-09-21 Thread Ratheesh Valamchuzhy
Go through the tutorial of sqlite database http://www.vogella.de/articles/AndroidSQLite/article.html http://freshmeat.net/articles/sqlite-tutorial http://zetcode.com/databases/sqlitetutorial/ -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Get Auto Increment values from table 1 and insert in Table2

2011-09-21 Thread Krishna Prasad
Hi all, Can anybody help me in inserting an auto increment value (primary key) in one table as a foreign key in table 2 simultaneously. thanks -- 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] Custom Font For application

2011-09-21 Thread JOBZ
Hi All, How to set custom font for whole application. otherwise is there any way to set external fonts like "FEASFBRG.TTF" in Style.xml for the attribute android:typeface. We can set it by Typeface.createFromAsset(getAssets(), "fonts/ FEASFBRG .ttf"); But I want to know how to set in Style.x

[android-developers] Re: Multiple dynamic repeating alarm in application.

2011-09-21 Thread jagtap.jj
It got resolved. Using pending intent with unique request code. On Sep 21, 12:20 pm, "jagtap.jj" wrote: > Hi, > >   I have Notes like application, for every note there is one repeating > alarm, notes can grow to any number. for every note user will set > repeating alarm. >   How to achieve this?

[android-developers] How android native gallery app works in switching thumbnails into quality photos?

2011-09-21 Thread Lidia
Hello, please need help. I can't find the source code for android gallery native application, but i am trying to implement its feature, when a thumbnail photo switches into a good quality photo, and zoom is available. In my app i have a Gallery instance that uses thumbnail photos for display. I w

[android-developers] Re: Publish and Debug

2011-09-21 Thread Jens
wrote: > I really have to unsintall the market downloaded apk to run the debug? No. > or there is another way to do this? Yes. Four easy steps to compromise security: 1. Whip out Portecle (http://portecle.sourceforge.net, no install required). 2. MAKE A COPY OF YOUR SIGNING KEYSTORE. 3. Use

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-21 Thread NAVI NEW
i want to run this type interface with my app. what to do for this one On Wed, Sep 21, 2011 at 2:23 PM, B.Arunkumar wrote: > Hi, > > You can download it from the Android Market and use it like a > normal app. I don't think you can use rockplayer in your application, > though. > > B.Arunkumar >

Re: [android-developers] Re: Is this a joke??

2011-09-21 Thread Daniel Drozdzewski
On 21 September 2011 08:38, Romain Guy wrote: > I hate the @!$ monkeys. So many extra hours spent at work because of them... > But that's good I guess :) http://familyguy.wikia.com/wiki/Evil_Monkey d^_^b -- Daniel Drozdzewski -- You received this message because you are subscribed to the Goo

[android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-21 Thread B.Arunkumar
Hi, You can download it from the Android Market and use it like a normal app. I don't think you can use rockplayer in your application, though. B.Arunkumar On Sep 16, 8:34 pm, TreKing wrote: > On Fri, Sep 16, 2011 at 2:16 AM, NAVI NEW wrote: > > i am asking how to use , rock player in appli

[android-developers] Re: NFC phone operated Mifare Classic

2011-09-21 Thread xiaoailsa
Hi,have anyone know how to increment \decrement\restore in the mifare classic?? I'm very worry about this program.Could you help me ? On 9月20日, 下午2时03分, xiaoailsa wrote: > Hi,everyone! > I have learn nfc phone how to read different card. For the Mifare > Classic, i have a problem for value block

[android-developers] Emulator

2011-09-21 Thread Andi
Hi, when my app is connecting to server (to another programm), the server (the programm) is registring the device of the app. So when I do this with the emulator the server(the programm) is registring the device with the device-id: "Simulator031128fc-5aad-433a-a10d-52bc88d6852c". Where does this I

[android-developers] can we know the phone no of the device.

2011-09-21 Thread krishna chaitanya
hi all, I checked with one code like String ts = Context.TELEPHONY_SERVICE; TelephonyManager telephonyManager = (TelephonyManager) getSystemService(ts); Toast.makeText(this, "Phone no:"+telephonyManager.getLine1Number(), Toast.LENGTH_SHORT).show(); its showing the number in

Re: [android-developers] Sending emails without user interaction - authentication issue

2011-09-21 Thread Nikolay Elenkov
On Wed, Sep 21, 2011 at 10:11 AM, Paul wrote: > > Is there any way to avoid having to specify the sending password, > maybe by using AccountManager to authenticate with the phone's gmail > account? I haven't used it, but apparently GMail's IMAP/SMTP supports OAuth, you might try it out: http://c

Re: [android-developers] Re: Is this a joke??

2011-09-21 Thread Romain Guy
I hate the @!$ monkeys. So many extra hours spent at work because of them... But that's good I guess :) On Wed, Sep 21, 2011 at 12:29 AM, Al Sutton wrote: > http://developer.android.com/guide/developing/tools/monkey.html > > Monkeys can thrash test your app like nothing else :). > > Al. > -- > T

Re: [android-developers] In-app checkout interface is always in landscape mode on Honeycomb

2011-09-21 Thread Nikolay Elenkov
On Wed, Sep 21, 2011 at 6:55 AM, Speedy wrote: > Hi, > > I'm building application on SKD 11+ (Android 3.x) and when I'm doing > in-app billing request the checkout popup is always displaying in > landscape mode - causing that my whole app rotates to landscape mode > even though the app is locked t

Re: [android-developers] Infinite loop in TextToSpeech.initTts

2011-09-21 Thread Nikolay Elenkov
On Tue, Sep 20, 2011 at 6:28 PM, BorisB wrote: > Hi all, > > The device is HTC Wildfire with locale set to Greek. > NullPointer exception in SetLanguage generates infinite loop in > initTtts . Relevant portion of log is > > V/TtsService( 7474): TtsService.onCreate() > E/TtsService( 7474): Invalid

[android-developers] Re: Is this a joke??

2011-09-21 Thread Al Sutton
http://developer.android.com/guide/developing/tools/monkey.html Monkeys can thrash test your app like nothing else :). Al. -- T: @alsutton W: www.funkyandroid.com The views expressed in this email are those of the author and not necessarily those of Funky Android Limited, it's associates, or

[android-developers] How can I post My Twitts on Aurdino Screen Via Bluetooth In Android

2011-09-21 Thread parasnath
I have created an Twitter Application Now I want to post My Twitts On Aurdino Screen via Bluetooth,through Programatically Can I do this.Please help me Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Switch to speakerphone when the headset is unplugged

2011-09-21 Thread Shri
My app uses the speakerphone if no headset is plugged in. If a headset is plugged in, Android automatically switches audio playback to the headset. However, when the headset is unplugged, the audio plays through the earpiece. Is there a way to switch to the speakerphone when the headset is un

[android-developers] Multiple dynamic repeating alarm in application.

2011-09-21 Thread jagtap.jj
Hi, I have Notes like application, for every note there is one repeating alarm, notes can grow to any number. for every note user will set repeating alarm. How to achieve this? Any suggestions? Thanks & Regards Jalandar Jagtap -- You received this message because you are subscribed to the G

[android-developers] Re: How to insert special character into Database

2011-09-21 Thread Jens
One hint: MITHUL'S http://www.sqlite.org/faq.html#q14 Or .. you know .. you could stop doing hardcoded queries and use the supporting functionality present in Android. On Sep 21, 8:44 am, Bishan wrote: > @  Zsolt > no. i got this error. > > 09-21 12:07:26.876: INFO/Database(19855): sqlite retur

[android-developers] Re: How to insert special character into Database

2011-09-21 Thread Zsolt Vasvari
Are you using the helper methods to create the insert statement, or are you building it yourself? If you do it yourself, you must escape the single quote as double quoutes, so your statement should be: INSERT INTO Client VALUES ('110003', 'MITHUL''S ', 'R1', '3', '0', 'HOTEL', 'BRONZ', '4', '3',

[android-developers] App closed but notification is visible

2011-09-21 Thread b_t
Hi, My application creates an "ongoing" notification that displays battery state and updates it when battery event occurs. Very rarely I notice that this notification doesn't change, doesn't display the correct value. When this happens my application isn't running but the notification is visible.

Re: [android-developers] Re: How to set selected color effect when click on any image button or image view same as iphone?

2011-09-21 Thread GopalaKrishnan D
in that code replace @drawable/image into @color/color id -- 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-develop

<    1   2