Re: [android-developers] Intent to choose a folder containing images rather than a particular image

2011-03-30 Thread Dianne Hackborn
Sorry, there is no such concept. On Wed, Mar 30, 2011 at 11:18 PM, James W wrote: > I wish to allow the user to choose a specific folder on their SD card > which contains images. Later on I will use that particular folder as a > data source. > > It is easy enough to select an single image from t

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-03-30 Thread snehalal gangadharam
hi , i have debuged the code, i am getting IO Exception, 03-31 10:47:17.001: WARN/System.err(278): java.io.IOException: Unable to connect to server: 03-31 10:47:17.061: WARN/System.err(278): at org.apache.harmony.luni.internal.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.jav

[android-developers] Re: how to delete images files stored in Android phone gallery

2011-03-30 Thread sourabh
Hi, Thanks for the reply. i am using "uriTarget.toString()" and " Toast.makeText(AndroidCamera.this, "Image saved: " + uriTarget.toString(), Toast.LENGTH_LONG).show();" to get file path following method is mentioned public void onPictureTaken(byte[] arg0, Camera arg1) { // TODO Auto-generated

[android-developers] Re: Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread cipher_neo
ok guys, time to have a re-think. The system I am building is a point of sale system. It may be best to buy a small linux server and then use the android tablets browsers to access the server. This begs one question, what is the current state of html5 support offered by the chrome browser on andr

[android-developers] Intent to choose a folder containing images rather than a particular image

2011-03-30 Thread James W
I wish to allow the user to choose a specific folder on their SD card which contains images. Later on I will use that particular folder as a data source. It is easy enough to select an single image from the folders, I use: Intent mAlbumSelectIntent; mAlbumSelectIntent = new Intent(Intent.AC

[android-developers] Re: (Full) NFC support for Android (on a Nexus S, specifically)

2011-03-30 Thread nadam
It would be nice to get a hint on when card emulation will be added as an official feature of the SDK. It's already mentioned in the source code (NfcAdapter.java) but hidden with @hide. /** * Card Emulation mode Enables the manager to act as an NFC tag. Provided * that a Secure Eleme

[android-developers] Re: Video Call Recording Feature

2011-03-30 Thread Guna
Please let me know whether Video Call Recording is possible on Android Phones any version On Mar 30, 9:26 am, Guna wrote: > Hello all, > > I am working onVideoCallRecording feature on 2.3, and wondering if > this is possible with out any framework changes I mean as a stand > alone application. >

[android-developers] Re: Is there equivalent of java.awt on Android

2011-03-30 Thread Zsolt Vasvari
No, it's impossible to create a user interface with an Android device. On Mar 31, 10:44 am, Aman Bhardwaj wrote: > Basically I am trying to create a imagecomparison lib and was wondering if > java.awt equivalent exists for android. > > Thanks, > ~Aman -- You received this message because you ar

Re: [android-developers] Re: Vertical text

2011-03-30 Thread Nasif Noorudeen
there is one vertivcal label view sample code there in google code On Thu, Mar 31, 2011 at 10:22 AM, a a wrote: > the name of the vertical text is "texture" is it? > > 2011/3/31 lbendlin : > > Why not just rotate the canvas for that view? > > > > -- > > You received this message because you are

Re: [android-developers] Re: Vertical text

2011-03-30 Thread a a
the name of the vertical text is "texture" is it? 2011/3/31 lbendlin : > Why not just rotate the canvas for that view? > > -- > 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@googlegr

Re: [android-developers] Re: Application crashing due to CheckBoxPreference error

2011-03-30 Thread TreKing
On Wed, Mar 30, 2011 at 10:37 PM, agrosner wrote: > 03-30 21:53:29.054: ERROR/AndroidRuntime(270): Caused > by: java.lang.IllegalArgumentException > 03-30 21:53:29.054: ERROR/AndroidRuntime(270): > at java.util.Timer.scheduleAtFixedRate(Timer.java:528) > 03-30 21:53:29.054: ERROR/AndroidRuntime(2

[android-developers] Re: Application crashing due to CheckBoxPreference error

2011-03-30 Thread agrosner
03-30 21:53:29.054: ERROR/AndroidRuntime(270): java.lang.RuntimeException: Unable to create service com.wisdm.collector.CollectionService: java.lang.IllegalArgumentException 03-30 21:53:29.054: ERROR/AndroidRuntime(270): at android.app.ActivityThread.handleCreateService(ActivityThread.java: 26

[android-developers] why no grep

2011-03-30 Thread Aman Bhardwaj
android shell lacks grep, any idea why? why google choose to leave grep out of android, i miss the awesomely useful grep I am hoping there was good reason for it, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Is there equivalent of java.awt on Android

2011-03-30 Thread Aman Bhardwaj
Basically I am trying to create a imagecomparison lib and was wondering if java.awt equivalent exists for android. Thanks, ~Aman -- 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@google

[android-developers] Re: Android Show Data from different SQLite Tables in ListActivity

2011-03-30 Thread Zsolt Vasvari
You can simply change the SQL statement to SELECT * FROM edition AS _id, magazine WHERE edition.magazine_id = magazine.magazineId provided that edition is what you want to use as the key On Mar 30, 1:59 am, marceo wrote: > Hey, > > I got an ListActivity which gets its Data from a SQLite databas

[android-developers] Re: Android Eclipse plugin: setting background in wysiwyg didn't set background

2011-03-30 Thread David Karr
Just so it's clear, I then manually added the property setting to the XML view and then ran on the emulator, and the background was changed. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Android Eclipse plugin: setting background in wysiwyg didn't set background

2011-03-30 Thread David Karr
Is this the best place to ask about the Android Eclipse plugin? I just noticed that when I changed the background property of my main layout in the wysiwyg mode ("Graphical Layout"), it looks fine in the graphical mode, but it doesn't appear to have changed the actual layout file. The display s

Re: [android-developers] Re: Android Mp3 Intent: Shazam does it, how do we?

2011-03-30 Thread Rich Schiavi
Nope. Amazon must only provide access to certain people Aloha, Rich On Mar 30, 2011, at 3:11 PM, Ari wrote: > Have you found a solution for this? > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, sen

[android-developers] Memory management - is usage of direct arguments bad?

2011-03-30 Thread lbendlin
I am trying to become friends with MAT, and have a halfway meaningful conversation with it. I noticed that a lot of my direct argument strings seem to be dangling around, from code lines like return "Database update complete"; or publishProgress("Completing data import"); Is that bad progr

[android-developers] Re: Android Mp3 Intent: Shazam does it, how do we?

2011-03-30 Thread Ari
Have you found a solution for 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, send email to android-developers+unsubscr...@goog

[android-developers] Re: Designing a barcode app which doesnt sign your life away

2011-03-30 Thread lbendlin
This is slightly off topic but here's a nice little story from Germany http://www.zeit.de/datenschutz/malte-spitz-data-retention -- 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@google

[android-developers] Re: WebView Animation Problem

2011-03-30 Thread Doug
It sounds like you need support from Phonegap directly. Doug On Mar 29, 2:10 pm, Anas Jaghoub wrote: > Please help me to find a solution for my problem :) > > On Mar 28, 9:31 pm, Anas Jaghoub wrote: > > > > > Hi there, > > Hope you are fine, Actually this is my first post here, I searched a > >

Re: [android-developers] Finding ant_rules_r3.xml?

2011-03-30 Thread Xavier Ducrohet
As Mark said, the files have moved and were renamed. ant_rules_r#.xml used to be in the platform folder, but they are now in the tools folder under ant/ This is because we can now have a single rule file to compile against any platform. The custom Ant task "setup" (com.android.ant.SetupTask) sho

[android-developers] Re: Video Call Recording Feature

2011-03-30 Thread Goodwin
hi Guna, How did you work for Voice call Recording? Could you help to share it ? Guna 写道: > Hello all, > > I am working on Video Call Recording feature on 2.3, and wondering if > this is possible with out any framework changes I mean as a stand > alone application. > Till now I have written

Re: [android-developers] Android Show Data from different SQLite Tables in ListActivity

2011-03-30 Thread lbendlin
alternatively, use your own logic during the listview cell rendering. Gives you more flexibility and you don't need to rename fields. -- 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@g

[android-developers] Draw event not moving bitmap

2011-03-30 Thread Noobs41bot
hey guys-- I am just getting started with some game development here and was messing around with some examples i found and some of the lunar lander stuff. but I am having trouble on updating the location of the bitmap (lander). its actually working but on my action move event after i update the

Re: [android-developers] How implement live wallpaper?

2011-03-30 Thread a a
very very thanks, you are kinder then marcin orlowski, ^ __ ^ 2011/3/30 String : > On Wednesday, March 30, 2011 10:55:19 AM UTC+1, harvey wrote: >> >> i am so sorry about disturb you, because i am a beginner android, sorry. > > Especially if you're a beginner, you should be reading the docs before

Re: [android-developers] parsing only one tag from an XML file at a time

2011-03-30 Thread TreKing
On Wed, Mar 30, 2011 at 7:49 PM, Siva Kannabiran wrote: > how to proceed this... if you can pls explain me with an example How to proceed with what? You posted a general description of what you're kind-a, sort-a trying to do with no clear explanation of what you're specifically having trouble wi

Re: [android-developers] Re: encryption and decryption DES

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 12:36 PM, jaafar zbeiba < jaafarinformati...@gmail.com> wrote: > sorry I'm still a beginner so what's the solution ? Learn Java. No, seriously. - TreKing

[android-developers] parsing only one tag from an XML file at a time

2011-03-30 Thread Siva Kannabiran
hi in my app i am parsing two xml files both stored in my projects resource folder. I have parsed both of my files. The first file must be viewed as a listed one and i have done it. My second xml file consists of a tag named as . i am able to count the size ie number of tags named as info. Among th

[android-developers] Re: Mapview not touchable

2011-03-30 Thread lbendlin
did you set mMapView.setEnabled(true); mMapView.setClickable(true); ? -- 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] Re: Monkeyrunner not capturing screenshot correctly

2011-03-30 Thread lbendlin
Are you taking the screenshots from the framebuffer? You may want to use a more higher level function that will only execute when the whole screen is blitted. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Re: Failed to rename directory

2011-03-30 Thread lbendlin
run the update again. There are some circular dependencies that make it fail at times. -- 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] Re: Vertical text

2011-03-30 Thread lbendlin
Why not just rotate the canvas for that view? -- 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+unsubscr

[android-developers] Re: sublist

2011-03-30 Thread Indicator Veritatis
TreKing's humor does not always survive translation from English to English;) But he had a valid point. The way you asked the question guarantees no better answer than that. Read the link he referred you to and practice the principles described there. Then you will get a better answer. And use the

[android-developers] Re: Disable a particular row in list view onCreate

2011-03-30 Thread lbendlin
Think about it from the user's perspective. They see a table row, and they expect to be able to interact with it. All you'll achieve is frustrating the users. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

Re: [android-developers] Failed to rename directory

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 6:51 AM, Mohammad Abu Hmead < mohammad.ka...@gmail.com> wrote: > Please Help me, what i shall do? Google the error? I've read the tools don't like spaces in file paths ... -

Re: [android-developers] to display image

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 5:01 AM, yogeshkumar tiwari < yogeshtiwari2...@gmail.com> wrote: > How to display images from drawable in listview. How to ask questions the smart way Also, read the documentation. -

Re: [android-developers] how to delete images files stored in Android phone gallery

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 7:54 AM, sourabh wrote: > String selectedFilePath = "content:/media/external/images/media/22"; > That is not a file path. - TreKing

[android-developers] Re: Android dev phone

2011-03-30 Thread JAlexoid (Aleksandr Panzin)
It's a re-branded LG Optimus One. You can definitely do development on the device. Full specs for Optimus One are here http://www.gsmarena.com/lg_optimus_one_p500-3516.php On 30 мар, 20:59, bob wrote: > Just to confirm - can I do Android dev on this phone? > > http://www.metropcs.com/shop/PhoneD

[android-developers] Re: Android sdk (s) not working

2011-03-30 Thread Indicator Veritatis
I wouldn't worry about the message about the latin keyboard. I see it from time to time too, and my programs work fine after getting past that. What you should worry about is that "'com.example.android.contactmanager', has stopped unexpectedly." message. When I see the like, I check the logcat outp

Re: [android-developers] Re: ListView leaks memory II

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 7:45 PM, ivan wrote: > I just ran the ApiDemos app (from SDK 7) in a stand alone emulator. > > I went to List1, then back, then to List2, then back, then back to > List1, etc... then: > > 1.) I used "adb shell ps" to view the process id. > 2.) I used "adb kill -10 " to kill

[android-developers] Re: Google maps Android function

2011-03-30 Thread Piyush Hari
Re: 3) I have a large list of addresses (540 pcs.) How to determine longitude mass and width (to refer to them on the map)? I am developing a map based application to allow pet owners to exchange pet sitting and I had similar questions before finding the solution. Try using the Google Service that

[android-developers] Re: My application web on Android

2011-03-30 Thread JAlexoid (Aleksandr Panzin)
http://lmgtfy.com/?q=How+to+Mobile+Web+Site All your answers there ;) On 30 мар, 13:49, Pkey wrote: > Hi guys, > i'm new in the Android world, and it's wonderfull!! I need any help or > manual or guide to bring my web application on Android. But I don't > know how to start with this project. I'l

[android-developers] Re: Help me please

2011-03-30 Thread Indicator Veritatis
Now that is hard to believe -- unless ADB isn't even running. Check to make sure it is by opening a console/terminal window and typing 'adb devices'. It is, alas, common to have to stop and re-start the adb server to get logcat output to appear. Even when there are no bugs, the phone produces LOTS

[android-developers] Re: My application web on Android

2011-03-30 Thread Indicator Veritatis
'Web app'? That sounds like Javascript. This Google Group is really for Java using the Android SDK. On Mar 30, 3:49 am, Pkey wrote: > Hi guys, > i'm new in the Android world, and it's wonderfull!! I need any help or > manual or guide to bring my web application on Android. But I don't > know how

[android-developers] Re: Need Help to Develope my first Android Project.

2011-03-30 Thread Indicator Veritatis
It is also going to look really bad ad a collage;) On Mar 30, 2:13 pm, Miguel Morales wrote: > Why don't you just do it yourself?  I thought college was a place to learn > to do things in the real world. > You won't get help like this in the real world. > > On Wed, Mar 30, 2011 at 1:44 AM, Kirti

[android-developers] Re: ListView leaks memory II

2011-03-30 Thread ivan
I just ran the ApiDemos app (from SDK 7) in a stand alone emulator. I went to List1, then back, then to List2, then back, then back to List1, etc... then: 1.) I used "adb shell ps" to view the process id. 2.) I used "adb kill -10 " to kill the process and dump an hprof 3.) I pulled the hprof from

[android-developers] Re: Huawei Ascend

2011-03-30 Thread bob
Ok. I just had to turn on USB debugging in the phone setup on the actual device. It works now. On Mar 30, 6:09 pm, Mark Murphy wrote: > If that is Windows, make sure you have the proper device drivers: > > http://developer.android.com/sdk/oem-usb.html > > > > > > > > > > On Wed, Mar 30, 2011

Re: [android-developers] Re: Android 3.0-Tabhost

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 7:09 PM, Zsolt Vasvari wrote: > I guess this appropriate to ask here: > > Has anyone converted their tabbed pre-3.0 app to the Action Bar > paradigm while maintaining a fallback to the old style tabs?  In other > words, does anybody have an app that works on both 3.0 and pr

Re: [android-developers] Huawei Ascend

2011-03-30 Thread Mark Murphy
If that is Windows, make sure you have the proper device drivers: http://developer.android.com/sdk/oem-usb.html On Wed, Mar 30, 2011 at 7:03 PM, bob wrote: > Can someone tell me if the Huawei Ascend works for Android > development? > > I got one, and I'm stuck here in Eclipse: > > http://i1190.p

[android-developers] Re: Android 3.0-Tabhost

2011-03-30 Thread Zsolt Vasvari
I guess this appropriate to ask here: Has anyone converted their tabbed pre-3.0 app to the Action Bar paradigm while maintaining a fallback to the old style tabs? In other words, does anybody have an app that works on both 3.0 and pre-3.0 and appropriately selects tabs or the Action Bar? If so,

[android-developers] Huawei Ascend

2011-03-30 Thread bob
Can someone tell me if the Huawei Ascend works for Android development? I got one, and I'm stuck here in Eclipse: http://i1190.photobucket.com/albums/z449/m75214/ascend-phone.png Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: ListView leaks memory II

2011-03-30 Thread ivan
When I use MAT to look at TmpTestActivity, I 1.) Open the OQL tab in MAT and type the following query "select * from com..TmpTestActivity" and run the query 2.) I right click on one of the TmpTestActivity result rows and choose "List Objecst -> with incoming references" ... the results of whi

Re: [android-developers] Re: Secure Element - SmartMX

2011-03-30 Thread Robert O'Brien
Unless you have the keys to the SE to load an Applet you're out of luck. FWIW from hunting around, the best SE µSDCard solutions at the moment for developers is to get hold of one of the G&D MSC Devkits < https://www.cardsolutions-shop.com/shop/gi-de/article/3443>. At least you'll know it will work

Re: [android-developers] Re: ListView leaks memory II

2011-03-30 Thread Romain Guy
What exactly is leaking? What is the chain of references causing the leak? If what you are describing is true it would affect pretty much every Android application, which seems unlikely. On Wed, Mar 30, 2011 at 2:23 PM, Mark Murphy wrote: > On Wed, Mar 30, 2011 at 5:14 PM, ivan wrote: > > I'm us

[android-developers] InputStream broken?

2011-03-30 Thread Nando
Hi, Been trying to use InputStream attached to a BT socket to read data from a SPP profile. But it doesn't work as expected, instead of waiting for the end of the data stream and receive it fully it breaks it in two or more chunks. To make it simple I picked the BluetoothChat sample from the SDK

[android-developers] Re: custom dialog frame - how to get a pointy triangle edge

2011-03-30 Thread Nick Longinow
Then that's what I'll do. Moving the triangle around randomly isn't very important. Thanks all. On Mar 29, 10:29 pm, Dianne Hackborn wrote: > No, use a 9-patch.  That said, if you want to actually position the triangle > at different places in the border you probably will need to give up on just

Re: [android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 5:45 PM, Lee Farrell wrote: > I know, but I am writing a web app that can be accessed by a bunch of mobile > devices and wanted to host it on an android device. As Ms. Hackborn indicates, that's not really what tablets are for. And even if it were, RoR is designed to run o

[android-developers] Monkeyrunner not capturing screenshot correctly

2011-03-30 Thread lsim001
HI guys, I've been trying to use monkeyrunner to capture screenshot of my app. However the screenshot often end up being black or not captured correctly e.g. only part of the screen is captured or it has a partial overlay of the previous screen. Is there a way of stopping this from happening? I i

[android-developers] References to Fragments and memory footprint

2011-03-30 Thread jotobjects
Is keeping a reference to fragment that has been removed an anti- pattern? If the Fragment is on the backstack it seems like I have observed that the system can GC fragments and create them later when needed. So if the Activity keeps a reference to a removed Fragment does it inhibit that GC? Try

Re: [android-developers] Application crashing due to CheckBoxPreference error

2011-03-30 Thread TreKing
On Wed, Mar 30, 2011 at 3:11 PM, agrosner wrote: > Everything goes well until the user clicks on the preference, disabling it > to "false", and then it crashes when I access the value in another class. > Want to explain what "then it crashes" means, including a stacktrace? Or should we guess? -

Re: [android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread Miguel Morales
Why not just host it on the internet instead of the device? Have you confirmed the device can act as a server with regular carriers? Will it only work in wifi mode? Don't you care about slowing down a user's tablet CPU just to run your web app? Don't you care to leave the devices vulnerable to atta

Re: [android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread Lee Farrell
I know, but I am writing a web app that can be accessed by a bunch of mobile devices and wanted to host it on an android device. regards, Lee Farrell On Wed, Mar 30, 2011 at 10:41 PM, Dianne Hackborn wrote: > That is really not how you are supposed to write applications on Android > tablets. >

Re: [android-developers] Question.!!

2011-03-30 Thread Kostya Vasilyev
There is support for applications implemented entirely in native (C/C++) code: http://developer.android.com/reference/android/app/NativeActivity.html However, this is intended really for a small class of applications, like games, and requires Android 2.3 or later. If you're asking because you kn

Re: [android-developers] Disable a particular row in list view onCreate

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 1:21 PM, dilu wrote: > I want to disable a particular row in list view based on some condition on > onCreate. > There's no reason to do this in onCreate - list view rows are created, if necessary, when shown. That's when you'd disable it. > Please provide me some piece

Re: [android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread Dianne Hackborn
That is really not how you are supposed to write applications on Android tablets. On Wed, Mar 30, 2011 at 2:30 AM, cipher_neo wrote: > Hey guys, > > I am building an RoR web app that I would like to have fully contained > in a tablet computer. > > I would like to run the server on it, and also u

Re: [android-developers] (Full) NFC support for Android (on a Nexus S, specifically)

2011-03-30 Thread Dianne Hackborn
The platform so far supports what is in the SDK. It doesn't matter what a particular piece of hardware supports. It is enough to be "useful in practice." It may not be enough for what *you* want to do, and we understand that it does not do everything for everyone at this point, but this is what

Re: [android-developers] Why does Ginger's NetworkLocation.apk use "com.google.uid.shared" instead of "andorid.ui.system" ?

2011-03-30 Thread Dianne Hackborn
Hi, this is not related to the Android SDK. Please post in an appropriate group like android-porting. On Wed, Mar 30, 2011 at 7:43 AM, Jungho Min wrote: > Hi, > I have a question in GB's NetworkLocation.apk. > It is GingerBread OS and GMS revision1. > > If I turn on Google Location Service in m

Re: [android-developers] Question.!!

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 11:38 AM, wahedul arefin wrote: > Is it possible to write any android application in c/c++ ? If it is then > how to do this? > Google "NDK". Also, "Question.!!" is a horrible title for a post. Title your posts with something relevant to the content, which helps in you get

Re: [android-developers] Need Help to Develope my first Android Project.

2011-03-30 Thread Robin Talwar
read the notepad tutorial and start digging into database. If you want user to keep track then u shud be having firm hand ova sqlLite3 On Thu, Mar 31, 2011 at 2:43 AM, Miguel Morales wrote: > Why don't you just do it yourself? I thought college was a place to learn > to do things in the real wo

Re: [android-developers] Re: ListView leaks memory II

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 5:14 PM, ivan wrote: > I'm using a deice. You should be testing this on an emulator in addition to your device. Your device may have its own set of bugs and (strangely enough) the home screen can impact this sort of thing as well. For a problem like this, the emulator will

[android-developers] Vertical text

2011-03-30 Thread DanielSchH
Hello together, I have got a problem. I want a text to be vertical. This vertical text has to be centered horizontal and vertical in a relative layout. I have tried the VerticalLabelView from Karl Otsma, but on the on hand it’s not really centered vertical in the layout and on the other hand there

[android-developers] Re: ListView leaks memory II

2011-03-30 Thread ivan
I'm using a deice. On Mar 30, 1:30 pm, Mark Murphy wrote: > On Wed, Mar 30, 2011 at 3:28 PM, ivan wrote: > > John, I've read your post about this ... I launched a non-debug > > version through eclipse (i.e. ctrl + F11) and pulled a heap hprof file > > showing the same memory leaks. > > > Am I mi

Re: [android-developers] Question.!!

2011-03-30 Thread Miguel Morales
No, it's not possible to write any android app in c/c++. Most likely you'll need to learn the java sdk at some point. Quit being lazy and learn it. On Tue, Mar 29, 2011 at 9:38 AM, wahedul arefin wrote: > Is it possible to write any android application in c/c++ ? If it is > then how to do this?

Re: [android-developers] Need Help to Develope my first Android Project.

2011-03-30 Thread Miguel Morales
Why don't you just do it yourself? I thought college was a place to learn to do things in the real world. You won't get help like this in the real world. On Wed, Mar 30, 2011 at 1:44 AM, Kirti Joshi wrote: > Hi! everyone, > > i need help to develop my first android project. > > i have just 1 mon

[android-developers] Re: uses-feature glEsVersion

2011-03-30 Thread joebowbeer
I think your uses-feature element is missing the android:name attribute. On Mar 28, 3:54 pm, brian7t7 wrote: > Hi all-- > > Sorry if this has been addressed--I couldn't easily find anyone else > with this issue. > > Anyway, I'm about to publish my first app.  In the manifest XML, I've > declared:

Re: [android-developers] Properties View

2011-03-30 Thread Tor Norbye
The property view currently only displays properties that you have explicitly defined for this view (e.g. you would see a declaration of these specific values in the XML). It does not show inherited or default values. We know this is a big limitation and we plan to improve the property sheet. --

Re: [android-developers] Google maps Android function

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 3:07 PM, Andrei wrote: > Hello. I am a software developer for Android. I was searching the > internet, but found no answer. I work with Google MAPS and can not > figure out how to implement the following functions in the > application: > 1) how to implement the address sear

Re: [android-developers] Unable to add sdk components from Android SDK and AVD Manager

2011-03-30 Thread Mark Murphy
If the problem persists, it may be an issue with some proxy server between you and the Google servers. That URL is returning a valid XML for me at the moment. All I can suggest is to try it again. On Wed, Mar 30, 2011 at 3:32 AM, Pradeep wrote: > Hello, > > I am badly stuck at adding sdk compone

[android-developers] Application crashing due to CheckBoxPreference error

2011-03-30 Thread agrosner
I dont know what is wrong with my code, I read multiple sources and made sure I did it the correct way Everything goes well until the user clicks on the preference, disabling it to "false", and then it crashes when I access the value in another class. This code works for retrieving string values fr

[android-developers] Re: ? Best way of storing text

2011-03-30 Thread William Moore
> For example, you could store it as text files, compressed into a .zip file, > along with a SQLite database with the metadata (including section boundaries > within the files). For large amounts of text, this would be much more > compact than storing the text in the SQLite database directly. So w

[android-developers] Android/iPhone Developers Needed!

2011-03-30 Thread JS
Looking for Android/iPhone Developers for a great opportunity in the NY tri-state area! If you're interested or know someone who is please reply to this post! The client is looking to hire immediately, and these opportunities won't be around for long. Job Title: iPhone/Android Developers Job Desc

[android-developers] CTS and frameword modifications

2011-03-30 Thread Adrien Moa
Hi all, I'm porting Android to a particular board and I have some questions. First, Can we implements just 50 % of a fonctionality. For exemple, in the framework there is a Class that contain a method public String myFunction(){ //frameword Code}. Can I change it for public static String myFunc

[android-developers] Re: exception while accessing MS SQL 2005 express using JDBC

2011-03-30 Thread Borik
Did you ever find solution to your problem? I am having same issue... Thank you Borik -- 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] Why does Ginger's NetworkLocation.apk use "com.google.uid.shared" instead of "andorid.ui.system" ?

2011-03-30 Thread Jungho Min
Hi, I have a question in GB's NetworkLocation.apk. It is GingerBread OS and GMS revision1. If I turn on Google Location Service in my device, "Sorry popup" comes. It complains that it does not have "UPDATE_DEVICE_STATS" in com.google.android.location. Also during booting time DDMS shows the below

[android-developers] Setting (virtual interface / sub-interface / IP aliasing) with SDK (or NDK)

2011-03-30 Thread danips
Hello, I need to configure two different IPs for the same network interface in Android (mostly WiFi, but also ethernet when available). I need to set a 10.151.190.121/29 IP for being able to receive multimedia streams from my provider and then I need to export them to the private network 192.168.1.

[android-developers] Graphics shape intersected by rectangle. Is there an easy way to do it in android?

2011-03-30 Thread L8gos
Hello, There is some task. I need to recognize when the shape (or path or anything else android specific) is intersected by the rectangle. The standart java awt library contains such method that simply can be called from Shape class, like boolean isIntersected = shape.intersects(rect); But I co

[android-developers] Google maps Android function

2011-03-30 Thread Andrei
Hello. I am a software developer for Android. I was searching the internet, but found no answer. I work with Google MAPS and can not figure out how to implement the following functions in the application: 1) how to implement the address search on my map? 2) how to pave the closest route to the obje

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-30 Thread Gus
I have the exact same problem. Has anyone come up with a solution? On Mar 17, 6:00 am, c j wrote: > I think post img is better :) > > eclipse settings > > pythonhttp://goo.gl/WTjDz > > jythonhttp://goo.gl/cKj7P > > tracebackhttp://goo.gl/Ywsm8 > > thank you > > On 3月17日, 上午7時42分, Bill Napier wro

[android-developers] Re: ? Best way of storing text

2011-03-30 Thread William Moore
> Define "large amount". A bunch of 1KB files? A few 1MB files?  Several > gigabyte files? That is the question, what would be the best way, not sure how many. It would be in the MBs. GBs would be to large for Android I think. > > Note: I want it to be locally stored. So no connection is neede

Re: [android-developers] Testing in app billing, all purchases end up cancelled

2011-03-30 Thread Kostya Vasilyev
Is your billing item published? This is under "in app products" in the console. Publishing an item doesn't publish your application, you can keep it as a draft. -- Kostya 29.03.2011 19:17, Steven пишет: Hi, I've been adding in app billing to a new (as yet unpublished) game, very much based

[android-developers] To many Images in Horizontalscrollview?

2011-03-30 Thread colby
Hello, sorry I'm really new at this, hopefully I posted in the right place. I'm trying to make an app to change my wallpaper, but i'm stuck. If I add more than about seven images to my xml the app just closes itself. My images are 960x854. Does anyone know what i am doing wrong? http://sche

[android-developers] Need Help to Develope my first Android Project.

2011-03-30 Thread Kirti Joshi
Hi! everyone, i need help to develop my first android project. i have just 1 month of expriance in android, but i want to develop this project for my collage submition. == -- Defination of Project -- Project Name :

[android-developers] Reflection And Library Diferrent Classes Definition

2011-03-30 Thread Paula Gabriela
Hello everyone, I'm having a trouble with definition of lybrary. I don't really know if it is a concept problem, or a implementation problem. Let me explain: I have three projects in my eclipse workspace. 1º -> It's a library, with one interface. I marked this project as a library in eclipse pr

[android-developers] Properties View

2011-03-30 Thread Slicc
I don't seem to be seeing any properties in the Properties View, I select a TextView in the Graphical Layout, but the Properties View is not populated with any of the available properties. I am using Eclipse 5.6.2 and the latest ADT etc... Any ideas? Slicc -- You received this message because

[android-developers] other possible error cause

2011-03-30 Thread jordi79
Hi! Another error cause could be to pass "null" to call loadUrl on webview. It seems simple, but in 1.5 I don't get any error only a "error dump" with no explanation. I hope this helps anybody that has this problem, bye! -- You received this message because you are subscribed to the Google Groups

[android-developers] Detecting “Unable to transfer call” dialog.

2011-03-30 Thread Onibaba
I'm looking to detect when a call transfer fails so that I can try it again. There doesn't seam to be any exception to catch when this is happening, just an dialog with a message and a "OK" button. Can I check what is currently on the screen and if said dialog is there count it as a fail. Or may

[android-developers] Unable to add sdk components from Android SDK and AVD Manager

2011-03-30 Thread Pradeep
Hello, I am badly stuck at adding sdk components from Android SDK and AVD Manager in order to install sdk platform tools. Under Available Packages tab, when we check the repository link present there, it says Dialog box pops up saying Fetching respository "URL Link" in title bar and Failed to f

[android-developers] How can I get current running Activity from Context

2011-03-30 Thread Takeyuki UEDA
Hi, Does anyone knows how to get current running Activity from Context? Because I need Activity in my junit class. Best regards, Takeyuki -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

  1   2   3   >