[android-beginners] Help needed to write a caculator program

2010-07-27 Thread ANUSHA PAUDIYAL
Hi I am trying to write program for a calculator. can anyone help me in writing the code for adding two numbers and displaying the solution in the EditTextField. -A -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging

Re: [android-beginners] Help needed to write a caculator program

2010-07-27 Thread Justin Anderson
* can anyone help me in writing the code for adding two numbers and displaying the solution in the EditTextField.* int z = 5 + 6; EditText textField; //Do stuff to initialize textField textField.setText( + z); Now, I'm going to refer you to two different links that you should read:

Re: [android-beginners] Help, please - How to display videos as thumbs?

2010-07-17 Thread Victoria Busse
Hey I just saw that I forgot s.th. within getCount(), so I changed it to public int getCount() { //return mThumbIds.length; if(vidUris!=null){ return vidUris.length;} return 0; } The thing now is that I still cannot see any

[android-beginners] HELP: A Verizon Droid puzzle.

2010-07-11 Thread whitemice
I am based in Germany and publish the Last Call Widget on the Android Market. I have been steady improving it over time, but one group of users still complain about it not working on their devices. My widget listens for the android.intent.action.PHONE_STATE intent, and then sets an alarm to

Re: [android-beginners] HELP: A Verizon Droid puzzle.

2010-07-11 Thread ca44
: [android-beginners] HELP: A Verizon Droid puzzle. I am based in Germany and publish the Last Call Widget on the Android Market.  I have been steady improving it over time, but one group of users still complain about it not working on their devices. My widget listens

[android-beginners] Help with Emulator Testing

2010-04-25 Thread Ubuntu Explorer
Hi, I am trying to test my basic applications with Android emulator and have one issue. My PC is from stone age (too old) and is appropriately slow. The emulator locks itself and in the settings I can only see an emulator display lock setting time of 30 minutes max. Is it possible to turn this

[android-beginners] Help: Issue with Android GridView, TouchListener and onTouch()

2010-04-03 Thread Jack
I am using the following code to do things with gridview(slightly modified from http://developer.android.com/resources/tutorials/views/hello-gridview.html). I want to replace the onClicklistener and the onClick() method with their touch equivalents i.e. touchlistener and onTouch() so that when i

[android-beginners] Help required on Eclair Video Camera framework

2010-03-26 Thread Subash
Android release: Eclair on TI SDP3430 board Objective: To integrate the video encoding functionality(H.264 codec) using proprietary mechanism instead of onboard DSP Primary code changes: OMX component for video encoding and CameraHal modified (see below for details) Files in these directories are

[android-beginners] Help with displaying HTML formatted strings from an ArrayAdapter

2010-03-23 Thread Soren
I appologize for the absolute beginner questions, but I am having a tough time understanding this. I need some help of how to display the strings that I have marked up with simple html into a TextView. I have found Spanned fromHtml(String source), but I don't know how to plug it into my java

Re: [android-beginners] Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2010-03-16 Thread LG ZHU
hi:all ,i'm seeing same issue .can you help me ? 2009/9/8 preetam_pict preetam.pa...@gmail.com Hi all I am trying to write a sample program to record the video (say camcorder application). When i run my program using the emulator (I have android-sdk- windows-1.5_r3) I see

[android-beginners] Help converting C# code

2010-03-13 Thread Mr. Baseball 34
I am trying to convert a C# game to Android and need some help withe the graphics stuff. Can anyone show me how to convert this to Java? using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace MyGame { public

[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] Help for Network game

2010-02-22 Thread Laxmi Katti
Hi, I have developed a game. Now want to make a network version of this game. So please anybody could help me with how to get 2 emulators to work, how to check the network and stuff like that. I have no idea about this so please if anybody could give me a link to some tutorial or some discussion

[android-beginners] help installing ADT eclipse Plugin

2010-02-22 Thread bmesta
Hello, I tried following the installation steps on http://developer.android.com/sdk/eclipse-adt.html but i get the following errors when i reach the last step. The error i get is the following: Cannot complete the install because one or more required items could not be found. Software being

[android-beginners] Help Cannot Deploy to Droid

2010-02-22 Thread Dale
Hi - I've been working on a Bluetooth application for about a month. I used the sample application BlueToothChat as a base. Today while working on the it I went to deploy to my Droid phone and it started the AVD emulator. I cannot deploy to this because it does not have a bluetooth emulator.

[android-beginners] Help with sound aplication

2010-02-16 Thread Waphomet
Hi everybody, I've been sarching in forums (and google) trying to find something helpful but I had no luck, so I hope someone here could help me. I'm trying to make a simple Piano -like app, so I can press a button and a sound will be playing as long as I'm pressing it. I would also like to

[android-beginners] HELP REQUIRED

2010-02-08 Thread Chirayu Dalwadi
Hi Community, I have problems with, 1. Notifications 2. Linkify 3. Dynamic generation of tables I have referred to many codes available online, but none of them works for me. Please suggest a simple way to enable that in my application. Thank You in advance. -- Warm Regards, Chirayu Dalwadi

[android-beginners] Help! -- Weird emulator problem

2010-02-02 Thread Saung Li
I have a really weird problem with my Android emulator. I've installed Eclipse (3.5.1 Java version), SDK with the android 2.1 platform, and the ADT plugin. Whenever I run the emulator, it acts strangely. It types = into text fields at regular intervals and the keyboard automatically pops up so I

[android-beginners] Help with Random number generator

2010-01-28 Thread Tag
I'm very new to android and java, so I don't have a very good understanding of how to work through certain problems other than taking wild stabs here and there. The problem i'm trying to overcome is generating a simple random number between 1 and 9 from the click of a button and getting that

[android-beginners] Help with android contacts

2010-01-13 Thread Ed Holley
Is there a system to make a plug in for contacts? I am seeking to change sort order if possible programaticaly. sent on location from my Motorola Droid -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your

[android-beginners] Help with scrollbar in resized LinearLayout

2010-01-04 Thread Stephen B
I'm developing my first Android application. I've got it working, in a basic, It compiles, it links, and it even accepts input and doesn't crash, sort of way. I'm seeing a very strange behavior, though, when I deploy it to my DROID (android version 2.0.1). If I start the app with the phone held so

[android-beginners] help regarding implementation of SAX parser in android

2009-12-31 Thread Yousuf Faheem
Hi, Happy New Year to all. I am trying to implement a SAX parser in my android application. I placed my xml file in res/xml folder and declared my path as /res/xml/book.xml. SAXParserFactory spf = SAXParserFactory.newInstance(); try { SAXParser sp = spf.newSAXParser();

Re: [android-beginners] help regarding implementation of SAX parser in android

2009-12-31 Thread TreKing
I haven't used SaxParser, but wouldn't what you're doing be relative to the file in which you're running that code? So unless your source file is in the same root folder as /res/, I wouldn't expect that to work.

[android-beginners] Help finding documentation for actions in the manifest file

2009-12-10 Thread Joe Mihalich
Hi, This has been killing me. I finally found examples around the net for things I wanted to experiment with. I had to go searching cuz I could find this information anywhere in the API Docs. I got one answered, but I need help with the other. 1) For listening for broadcast SMS

[android-beginners] Help regarding facebook integration applicaiton

2009-12-02 Thread Yousuf Syed
Hi, Can anyone help me with some ideas or clues on how to integrate my android application with facebook. Thanks in advance, Yousuf. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

Re: [android-beginners] Help! My simple app works in Eclipse Emulator but not on droid

2009-11-23 Thread Justin Anderson
Debug the app on your Droid through Eclipse and look at the logcat info -- There are only 10 types of people in the world... Those who know binary and those who don't.

[android-beginners] Help! My simple app works in Eclipse Emulator but not on droid

2009-11-22 Thread andrew android
My simple app - with no fancy stuff - just one preferences screen and simple while loop logic keeps crashing on my droid though it works fine in the emulator ... I've tried everything I could find online for possible answers, I think... is there something very basic I'm missing? I get a blank

[android-beginners] Help - Any music player that can read Chinese?

2009-11-19 Thread PP
The built-in music player I got can't read Chinese and I couldn't find one that reads Chinese in the market . . . please help . . . I have no idea whose/which songs Im playin' or I can choose from since most titles and artists' names don't show ... Thanks! -- You received this message because

[android-beginners] Help getting Hello world to go

2009-11-18 Thread Mike Bogues
Hello all, I just downloaded the SDK for Android yesterday and I'm looking forward in being part of the community. The bottom line is I can't choose a Build target in the Eclipse(Galileo) wizard. Menu item File\new\Project... to the wizard were I select Android\Android Project next but no build

[android-beginners] Help getting Hello world to go

2009-11-18 Thread Mike Bogues
Hello all, I just downloaded the SDK for Android yesterday and I'm looking forward in being part of the community. The bottom line is I can't choose a Build target in the Eclipse(Galileo) wizard. Menu item File\new\Project... to the wizard were I select Android\Android Project next but no build

[android-beginners] Help! Error when querying non primary key in database

2009-11-15 Thread rcantrel
Hi, I am new to Android and SQLite. I am trying to query a table on a non primary key column. Is this possible? FYI, I am able to create, insert and retrieve all rows. The structure of the table is as follows: . private static final String DATABASE_NAME = WordSolver; private static final

[android-beginners] help

2009-11-12 Thread droidpdx
This is my first time developing an app, not just for android, but in general. Needing some serious help. If anyone would be willing I'm a quick learner and will try not to ask you the same question twice. Thanks. -- You received this message because you are subscribed to the Google Groups

[android-beginners] Help with installation on Mac.

2009-11-11 Thread Ram
Hi, I downloaded android sdk release 3 for mac as per the instructions, but when I try to download the platforms by running Android SDK and AVD Manager - I get the following error: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might

Re: [android-beginners] Help with creating a sport scoring application

2009-11-11 Thread Carol Bolger
Sounds interesting however I think you need to provide more details. Are you wanting someone to code the app for you? Or do you plan on learning to program in the process? On Tue, Nov 10, 2009 at 12:13 PM, Sam sameermat...@gmail.com wrote: Hi community I am new to programming...i have this

[android-beginners] Help with creating a sport scoring application

2009-11-10 Thread Sam
Hi community I am new to programming...i have this idea of creating a sport scoring app but i have no idea how to do the coding i knw some basic concepts of object oriented programming but i want to knw how to layout the structure of the programming if anyone wants to join me (can share the

[android-beginners] Help getting platform

2009-11-02 Thread Drew
let me first say that I'm new to Adroid and SDK Problem: when I try to download the any platform under the Availible Packages section of the Android GUI, it doesn't do anything when I click Install Selected. It will get the list and show me what can be downloaded, but won't actually download it.

[android-beginners] help with AnalogClock widget - remoteview and appwidgetprovider

2009-11-01 Thread Zi Yong Chua
Hi guys, I am trying to develop and AnalogClock widget on the home screen that changes depending on the time of day. I am finding problems getting to the right code to make it happen, and will hope to seek you help and advise here. 1) Getting the dial resource in AnalogClock to change in code I

[android-beginners] Help configuring APN for Android dev phone1

2009-10-18 Thread Vinicius Carvalho
Hello there! I live in Brazil and got a new android dev phone 1. My carrier (claro) says that in my state (Minas Gerais) they use 2100Mhz for 3G band. I have a data services packet from them (used to work on my N95), but I can't get it working on Devphone. I've registered the APN using the same

[android-beginners] Help with error in Android code

2009-10-02 Thread sbruno74
Hello, I am working on a simple application that, for now, just presents a login page as the starting activity with username and password and a login button. When you click on the login button, it starts a new activity after verifying credentials. When I run the application in the emulator, it

[android-beginners] Help

2009-10-01 Thread Ray da Costa
Someone knows how could do to generate a view with 01 TextView and a button without using the xml (R.java).? Which method of the view that receives the attributes (TextView and button)? -- Ray da Costa The best way to predict the future is to invent it. Alan Kay

[android-beginners] Help! I get this error message concerning the AVD

2009-10-01 Thread PeterBrynte
When trying to run my first attempt to an android app I get this error message concerning the AVD: [2009-09-30 23:57:00 - Emulator]emulator: ERROR: no search paths found in this AVD's configuration. [2009-09-30 23:57:00 - Emulator]Weird, the AVD's config.ini file is malformed. Try re-creating it.

[android-beginners] Help with UI XML

2009-09-28 Thread moazzamk
Hi, I need to create a view in GridView which will have a checkbox over an image (on the bottom right corner). so, when someone selects that image, the checkbox is checked. I know I will have to create a custom adapter but how do I write the XML for the cell? Thanks in advance, Moazzam

[android-beginners] HELP

2009-09-24 Thread Rc3375
this is the problem: there are 5 EDITTEXT boxes. the value that the user enters into FIELD1 needs to be retrieved in to a variable called FIELD1_RETRIEVED. if the user enters 135.98, that number is used in the calculation process. once FIELD1 is entered, the CALCULATE button is pressed.

[android-beginners] Help Develop Widget

2009-09-08 Thread mist3r0
Hello guys, I'm an android beginner developer. I'm developing an application for Android, and I asked ... a widget and an application are programmed the sam way? I'd like to develop a widget that puts an image on your desktop, when I touch the image, the keyboard should be visible on the

[android-beginners] Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
Hi all I am trying to write a sample program to record the video (say camcorder application). When i run my program using the emulator (I have android-sdk- windows-1.5_r3) I see java.io.IOException: prepare failed. error in logcat output. Further I can see that I have came across this error

[android-beginners] Help with Activites

2009-08-18 Thread Neilz
Where do all the activities go? What I mean is... My app contains a list. When I click on an item, I fire up a new activity. Potentially I could do the same again, and again. Are all these activities still running? If so, how can I switch between them, or view a list of which activities are

[android-beginners] help needed creating a AVD

2009-08-17 Thread automerc
I just got a new laptop with x64 vista and i'm following the development on setting up my laptop for development but I keep getting a error when I try to create my AVD. When i tried to enter the android create avd --name your_avd_name -- target targetID command into the commandprompt it gives me

[android-beginners] help! adding an activity of my application to another application

2009-08-10 Thread moazzamk
Hi Guys, After a picture is taken in Android, you get a menu to save it, etc. Is it possible to add a menu item in it saying Upload pic to xyz.com and then have it launch an activity of my app ? Thanks, Moazzam --~--~-~--~~~---~--~~ You received this message

[android-beginners] Help Needed with Opening File

2009-08-06 Thread Steve Hall
Hi, I am relatiely new to both java and Android. I assume that files opened in user.dir are held in fast battery backed ram and that /sdcard/ is a slower rom device. I am attempting to copy a file of about 450k from the sdcard to the user.dir so that I can have much faster reading/wrting of

[android-beginners] Help with Mac OSX

2009-08-05 Thread MidC Missile
Hello All, I am trying to build the Hello, Android application from the tutorial on the website on my Macbook pro with OSX Leopard in Eclipse 3.5. I follow the instructions on the website (http://developer.android.com/ guide/tutorials/hello-world.html) and receive the following error:

[android-beginners] Help with Mac OSX

2009-08-05 Thread MidC Missile
Hello All, I am trying to build the Hello, Android application from the tutorial on the website on my Macbook pro with OSX Leopard in Eclipse 3.5. I follow the instructions on the website (http://developer.android.com/ guide/tutorials/hello-world.html) and receive the following error:

[android-beginners] help around using accelerometer sensor

2009-07-31 Thread Abhi
hi, i have been trying to create an app using the accelerometer sensor in SDK 1.5. i am using the Sensor class and tried using the getSupportedSensors() method to get a list of supported sensors. But it gives an error saying 'The method is undefined for the type Sensor'. Any idea how to work

[android-beginners] Help with threading and UI changes

2009-07-24 Thread moazzamk
Hi guys, I have a function in my activity that starts a new thread and that threads send a message back to an event handler. I need to start an activity after that thread finishes. How can I do that. I keep getting an error when I try to do this : class mainClass extends Activity {

[android-beginners] help me with dynamic element generation

2009-07-17 Thread arin
Hi, I was looking for a solution for this concept but as I am new I cant... please help I have a child Relative Layout which is inside a linear Layout. This child Relative layout contains some elements in it. In my program I need to generate new Relative Layouts like this one 5 times and add it

[android-beginners] Help me.....

2009-07-11 Thread Nerj
Hi! I am begginer of Android Development. I can create an activity with different views, and can run them successfully. The problem is that, If I have several activities in the android project, it takes only one to launch. Can u pls, tell me how to set an activity as Main one which

[android-beginners] Help: canvas.drawLine(p1.x, p1.y, p2.x, p2.y, paint);

2009-06-22 Thread mnish
Hello, I have a problem with drawing lines between two points on google map. I get nullpointerexception on this line of code: canvas.drawLine(p1.x, p1.y, p2.x, p2.y, paint); I know this is a very basic thing, but I don't know not much about it and I really really need your help. here is were i

[android-beginners] help in maps

2009-05-31 Thread sahil4187
I m trying to draw the symbols on my map i.e. i cann draw lines circles ovals etc.. but if i want to remove that symbols what i have to do ?? is there any methods for that ??? Thnx in advance --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] help with intent for uploader

2009-05-28 Thread Sujay Krishna Suresh
Hi everyone, i'm trying to build an application that captures an image shares it... 'm calling the inbuilt camera application with the following code code Intent i = new Intent(android.media.action.IMAGE_CAPTURE); startActivityForResult(i, 0); /code N my on activity result is code

[android-beginners] Help!, trouble starting AVD for the first time

2009-05-28 Thread treebolt
Ok, sorry if this is a double post buy my first post didn't appear to have posted... I'm new to andorid programming and trying to run through the helloworld tutorial provided in the SDK I'm having trouble and getting an error message when trying to start the AVD. I did install java and followed

[android-beginners] Help with Services

2009-05-28 Thread Sujay Krishna Suresh
Hi all, i'm starting an activity that inturn calls a service i wanna get notified when the service competes... can anyone temme how i can do this??? -- Regards, Sujay Bette Davis http://www.brainyquote.com/quotes/authors/b/bette_davis.html - Brought up to respect the

[android-beginners] Help with changing content with tab contents

2009-05-25 Thread Johnny
Hi all I am a bit of a beginner, so I apoligise if my coding looks rubbish :) I have three tabs, and within the first tab's contents, I want to provide instruction steps. So for this, I have created two buttons within the first tab. The trouble I am having is changing the step layout when I

[android-beginners] HELP - I NEED A KIND PERSON TO HELP CREATE A BASIC APP

2009-05-25 Thread chrisclay...@googlemail.com
Help, Back in February I created a website called www.EmailALittleSecret.co.uk for people to share their Secrets completely anonymously with the world (It's currently down pending an update tomorrow afternoon; 23 May 2009). I did this so people had somewhere to release the pressure that is built

[android-beginners] HELP - I NEED A KIND PERSON TO HELP CREATE A BASIC APP

2009-05-25 Thread chrisclay...@googlemail.com
Help, Back in February I created a website called www.EmailALittleSecret.co.uk for people to share their Secrets completely anonymously with the world (It's currently down pending an update tomorrow afternoon; 23 May 2009). I did this so people had somewhere to release the pressure that is built

[android-beginners] Help with photo upload api

2009-05-20 Thread Sujay Krishna
Hi everyone, i'm in the process of developing an android application that helps the user sync his local(camera) pics with his web album(picasa or flickr or watever's feasible) i already tried gdata api for java was fed up with the VerifyErrors

[android-beginners] Help : H324m compilation flags ( play from file recording into file )

2009-05-17 Thread srinu gorle
Hi All, i would like to test 2wayEngine with 324 supprot in opencore with all flags combinations . But i have failed to compile the 2Wayengine code with the follwing flags PV_PLAY_FROM_FILE_SUPPORT, PV_RECORD_TO_FILE_SUPPORT. i enabled these flags in the /engines/2way/test/build/local.mk even i

[android-beginners] Help with layout views and Canvas'

2009-05-16 Thread erykthege...@googlemail.com
Hi, I'm pretty new to the whole app developing scene and i've never coded in Java before, however it doesn't seem that different to c# so I figured i'd give it a go. I've been making reasonable process on the app I'm working on, I've figured out using the main.xml to create a relative layout

[android-beginners] Help! Android Prob.

2009-05-12 Thread Android Developer
Hi everyone, I am creating android application using eclipse ganemede. The creating of application hello android was successful, however, when I compiled and run it, I got stuck at loading the application into the android emulator. I can view the emulator screen with the word ANDROID on it but

[android-beginners] Help in installing ADT for eclipse

2009-04-20 Thread sbalaram
Hi, I have installed eclipse successfully. I am trying to install ADT on top of eclipse using the procedure given. The eclipse has WST. JDK 6 is also installed. I choose Help Software Updates, Add Site and type in http://dl-ssl.google.com/android/eclipse/. When I click Finish to install, I

[android-beginners] Help with SimpleCursorAdaptor

2009-04-20 Thread avrono
Hi, I am having some problems trying to extend the SimpleCursorAdapter, the problem I am trying to solve is simple. I have the 'id' of an SMS message and I want to associate this with the Name of the person who sent it (if in the contact-book). Basically I want to get the current cursor

[android-beginners] help maps

2009-03-16 Thread bobcat
Hello i have a problem with the visualization of map, i have follow the tutorial of MapView but i don't see the map i have insert api key but nothing where is the problem? Please help me.thanks --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Help to understand LunarLander: Canvas.save Canvas.restore

2009-03-09 Thread FBear
Hi, I can hardly understanding why LunarLander save the Canvas and restore it after rotating the Canvas to simulate the rotation of the rocket. I commented the 2 lines out and reinstall the apk, but I found nothing changed. Could anybody kindly help me understanding what 'matrix' and 'clip' are

[android-beginners] HELP ME GUYS

2009-03-05 Thread ANDROID_TECHIE
Hi all.. ANDROID , as they say, is a robot which behaves like a human. I don't know why GOOGLE chose this name for it's mobile platform.. Anyways, i am new to this platform.. 3 days old.. but havea fair amount of knowledge in java basics.. i have read the fundamentals of ANDROID basics as well

[android-beginners] help with my installation ADT and SDK in eclipse

2009-02-19 Thread susanner
Hi everyone my eclipse version eclipse-java-ganymede-SR1-linux-gtk.tar.gz my sdk version:android-sdk-linux_x86-1.0_r1.zip AND i think i have followed the steps in authority google website to install ADT. and I think I have successfully set the SDK path in eclipse following the google website. I

[android-beginners] Help for Java beginner (but not programming beginner)

2009-02-02 Thread SpaceCowboy850
Specifically - I want to use some of the APIDemos as a jumping off point to making modifications. In C, I'd just copy the files, include the headers I want, and go to town. In Java, I'm not clear on how to do this. Like, I want to copy the fingerpaint app out of the ApiDemos to expand it, but

[android-beginners] help with onClickListener

2009-02-02 Thread Zi Yong Chua
Hi folks, I am having problem with setting a button to start a new UI activity after clicking. The purpose is for the user to click on the button on the main page of the app and start the game UI. Every time i click on the button in the emulator, my app is force closed and Eclipse is thrown into

[android-beginners] Help with path syntax for reading file off SD card

2009-01-19 Thread robotissues
I am trying to create a very simple mp3 player with one button that plays one song. I found misc code here and there as a start. I am running the application via Eclipse onto my G1 which is attached via USB. The application runs fine on the phone, screen loads, button click event gets fired,

[android-beginners] -Help- Something happened to my SDK - Resources wont load

2009-01-05 Thread novice
Hello, I accidently deleted my R.java file attached to my project - but it was re-attached auto-magically. But now when I try to assign drawables it says its it cannot be resolved. for example: cheese_png = context.getResources().getDrawable (R.drawable.cheese);

[android-beginners] help pls..

2009-01-03 Thread summatyme1...@gmail.com
I received the G1 android phone for christmas. There's already a gmail account on the phone. How do I cancel that accoint and put my account on it?? Cause it keeps asking me for there password and has there gmail address already saved?? Please help

[android-beginners] Help reqd: Dalvikvm crashing while starting WiFi Service

2008-12-30 Thread Jith911
Hi all, Could some one help me with the below error logs.. I am running Android on a PXA platform with a custom wifi driver. when I try to invoke Wifi Manager from settings, the GUI crashes. I am attaching the logs below.. Thanks in Advance..

[Fwd: Re: [android-beginners] help me]

2008-12-12 Thread A r c h i t e c t
YOU CANNOT CREATE OR CONNECT THE DB explicitly.. as there are no GUI tools for easy database connectivity, it is just through Database code inside java files. create SQL db virtually through script. refer the sample code NotePad. You can use Sqlite GUI Browser for script generation.. With

[android-beginners] help me

2008-12-11 Thread Praveen Chandrasekaran
hi all, how to create a database in latest version of android... plz help me regards, Praveen Chandrasekaran. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] help with eclipse

2008-12-01 Thread John2o01
when i try to run eclipse i get this error A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: C:\Documents and Settings\TEMP\Desktop\myg1\eclipse-jee-ganymede-SR1-

[android-beginners] help with error on tabhosts intent

2008-11-30 Thread Lawrence Samantha
Hi all, I've been trying to debug this problem all day long and can't seem to find the breakthrough. I'm using tabhosts to create tabs on the main screen, then I try to put list inside the other tab.To achieve that, I'm using setContent(Intent e ) methods.. hoping that the list will be contained

[android-beginners] help getting started

2008-11-30 Thread John2o01
ok everything i run just to test anything after i downloaded and unzipped the sdk gives me compilation errors and when i try to run the andriod.jar it wont work either it gives me Failed to load Main-Class manifest attribute from C:\Documents and Settings\TEMP\Desktop

[android-beginners] Help with animating Text

2008-11-29 Thread Dejecting
Hi All, I'm trying to animate some text and have it scroll across the screen but I can't seem to figure out how to do it and would like some help if anyone is able to assist. Basically I just want to have text that the user entered at another place in the app scroll across the screen and

[android-beginners] Help on building android source code for omap3430

2008-11-21 Thread Phani
Hi Guys, Iam trying to build android source for omap3430 platform. After doing all necessary preparations as listed in source.android.com and proceeding to build, i have encountered some java related exception. I tried googling for some solution, but ended with none. Here is the error: target

[android-beginners] help

2008-11-20 Thread androidfan0911
i want to delete some of the preloaded apps such as amazonmp3 etc. help please --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] help!!

2008-11-14 Thread niju
I use Netbeans IDE. I wanted to run an indexing operation. But it needed Lucene. Then I downloaded Lucene. I don't how to incorporate Lucene now through Netbeans. Please help!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] ::Help me Please....!!!!

2008-11-08 Thread Imran
Hi In my Application i have scenario where the Button Should be in Pressed mode for few seconds and than it should be in unpressed mode i have tried using thread But its not working bt.setPressed(true); Thread.sleep(2000); bt.setPressed(false); this logic is not working... the Button is

[android-beginners] Help needed

2008-11-04 Thread som
Hi All, First of all i must say that i am very new to android. I am trying to develop an application which will receive an SMS alert and notofy the user with some sound. I have written the main SMSReceiver class as follows; package com.android.sms; import android.content.BroadcastReceiver;

[android-beginners] Help with SQL Count

2008-10-25 Thread obi
Alright, so I have been trying for quite some time now to figure out how to get an SQLite database in Android to count the instances of a particular value in a table with no luck. I figured that the SQL count command would work, but I haven't been able to figure out how to use it yet. My

[android-beginners] Help on Building Android Source code

2008-10-24 Thread FERjon
Hi Guys, I have successfully downloaded the source code of android following the instruction in the website. After doing all necessary preparations including mkdir mydroid and cd mydroid, I tried running make to start building the source code. Unfortunately, I encountered this error.: host

[android-beginners] help I want to add contacts from gmail account to android emulators contacts

2008-10-16 Thread ani
hi i have started android working before few day. I am in learning phase. I am doing small android application and try to run on emulator. I want to add all contacts from my gmail account to emulators contacts. what are steps needed to archive this? thx in advance

[android-beginners] help me

2008-10-02 Thread catwoman238
Do I need to install all previous versions of the android software in order to install the new one. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] help me

2008-10-02 Thread catwoman238
Do I need to install all previous versions of the android software before I can download this one. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Help: Signing App!

2008-09-29 Thread Rio Astamal
Hi All, I have some problem when signing app, i'm very new to things like public key, private key, etc I try to build my project using ant, but always failed in signing part (debug.keystore), when i try to build using 'ant release' command, it was successfull but we still need jarsigner to

[android-beginners] Help: How to close an App?

2008-09-28 Thread Rio Astamal
Hi all, This is may be very stupid question, but how do I close an running android app e.g: browser. When I press the back button it seems application only minimized not closed. So I try to list running app by holding Home button and browser app still running. I'm running android on emulator.

[android-beginners] [Help] About URLConnection

2008-09-24 Thread Ka
Hi, I don't know why it doesn't work, I'm using eclipse version 3.4 and android sdk0.9beta Actually, I want to get the html code from a website, and it throw to EXCEPETION , unknown error. Then I try a sample code from http://www.anddev.org/working_with_files-t115.html I found that when it runs

[android-beginners] [help] throw expection when use getInputStream()

2008-09-24 Thread Ka
Hi, I am using eclipse version 3.4 android SDK 0.9Beta. Actually, I want to get the html from a website. But it throw to exception with unknow error, I found that when it run .getInputStream(), then throw exception. I try a sample from http://www.anddev.org/working_with_files-t115.html, same

[android-beginners] : Help Needed

2008-09-19 Thread Imran
Hi All...!!! Hey i want to write a application in which i can know the location of my friend when he is calling me and the distance between us To write this kind application do i require any other extra Configuration to be done (or) any extra plugins...( such

  1   2   >