[android-beginners] Join a group and bargain

2010-03-09 Thread t mal
Welcome, internet surfers to our Social Networks for Group Shopping! Join a group and bargain for your group now with your local stores. No credit needed on line – Bargain on internet and buy from your local stores. For more details please visit website :

[android-beginners] Re: OE 1.2.1 usb internet tethering does not work

2010-03-09 Thread Lonestarr13
You upgraded to openeclair? I'm not sure about 1.2.1 but I'm running 1.2.2 and this is a known issue that will be fixed in next release. On Mar 8, 6:55 am, Xi Shen davidshe...@googlemail.com wrote: Hi, I just upgraded to OE 1.2.1 mod, and found the usb internet tethering does not work. On my

[android-beginners] Custom Spinner

2010-03-09 Thread mmkr
Hi all, The default drop down view of the spinner occupies the entire width of the screen. I tried to create a custom spinner which occupies only some portion of the width of the screen, but I'm unable to do. I want to see the objects behind the drop down. Here is what i tried, I changed

[android-beginners] draw() vs onDraw()

2010-03-09 Thread Mina Shokry
Hi, I am implementing my custom view in which I extend LinearLayout, add some children, and do some paintings over them. when I override onDraw method, I found my painting is done below children components but I want my painting o be over children component. Instead I tried to override the draw()

[android-beginners] Re: Start My Next Activity

2010-03-09 Thread Mitch
I took a look at the code for the Notepad Tutorial and the instructions and followed what it said regarding creating a new Activity: http://developer.android.com/resources/tutorials/notepad/index.html http://developer.android.com/resources/tutorials/notepad/notepad-ex2.html Step 8 I'm still

Re: [android-beginners] Re: Start My Next Activity

2010-03-09 Thread Mark Murphy
Mitch wrote: I took a look at the code for the Notepad Tutorial and the instructions and followed what it said regarding creating a new Activity: http://developer.android.com/resources/tutorials/notepad/index.html http://developer.android.com/resources/tutorials/notepad/notepad-ex2.html

[android-beginners] Camera question

2010-03-09 Thread Danny Eyre
Hey all, I have a question about adding frames to the camera, basically i want to add a boundary to the camera viewfinder where by the image taken should be inside the parameters of the frame. The problem is i have no idea how to implement this and i cant find this online. Does anyone know if

[android-beginners] Re: he application Settings(process com.android.settintgs) has stopped unexpectedly.

2010-03-09 Thread DonFrench
As you point out, there IS no support for Bluetooth in the emulator, so there is nothing to enable. If you decide to write your own emulator and include Bluetooth support, please let us know as there are many others who would like it also. On Mar 6, 9:23 pm, Bhushan bhushanbhange...@gmail.com

[android-beginners] to get/generate nonce. error in random, getBytes Options

2010-03-09 Thread sebby zml
Hello every1, I am now working on a program which is someting related to IMS. I want the Server to send back a nonce to the Client. In order to get nonce, I tried using the code from this site. == http://forums.sun.com/thread.jspa?threadID=595626 -Use java.security.SecureRandom: --byte[]

[android-beginners] Re: Format printing of floats?

2010-03-09 Thread Scott Marlowe
I don't know about the Java printf equivalent, but this function will return a double with only the specified number of decimal places. You should be able to modify with a return bd.toString or simplify in some other way to satisfy your needs. private static double round(double d, int

[android-beginners] Re: Stack Trace permission denied

2010-03-09 Thread Jonas
Hi, I have the same error, I ran my emulator on my iMac and then I connected to the device with adb shell and did: cd /data chmod 777 anr After this my application could write into the file: 03-07 18:32:17.833: INFO/Process(52): Sending signal. PID: 518 SIG: 3 03-07 18:32:17.833:

[android-beginners] Populate ListView inside a Activity

2010-03-09 Thread plexus
How can I populate array COUNTRIES to the ListView list @+id/ lKompListe ? = XML = ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent

[android-beginners] new to list

2010-03-09 Thread Alex Hall
Hello all, I just joined this list and thought I would introduce myself. I am in college for computer science. One of my classes this semester is on Android development, and I am pretty far behind everyone else. I am still having no luck with the Notepad tutorials, while the rest of the class is

[android-beginners] Menus :)

2010-03-09 Thread Dan
Hey, I recentley got my Android phone and I am trying to make a basic RSS reader out of the source code of TheHHandySize(a basic rss reader android google code project somewhere). Please don't ask me to download one that's already out there, I want to have one that I can modify and stuff. So

[android-beginners] How to use pdfbox to read pdf file on android?

2010-03-09 Thread zuo shibo
Dear All How to use pdfbox1.0.0 to read pdf file on android?? -- Best regards. Daisy -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

[android-beginners] Buying a new Android phone - can I keep my apps?

2010-03-09 Thread Wells Oliver
If I buy a new Android app, can I re-download my bought apps from the store? If not, is there some other way of transferring them? -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

[android-beginners] Tab widget first tab intent oncreate always called regardless we set tab2 as default tab

2010-03-09 Thread faisal.khan
Following is the example of tabs with intent data. While debugging i found that always when first tab we add in tab host in our case following tab tabHost.addTab(tabHost.newTabSpec(tab1) .setIndicator(list) .setContent(new Intent(this, List1.class)));

[android-beginners] activitynotfound exception

2010-03-09 Thread cnbishop
hi, i am trying to implement this tutorial i found online: http://android-journey.blogspot.com/2010/01/for-almost-any-application-we-need-to.html i keep getting an error that the activity isn't found when i try to implement this intent. i have a button and when it is clicked it calls my

[android-beginners] Android themes and styles

2010-03-09 Thread Ali Asghar
I have been trying to understand themes and style in android. I have tried to change the default arrow indicators of expandableListView and have been successfull somewhat, they do get changed but i am unable to understand how to change their size (heigth and width) or how it is being computed. --

[android-beginners] Trying to create a simple layout with image and 2 buttons

2010-03-09 Thread rt
I'm struggling with re-sizing images in a simple app that I am trying to create. The app is very simple - flash cards sort of. It will have an image that takes up most of the screen, with 2 buttons under it - Prev and Next. I'm trying to use Relative Layout. How do I get the image to fit the

[android-beginners] Animations between Intents ?

2010-03-09 Thread djdamage06
Hello everybody, I've a succession of 2 Intent by Code: Intent intent = new Intent(); intent.setClass(EntryPoint.this, MainClass.class); startActivity(intent); and I want an animation (which is present in res/anim) during the switch between these 2 Intent... Thanks a lot for your response

[android-beginners] Help me to select some days from a calendar base on some dates that I have please

2010-03-09 Thread bcatza
I am working to an aplication who calculate the menstruation of girls. input: a calendar - start_day(the start day of menstrual cycle wich is with red in the calendar ) - end_day(the end day of menstrual cycle wich is with yellow in the calendar) -

[android-beginners] March 11th, 6-8 pm Mass GTUG meeting - Android Development - Developer Perspective

2010-03-09 Thread Monika Adamczyk
If you live in Boston greater area, you are welcome to join the local chapter of GTUG http://massgtug.gtugs.org for Android themed meeting. Luke Hutchinson and Greg Milette who are both Android developers will provide the API overview and share their experience in mobile development. The meeting

[android-beginners] OnClickListener in my ListView

2010-03-09 Thread plexus
How do I add a listner to the list... please show with code === JAVA === public class VelgKomponent extends ListActivity implements OnClickListener{ String[] listItems = { exploring, android, list, activities, 1, 2, 3, 4 }; @Override public

[android-beginners] transforming an activity to a modal full screen dialog

2010-03-09 Thread valentin popa
Hi, I'm trying to start an activity, calling startActivityForResults(...) from a method which doesn't belong to the parent(the one who start the new one) activity, and make sure this method doesn't return a result before the child activity finish (providing the results). There is a simple way to

[android-beginners] dev phone 2, 1.6 and bluetooth?

2010-03-09 Thread BobG
I have a dev phone 2 (htc ion?) with os 1.6. My boss has a moto droid with 2.0 and I can compile the bluetooth chat demo app and load it into his phone and it doesnt stop; It does bring up the unexpected stop dialog on my 1.6 phone. So my question is: there must be SOME level of bt support in 1.6.

Re: [android-beginners] Buying a new Android phone - can I keep my apps?

2010-03-09 Thread TreKing
On Mon, Mar 8, 2010 at 12:37 PM, Wells Oliver thewellsoli...@gmail.comwrote: If I buy a new Android app, can I re-download my bought apps from the store? If not, is there some other way of transferring them? If you're signing in to the new phone with the same Google account you used to buy

Re: [android-beginners] Menus :)

2010-03-09 Thread TreKing
On Sun, Mar 7, 2010 at 4:12 PM, Dan danielclevenfi...@googlemail.comwrote: Can anyone show me how to do this, with some code examples or w/e and it would be helpful if you could tell me where to put it in the project: http://developer.android.com/intl/de/guide/topics/ui/menus.html

Re: [android-beginners] transforming an activity to a modal full screen dialog

2010-03-09 Thread Justin Anderson
You can set the activity theme to look like a dialog... -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On

[android-beginners] Re: Level-List

2010-03-09 Thread Kiril Nedialkov
I got the same problem. For me it was that the XML file was added to 'values' folder, not 'drawable' Hope that helps. On Feb 12, 10:19 pm, Topsy lhodge...@gmail.com wrote: trying to utilize thelevel-listdrawable class example showed is:

[android-beginners] How to call .NET web service fron an android application?

2010-03-09 Thread Guddu
Hi friends, I have one .NET (WSDL) webservice, I want to invoke that web service from my android application to get some data from dat webservice. Can anybody please help me out? Thanks regards. Swapnilkumar. -- You received this message because you are subscribed to the Google Groups

[android-beginners] FTP InputStream OutputStream URL No Luck

2010-03-09 Thread Opticalworm
Hello Everyone, I've been trying for a while now to find a means to download/Upload files through FTP through my android phone. After finding a few nice little tutorials I've manage to derive to the following lines of codes and still no luck. InputStream INS = new URL(ftpURLString).openStream();

[android-beginners] need help regarding map activity--showing blank graph with zoom control only no location view

2010-03-09 Thread vin
*when creating a map activity ...done with api key n all* *but getting blank graph view ...google locations are not coming plz help* * * *my code''* * * *.java file* * * * package com.map; import

Re: [android-beginners] Re: insatallation problem

2010-03-09 Thread S.T. Hector CHANCOCO
Hy, Please make sure your corporate firewall is not blocking the connection Regards Sent from my iPhone On Mar 10, 2010, at 8:25 AM, taru taruna.madd...@gmail.com wrote: want to add one more thing..i am working behind a corporate proxy.. On Mar 10, 11:48 am, taru taruna.madd...@gmail.com

Re: [android-beginners] Re: insatallation problem

2010-03-09 Thread Taruna Maddali
hi again but when i directly go to the link from the browser ,the xml file opens. On Wed, Mar 10, 2010 at 12:58 PM, S.T. Hector CHANCOCO soloc...@gmail.comwrote: Hy, Please make sure your corporate firewall is not blocking the connection Regards Sent from my iPhone On Mar 10, 2010, at

[android-beginners] How to use pdfbox1.0.0 to read pdf file on android?

2010-03-09 Thread zuo shibo
HI, I want to get the pdf text content by use pdfbox.jar (the pdfbox version 1.0.0 : pdfbox.jar) in android app, but failed to get the message: E/AndroidRuntime( 1164): java.lang.VerifyError: com.android.pdfbox.pdfbox E/AndroidRuntime( 1164): at java.lang.Class.newInstanceImpl(Native Method)

Re: [android-beginners] Re: insatallation problem

2010-03-09 Thread S.T. Hector CHANCOCO
If I'm not wrong, The correct link should be : https://dl-ssl.google.com/android/eclipse Pleas try this and let me know Regards Sent from my iPhone On Mar 10, 2010, at 8:37 AM, Taruna Maddali taruna.madd...@gmail.com wrote: hi again but when i directly go to the link from the browser ,the